CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/20 07:05:58
Modified files:
lib/libcrypto/evp: cipher_method_lib.c
Log message:
Add some sanity checks for EVP_CIPHER_meth_new()
Ensure that the nid and key length are non-negative and that the block
size is one of the three sizes 1, 8, or 16 supported by the EVP subsystem.
ok joshua jsing
