diff options
author | Richard Levitte <levitte@openssl.org> | 2020-10-20 18:11:30 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-10-21 21:10:48 +0200 |
commit | 0934cf4834059cf2d6e3b7e4106d5e04f50ed7f5 (patch) | |
tree | 949c0f709a0512bea4c5ade63f19c185e6a92c17 /util | |
parent | Work around Windows ftell() bug as per Microsoft engineering's suggestion (diff) | |
download | openssl-0934cf4834059cf2d6e3b7e4106d5e04f50ed7f5.tar.xz openssl-0934cf4834059cf2d6e3b7e4106d5e04f50ed7f5.zip |
Unexport internal MSBLOB and PVK functions
The following internal functions are affected:
ossl_do_blob_header
ossl_do_PVK_header
ossl_b2i
ossl_b2i_bio
This is reflected by moving include/internal/pem.h to include/crypto/pem.h
engines/e_loader_attic gets the source code added to it to have
continued access to those functions.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13195)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 4fa6d9e50e..0e8d3953c8 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5235,12 +5235,8 @@ EVP_PKEY_CTX_set_mac_key ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_new_CMAC_key_ex ? 3_0_0 EXIST::FUNCTION: OSSL_STORE_INFO_new ? 3_0_0 EXIST::FUNCTION: OSSL_STORE_INFO_get0_data ? 3_0_0 EXIST::FUNCTION: -ossl_do_blob_header ? 3_0_0 EXIST::FUNCTION:DSA -ossl_do_PVK_header ? 3_0_0 EXIST::FUNCTION:DSA,RC4 asn1_d2i_read_bio ? 3_0_0 EXIST::FUNCTION: EVP_PKCS82PKEY_ex ? 3_0_0 EXIST::FUNCTION: -ossl_b2i ? 3_0_0 EXIST::FUNCTION:DSA -ossl_b2i_bio ? 3_0_0 EXIST::FUNCTION:DSA EVP_PKEY_CTX_set1_id ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_get1_id ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_get1_id_len ? 3_0_0 EXIST::FUNCTION: |