CT policy validation
authorRob Percival <robpercival@google.com>
Mon, 29 Feb 2016 17:33:02 +0000 (17:33 +0000)
committerRob Percival <robpercival@google.com>
Tue, 1 Mar 2016 20:03:25 +0000 (20:03 +0000)
commit7d054e5ab2aeaead14c0c19b808d62221020b0e1
tree655006eea9d0fe60879b36d09e9046be5a3749de
parent7852414967b87400b08bfdf321732cfbd07286e2
CT policy validation

Specifies a callback that will, in the future, be used by the SSL code to
decide whether to abort a connection on Certificate Transparency grounds.

Reviewed-by: Ben Laurie <ben@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
15 files changed:
crypto/ct/Makefile.in
crypto/ct/build.info
crypto/ct/ct_err.c
crypto/ct/ct_locl.h
crypto/ct/ct_policy.c [new file with mode: 0644]
crypto/ct/ct_sct.c
crypto/ct/ct_vfy.c
include/openssl/ct.h
include/openssl/ossl_typ.h
test/Makefile.in
test/certs/embeddedSCTs1_issuer.pem [new file with mode: 0644]
test/certs/embeddedSCTs3_issuer.pem [new file with mode: 0644]
test/ct_test.c
test/recipes/80-test_ct.t
util/libeay.num