aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-23 12:52:43 +0100
committerMatt Caswell <matt@openssl.org>2016-08-23 20:12:25 +0100
commitcdb2a60347f988037d29adc7e4415e9c66c8a5a5 (patch)
treece213a2202bbbbe21c33014db2d1ecef97c7a71a /crypto/x509
parent5579eab9efd2c8e2f21340f9b9fe20ee89f25857 (diff)
downloadopenssl-cdb2a60347f988037d29adc7e4415e9c66c8a5a5.zip
openssl-cdb2a60347f988037d29adc7e4415e9c66c8a5a5.tar.gz
openssl-cdb2a60347f988037d29adc7e4415e9c66c8a5a5.tar.bz2
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>
Diffstat (limited to 'crypto/x509')
0 files changed, 0 insertions, 0 deletions