Construct SCT from base64 in ct_test
authorRob Percival <robpercival@google.com>
Wed, 7 Sep 2016 16:47:56 +0000 (17:47 +0100)
committerRich Salz <rsalz@openssl.org>
Wed, 16 Nov 2016 21:27:10 +0000 (16:27 -0500)
commit189d4e0906551429dd177af658b5ee37aac2dad3
tree6e4b573d5d88a90a160ac84766577643d7a146b2
parent760c969584bb52f1c88f11563c59a2c5efad66d7
Construct SCT from base64 in ct_test

This gives better code coverage and is more representative of how a
user would likely construct an SCT (using the base64 returned by a CT log).

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1548)
(cherry picked from commit f7a39a5a3f7f91e0d1ba0030323eef26bc8ccddf)
test/ct_test.c