check reviewer --reviewer=emilia
authorRob Percival <robpercival@google.com>
Thu, 10 Mar 2016 18:17:23 +0000 (18:17 +0000)
committerRich Salz <rsalz@openssl.org>
Thu, 10 Mar 2016 19:53:04 +0000 (14:53 -0500)
commit8359b57f27bbc320c3c08035917d829b303ea850
tree0a63789a4ffb5b5562a5d5716d9dd502f877eff7
parentf0667b1430bac3b8c9c5b76985ad24cf9b13a0a9
check reviewer --reviewer=emilia
Remove 'log' field from SCT and related accessors

In order to still have access to an SCT's CTLOG when calling SCT_print,
SSL_CTX_get0_ctlog_store has been added.

Improved documentation for some CT functions in openssl/ssl.h.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/s_client.c
crypto/ct/ct_locl.h
crypto/ct/ct_prn.c
crypto/ct/ct_sct.c
crypto/ct/ct_x509v3.c
include/openssl/ct.h
include/openssl/ssl.h
ssl/ssl_lib.c
test/ct_test.c
util/libcrypto.num
util/libssl.num