openssl/crypto/rand
Richard Levitte 550f974a09 New function EVP_CIPHER_free()
This function re-implements EVP_CIPHER_meth_free(), but has a name that
isn't encumbered by legacy EVP_CIPHER construction functionality.

We also refactor most of EVP_CIPHER_meth_new() into an internal
evp_cipher_new() that's used when creating fetched methods.

EVP_CIPHER_meth_new() and EVP_CIPHER_meth_free() are rewritten in terms of
evp_cipher_new() and EVP_CIPHER_free().  This means that at any time, we can
deprecate all the EVP_CIPHER_meth_ functions with no harmful consequence.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9758)
2019-09-04 10:38:13 +02:00
..
build.info Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
drbg_ctr.c New function EVP_CIPHER_free() 2019-09-04 10:38:13 +02:00
drbg_hash.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
drbg_hmac.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
drbg_lib.c Fix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free() to handle NULL 2019-08-22 01:50:30 +02:00
rand_crng_test.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
rand_egd.c Remove NextStep support 2019-07-01 13:32:46 -04:00
rand_err.c Regenerate mkerr files 2019-07-16 05:26:28 +02:00
rand_lcl.h Add missing EBCDIC strings 2019-08-14 10:41:41 +01:00
rand_lib.c Remove extern declarations of OPENSSL_ia32cap_P 2019-09-01 15:41:58 +02:00
rand_unix.c Fix NITs in comments and CHANGES for DEVRANDOM seeded check. 2019-08-30 07:55:46 +10:00
rand_vms.c Clear seed source structures. 2019-03-29 20:11:41 +10:00
rand_vxworks.c Use vxRandLib for VxWorks7 2019-05-02 23:32:44 +02:00
rand_win.c Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 09:51:24 +00:00