Author :
tb
Date :
2023-12-20 14:05:58
Hash :1d4d2a17 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