Construct SCT from base64 in ct_test
authorRob Percival <robpercival@google.com>
Wed, 7 Sep 2016 16:47:56 +0000 (17:47 +0100)
committerRob Percival <robpercival@google.com>
Wed, 16 Nov 2016 13:43:36 +0000 (13:43 +0000)
commitf7a39a5a3f7f91e0d1ba0030323eef26bc8ccddf
tree550e52147db0b7596a6f29e3b81d2541587a0d3d
parent27a451e3739d8331b9c180b0373b88ab6c382409
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)
test/ct_test.c