aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-09-13 23:26:53 +0100
committerMatt Caswell <matt@openssl.org>2016-09-22 09:27:45 +0100
commita671b3e64abe782d37c705ae51e93f2013672f9d (patch)
treeed76a3fb6093b4d1640fe3d869c9bf99e89e25ed /util
parente12c0beb5a652ba0c3a71e633a77fafbb4f86aa4 (diff)
downloadopenssl-a671b3e64abe782d37c705ae51e93f2013672f9d.tar.gz
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')
-rw-r--r--util/libcrypto.num1
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