summaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-10-19 15:39:13 +0100
committerRob Percival <robpercival@google.com>2016-11-16 13:43:36 +0000
commite2635c49f35c615820b1c6d92d180e31e28adeb2 (patch)
treeea6ca15809345088d21a8a2bb530f78da46efe09 /test/ct_test.c
parent73ccf3ca01085d143aecb7fcfb0aac18caa678d2 (diff)
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.c4
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();