diff options
author | Rob Percival <robpercival@google.com> | 2016-10-19 16:39:13 +0200 |
---|---|---|
committer | Rob Percival <robpercival@google.com> | 2016-11-16 14:43:36 +0100 |
commit | e2635c49f35c615820b1c6d92d180e31e28adeb2 (patch) | |
tree | ea6ca15809345088d21a8a2bb530f78da46efe09 /test/ct_test.c | |
parent | Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64 (diff) | |
download | openssl-e2635c49f35c615820b1c6d92d180e31e28adeb2.tar.xz openssl-e2635c49f35c615820b1c6d92d180e31e28adeb2.zip |
Use valid signature in test_decode_tls_sct()
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1548)
Diffstat (limited to 'test/ct_test.c')
-rw-r--r-- | test/ct_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ct_test.c b/test/ct_test.c index e8d8395dd8..dff673d184 100644 --- a/test/ct_test.c +++ b/test/ct_test.c @@ -515,8 +515,8 @@ static int test_encode_tls_sct() const char log_id[] = "3xwuwRUAlFJHqWFoMl3cXHlZ6PfG04j8AC4LvT9012Q="; const uint64_t timestamp = 1; const char extensions[] = ""; - const char signature[] = "RQIgSC9nUa8126ZUNr4f1mQPPb+aQUKUlZJFMCiPo+XiPgY" - "CIQDk7cDbOsVyseL16KtqaAZTmH3PQQJ9/v+hBVGdie2/CA=="; + const char signature[] = "BAMARzBAMiBIL2dRrzXbplQ2vh/WZA89v5pBQpSVkkUwKI+j5" + "eI+BgIhAOTtwNs6xXKx4vXoq2poBlOYfc9BAn3+/6EFUZ2J7b8I"; SETUP_CT_TEST_FIXTURE(); |