diff options
author | tb <> | 2018-03-17 15:12:56 +0000 |
---|---|---|
committer | tb <> | 2018-03-17 15:12:56 +0000 |
commit | 47bd2696f108ed72a37c309a2c1d049aeee2c89d (patch) | |
tree | 693ceaf9bf1ee171f1dc646660b23e8e873a78ce /src/lib/libcrypto/Symbols.list | |
parent | 65699f19109f051e620133371f72270f87b16337 (diff) | |
download | openbsd-47bd2696f108ed72a37c309a2c1d049aeee2c89d.tar.gz openbsd-47bd2696f108ed72a37c309a2c1d049aeee2c89d.tar.bz2 openbsd-47bd2696f108ed72a37c309a2c1d049aeee2c89d.zip |
Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()
Note that these functions return NULL in out-of-memory situations,
but contrary to OpenSSL's versions they do not set an error.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 07f938f6be..7cb78c4daf 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -2263,6 +2263,12 @@ RSA_get_default_method | |||
2263 | RSA_get_ex_data | 2263 | RSA_get_ex_data |
2264 | RSA_get_ex_new_index | 2264 | RSA_get_ex_new_index |
2265 | RSA_get_method | 2265 | RSA_get_method |
2266 | RSA_meth_dup | ||
2267 | RSA_meth_free | ||
2268 | RSA_meth_new | ||
2269 | RSA_meth_set_finish | ||
2270 | RSA_meth_set_priv_dec | ||
2271 | RSA_meth_set_priv_enc | ||
2266 | RSA_new | 2272 | RSA_new |
2267 | RSA_new_method | 2273 | RSA_new_method |
2268 | RSA_padding_add_PKCS1_OAEP | 2274 | RSA_padding_add_PKCS1_OAEP |