diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2019-12-28 12:33:12 +0100 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-07-01 11:14:54 +0200 |
commit | 0d8dbb52e3900fdd096ca1765137958340fb8497 (patch) | |
tree | f9cb418c313f4b175c5dffe5a83cc86f1b62bf69 /util/libcrypto.num | |
parent | Move doc of X509{,_REQ,_CRL}_verify{,_ex}() from X509_sign.pod to new X509_ve... (diff) | |
download | openssl-0d8dbb52e3900fdd096ca1765137958340fb8497.tar.xz openssl-0d8dbb52e3900fdd096ca1765137958340fb8497.zip |
Add X509_self_signed(), extending and improving documenation and tests
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10587)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 22c7cdc709..db033eee9d 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4681,6 +4681,7 @@ ERR_set_error ? 3_0_0 EXIST::FUNCTION: ERR_vset_error ? 3_0_0 EXIST::FUNCTION: X509_get0_authority_issuer ? 3_0_0 EXIST::FUNCTION: X509_get0_authority_serial ? 3_0_0 EXIST::FUNCTION: +X509_self_signed ? 3_0_0 EXIST::FUNCTION: EC_GROUP_new_by_curve_name_ex ? 3_0_0 NOEXIST::FUNCTION:EC EC_KEY_new_ex ? 3_0_0 NOEXIST::FUNCTION:EC EC_KEY_new_by_curve_name_ex ? 3_0_0 NOEXIST::FUNCTION:EC |