CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/12/17 09:05:28
Modified files: regress/lib/libssl/unit: cipher_list.c Log message: Revise cipher list regress coverage of SSL_set_security_level(). A SSL_set_security_level() call was added to the cipher list regress, which expects a failure - however, it should succeed and fails for a completely unrelated reason. Rework this regress so that it actually passes and tests for the expected behaviour.