openssl/crypto/ct
Rob Percival cdb2a60347 Internalizes SCT_verify and removes SCT_verify_v1
SCT_verify is impossible to call through the public API (SCT_CTX_new() is
not part of the public API), so rename it to SCT_CTX_verify and move it
out of the public API.

SCT_verify_v1 is redundant, since SCT_validate does the same verification
(by calling SCT_verify) and more. The API is less confusing with a single
verification function (SCT_validate).

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-08-23 20:12:25 +01:00
..
build.info CT policy validation 2016-03-01 20:03:25 +00:00
ct_b64.c Mkae CT_log_new_from_base64 always return 0 on failure 2016-08-05 21:34:59 -04:00
ct_err.c Internalizes SCT_verify and removes SCT_verify_v1 2016-08-23 20:12:25 +01:00
ct_locl.h Internalizes SCT_verify and removes SCT_verify_v1 2016-08-23 20:12:25 +01:00
ct_log.c Removes CTLOG_new_null from the CT public API 2016-08-05 18:49:58 -04:00
ct_oct.c Fix potential access of null pointer (pp) 2016-06-07 12:21:46 -04:00
ct_policy.c Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL arg 2016-08-23 00:19:15 +01:00
ct_prn.c Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). 2016-08-16 16:05:35 +01:00
ct_sct.c Internalizes SCT_verify and removes SCT_verify_v1 2016-08-23 20:12:25 +01:00
ct_sct_ctx.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
ct_vfy.c Internalizes SCT_verify and removes SCT_verify_v1 2016-08-23 20:12:25 +01:00
ct_x509v3.c Specify array sizes 2016-06-11 16:43:49 +02:00