diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-12-23 02:02:42 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-12-23 02:02:42 +0000 |
commit | 525f51f6c98751de4db3b81789044d32e3686cda (patch) | |
tree | 6dd7f1baa5eb540c8e98a6401c5bd57709f1a1e9 /util/libeay.num | |
parent | 78baa17ad04922f996514f24f3823b9b8d4ec434 (diff) | |
download | openssl-new-525f51f6c98751de4db3b81789044d32e3686cda.tar.gz |
Add PKCS#8 utility functions and add PBE options.
Diffstat (limited to 'util/libeay.num')
-rwxr-xr-x | util/libeay.num | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num index 1c371fdb74..3c2c06bce9 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -2137,3 +2137,15 @@ CRYPTO_set_mem_debug_functions 2161 CRYPTO_pop_info 2162 CRYPTO_push_info_ 2163 CRYPTO_set_mem_debug_options 2164 +PEM_write_PKCS8PrivateKey_nid 2165 +PEM_write_bio_PKCS8PrivateKey_nid 2166 +d2i_PKCS8PrivateKey_bio 2167 +ASN1_NULL_free 2168 +d2i_ASN1_NULL 2169 +ASN1_NULL_new 2170 +i2d_PKCS8PrivateKey_bio 2171 +i2d_PKCS8PrivateKey_fp 2172 +i2d_ASN1_NULL 2173 +i2d_PKCS8PrivateKey_nid_fp 2174 +d2i_PKCS8PrivateKey_fp 2175 +i2d_PKCS8PrivateKey_nid_bio 2176 |