diff options
author | Matt Caswell <matt@openssl.org> | 2016-09-14 00:26:53 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-09-22 10:27:45 +0200 |
commit | a671b3e64abe782d37c705ae51e93f2013672f9d (patch) | |
tree | ed76a3fb6093b4d1640fe3d869c9bf99e89e25ed /util/libcrypto.num | |
parent | Add the ability to set OCSP_RESPID fields (diff) | |
download | openssl-a671b3e64abe782d37c705ae51e93f2013672f9d.tar.xz openssl-a671b3e64abe782d37c705ae51e93f2013672f9d.zip |
Add OCSP_RESPID_match()
Add a function for testing whether a given OCSP_RESPID matches with a
certificate.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/libcrypto.num')
-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 7289f6b549..db6732edbc 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4205,3 +4205,4 @@ ECPKPARAMETERS_new 4155 1_1_0 EXIST::FUNCTION:EC ECPARAMETERS_new 4156 1_1_0 EXIST::FUNCTION:EC OCSP_RESPID_set_by_name 4157 1_1_0a EXIST::FUNCTION:OCSP OCSP_RESPID_set_by_key 4158 1_1_0a EXIST::FUNCTION:OCSP +OCSP_RESPID_match 4159 1_1_0a EXIST::FUNCTION:OCSP |