Verify SCT signatures
authorRob Percival <robpercival@google.com>
Thu, 25 Feb 2016 13:33:48 +0000 (13:33 +0000)
committerRich Salz <rsalz@openssl.org>
Tue, 1 Mar 2016 16:59:28 +0000 (11:59 -0500)
commit8c6afbc55cc8e2d036c0af5adbaff82d8117c6b2
tree29f5feb6cf77df46204d65a6dcb6e1af65aedb06
parent09375d12fb684c6991c06b473664a0630b8b2edf
Verify SCT signatures

Tests included in future commit, which adds CT policy validation.

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_b64.c [new file with mode: 0644]
crypto/ct/ct_err.c
crypto/ct/ct_locl.h
crypto/ct/ct_log.c [new file with mode: 0644]
crypto/ct/ct_prn.c
crypto/ct/ct_sct.c
crypto/ct/ct_sct_ctx.c [new file with mode: 0644]
crypto/ct/ct_vfy.c [new file with mode: 0644]
crypto/include/internal/cryptlib.h
include/openssl/ct.h
include/openssl/ossl_typ.h
test/ct/log_list.conf [new file with mode: 0644]
util/libeay.num