summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2022-05-30 14:32:36 +1000
committerTomas Mraz <tomas@openssl.org>2022-11-02 11:25:48 +0100
commit820723dde0c9ec9a4fc68406a0e5aee1dc83f836 (patch)
tree5c25c3e402d732de0b57ca62bb30977502ce00bf /util
parent57d2bccdb2112cc09de1bec585da878161b1364f (diff)
downloadopenssl-new-820723dde0c9ec9a4fc68406a0e5aee1dc83f836.tar.gz
Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.
These functions pass a library content and prop query. The i2d documentation related to these functions has been corrected since the bio and fp functions always return 0 or 1. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18427)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 81d67b32e9..d9ed04ecb3 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5478,3 +5478,5 @@ BIO_f_brotli ? 3_2_0 EXIST::FUNCTION:COMP
COMP_zstd ? 3_2_0 EXIST::FUNCTION:COMP
COMP_zstd_oneshot ? 3_2_0 EXIST::FUNCTION:COMP
BIO_f_zstd ? 3_2_0 EXIST::FUNCTION:COMP
+d2i_PUBKEY_ex_fp ? 3_2_0 EXIST::FUNCTION:STDIO
+d2i_PUBKEY_ex_bio ? 3_2_0 EXIST::FUNCTION: