CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/24 07:56:35
Modified files:
lib/libcrypto/evp: evp_names.c
Log message:
Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handling
The previous implementation used the now defunct OBJ_NAME_get() which
bailed out when passed a NULL argument. Difference spotted by the
regress tests in ports/net/openvpn (regular openvpn use is fine but
openvpn --show-ciphers/--show-digests crashes).
ok tb@
