aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-11-18 01:54:11 +0100
committerRichard Levitte <levitte@openssl.org>2019-11-29 20:55:16 +0100
commitcb58d81e68c72ab0128e0a5fc6faa007f8632acd (patch)
treeee52b4f077c3cd495c4dc8d282b3008f825a4f88 /util
parent63665fff84a4c79cd2acece4409036699f2e44a7 (diff)
downloadopenssl-cb58d81e68c72ab0128e0a5fc6faa007f8632acd.zip
openssl-cb58d81e68c72ab0128e0a5fc6faa007f8632acd.tar.gz
openssl-cb58d81e68c72ab0128e0a5fc6faa007f8632acd.tar.bz2
PROV SERIALIZER: add common functionality to serialize keys
To support generic output of public keys wrapped in a X509_PUBKEY, additional PEM and i2d/d2i routines are added for that type. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10394)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index d83f675..28db505 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4900,3 +4900,12 @@ OSSL_SERIALIZER_CTX_set_passphrase ? 3_0_0 EXIST::FUNCTION:
OSSL_SERIALIZER_CTX_set_passphrase_cb ? 3_0_0 EXIST::FUNCTION:
OSSL_SERIALIZER_CTX_set_passphrase_ui ? 3_0_0 EXIST::FUNCTION:
ERR_load_OSSL_SERIALIZER_strings ? 3_0_0 EXIST::FUNCTION:
+RSA_get0_pss_params ? 3_0_0 EXIST::FUNCTION:RSA
+PEM_read_X509_PUBKEY ? 3_0_0 EXIST::FUNCTION:STDIO
+PEM_write_X509_PUBKEY ? 3_0_0 EXIST::FUNCTION:STDIO
+PEM_read_bio_X509_PUBKEY ? 3_0_0 EXIST::FUNCTION:
+PEM_write_bio_X509_PUBKEY ? 3_0_0 EXIST::FUNCTION:
+d2i_X509_PUBKEY_fp ? 3_0_0 EXIST::FUNCTION:STDIO
+i2d_X509_PUBKEY_fp ? 3_0_0 EXIST::FUNCTION:STDIO
+d2i_X509_PUBKEY_bio ? 3_0_0 EXIST::FUNCTION:
+i2d_X509_PUBKEY_bio ? 3_0_0 EXIST::FUNCTION: