openssl/crypto/ts
Rich Salz 9e5cd4bac7 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>
2016-01-17 10:38:03 -05:00
..
Makefile.in Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ts_asn1.c Remove "noise" comments from TS files. 2015-09-22 00:40:31 -04:00
ts_conf.c Add support for signer_digest option in TS. 2015-11-20 13:40:53 +00:00
ts_err.c Rebuild error source files. 2015-11-05 15:48:37 +00:00
ts_lcl.h Rename DECLARE*STACK_OF to DEFINE*STACK_OF 2016-01-07 18:00:51 +00:00
ts_lib.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
ts_req_print.c Remove "noise" comments from TS files. 2015-09-22 00:40:31 -04:00
ts_req_utils.c Make TS structures opaque. 2015-09-05 17:49:20 -04:00
ts_rsp_print.c Remove "noise" comments from TS files. 2015-09-22 00:40:31 -04:00
ts_rsp_sign.c Add support for signer_digest option in TS. 2015-11-20 13:40:53 +00:00
ts_rsp_utils.c Add some accessors. 2016-01-17 10:38:03 -05:00
ts_rsp_verify.c Fix X509_STORE_CTX_cleanup() 2016-01-03 18:45:05 -05:00
ts_verify_ctx.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00