diff options
author | Pauli <paul.dale@oracle.com> | 2020-12-10 03:05:11 +0100 |
---|---|---|
committer | Pauli <ppzgs1@gmail.com> | 2021-02-23 14:24:41 +0100 |
commit | 786b13fa7786db8f198c46090816d9a3e4ae72fb (patch) | |
tree | 9e52087a0bf2a5518dcc83ce98351561fbd2d354 /util | |
parent | RAND_METHOD deprecation: fuzzer (diff) | |
download | openssl-786b13fa7786db8f198c46090816d9a3e4ae72fb.tar.xz openssl-786b13fa7786db8f198c46090816d9a3e4ae72fb.zip |
RAND_METHOD deprecation: code changes
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13652)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index a16b6e17eb..25d8619471 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -73,7 +73,7 @@ NETSCAPE_SPKI_print 74 3_0_0 EXIST::FUNCTION: X509_set_pubkey 75 3_0_0 EXIST::FUNCTION: ASN1_item_print 76 3_0_0 EXIST::FUNCTION: CONF_set_nconf 77 3_0_0 EXIST::FUNCTION: -RAND_set_rand_method 78 3_0_0 EXIST::FUNCTION: +RAND_set_rand_method 78 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0 BN_GF2m_mod_mul 79 3_0_0 EXIST::FUNCTION:EC2M UI_add_input_boolean 80 3_0_0 EXIST::FUNCTION: ASN1_TIME_adj 81 3_0_0 EXIST::FUNCTION: @@ -167,7 +167,7 @@ EVP_MD_type 170 3_0_0 EXIST::FUNCTION: EVP_PKCS82PKEY 171 3_0_0 EXIST::FUNCTION: BN_generate_prime_ex 172 3_0_0 EXIST::FUNCTION: EVP_EncryptInit 173 3_0_0 EXIST::FUNCTION: -RAND_OpenSSL 174 3_0_0 EXIST::FUNCTION: +RAND_OpenSSL 174 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0 BN_uadd 175 3_0_0 EXIST::FUNCTION: EVP_PKEY_derive_init 176 3_0_0 EXIST::FUNCTION: PEM_write_bio_ASN1_stream 177 3_0_0 EXIST::FUNCTION: @@ -1397,7 +1397,7 @@ OCSP_RESPBYTES_it 1429 3_0_0 EXIST::FUNCTION:OCSP EVP_aes_192_wrap 1430 3_0_0 EXIST::FUNCTION: OCSP_CERTID_it 1431 3_0_0 EXIST::FUNCTION:OCSP ENGINE_get_RSA 1432 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE -RAND_get_rand_method 1433 3_0_0 EXIST::FUNCTION: +RAND_get_rand_method 1433 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0 ERR_load_DSA_strings 1434 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA ASN1_check_infinite_end 1435 3_0_0 EXIST::FUNCTION: i2d_PKCS7_DIGEST 1436 3_0_0 EXIST::FUNCTION: @@ -1746,7 +1746,7 @@ NAME_CONSTRAINTS_check 1786 3_0_0 EXIST::FUNCTION: X509_CERT_AUX_it 1787 3_0_0 EXIST::FUNCTION: X509_get_X509_PUBKEY 1789 3_0_0 EXIST::FUNCTION: TXT_DB_create_index 1790 3_0_0 EXIST::FUNCTION: -RAND_set_rand_engine 1791 3_0_0 EXIST::FUNCTION:ENGINE +RAND_set_rand_engine 1791 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE X509_set_serialNumber 1792 3_0_0 EXIST::FUNCTION: BN_mod_exp_mont_consttime 1793 3_0_0 EXIST::FUNCTION: X509V3_parse_list 1794 3_0_0 EXIST::FUNCTION: @@ -5301,3 +5301,5 @@ EVP_PKEY_fromdata_settable ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_param_check_quick ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_public_check_quick ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_is_a ? 3_0_0 EXIST::FUNCTION: +RAND_set_DRBG_type ? 3_0_0 EXIST::FUNCTION: +RAND_set_seed_source_type ? 3_0_0 EXIST::FUNCTION: |