summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-10-19 15:39:13 +0100
committerRich Salz <rsalz@openssl.org>2016-11-16 16:27:45 -0500
commit6ae6ff57f2667614c0bd6310f9a2856b3f5defd2 (patch)
treea9bb6094fddab2fb1762304027343a7f8f096ba9 /test
parent4caa44d7ea001708069d8ce638e11e7dfd975f85 (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) (cherry picked from commit e2635c49f35c615820b1c6d92d180e31e28adeb2)
Diffstat (limited to 'test')
-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 cf578874fe..430b0f2ccc 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -513,8 +513,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();