]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.
authorslontis <shane.lontis@oracle.com>
Mon, 30 May 2022 04:32:36 +0000 (14:32 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Nov 2022 10:25:48 +0000 (11:25 +0100)
commit820723dde0c9ec9a4fc68406a0e5aee1dc83f836
tree5c25c3e402d732de0b57ca62bb30977502ce00bf
parent57d2bccdb2112cc09de1bec585da878161b1364f
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)
crypto/x509/x_all.c
doc/man3/X509_PUBKEY_new.pod
include/openssl/x509.h.in
test/build.info
test/evp_extra_test2.c
util/libcrypto.num