aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-17 10:34:26 -0500
committerRich Salz <rsalz@openssl.org>2016-01-17 10:38:03 -0500
commit9e5cd4bac777e27ebcdc9aa411f0a63c27500468 (patch)
treebd8c15096e8c3e0a2cf64cecf715a65553c9e507 /util
parent0b3a231efd3a29aa8a1e8dfaecb008e4798d9923 (diff)
downloadopenssl-9e5cd4bac777e27ebcdc9aa411f0a63c27500468.tar.gz
Add some accessors.
Author: Remi Gacogne <rgacogne-github@coredump.fr> GH334: Add an OCSP_SINGLERESP_get0_id() accessor to the OCSP_CERTID of a OCSP_SINGLERESP. It is possible to do it the other way around using OCSP_resp_find(), but this is more efficient when you have a tree indexed by OCSP_CERTID, like haproxy does. (This is also RT4251) Author: Marek Klein <kleinmrk@gmail.com> GH556: OCSP_resp_get_produced_at() accessor to the producedAt of a OCSP_BASICRESP GH555: TS_STATUS_INFO_get_status(), TS_STATUS_INFO_get_text() and TS_STATUS_INFO_get_failure_info() accessors for a TS_STATUS_INFO Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index acfa34d1da..31a603de1d 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -4759,3 +4759,8 @@ EC_KEY_set_ex_data 5153 1_1_0 EXIST::FUNCTION:EC
EC_KEY_get_ex_data 5154 1_1_0 EXIST::FUNCTION:EC
EC_KEY_set_method 5155 1_1_0 EXIST::FUNCTION:EC
EC_KEY_get_method 5156 1_1_0 EXIST::FUNCTION:EC
+OCSP_SINGLERESP_get0_id 5157 1_1_0 EXIST::FUNCTION:
+TS_STATUS_INFO_get_status 5158 1_1_0 EXIST::FUNCTION:
+OCSP_resp_get_produced_at 5159 1_1_0 EXIST::FUNCTION:
+TS_STATUS_INFO_get_failure_info 5160 1_1_0 EXIST::FUNCTION:
+TS_STATUS_INFO_get_text 5161 1_1_0 EXIST::FUNCTION: