aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_data.c
diff options
context:
space:
mode:
authorMarek Majkowski <marek@popcount.org>2013-06-10 15:03:18 +0100
committerMarek Majkowski <marek@popcount.org>2013-06-10 15:03:18 +0100
commite4f51682bc6d15e5ba78dfe6dfe69e95c298954e (patch)
treef9b64986cd3d6c45921c3221cf24ac2fab7e9745 /src/test/test_data.c
parent68be3469c55ac1e4b8f2fecf2a82bcced7f949c8 (diff)
downloadtor-e4f51682bc6d15e5ba78dfe6dfe69e95c298954e.tar
tor-e4f51682bc6d15e5ba78dfe6dfe69e95c298954e.tar.gz
Bug #5170 - test crypto_pk_get_all_digests
Diffstat (limited to 'src/test/test_data.c')
-rw-r--r--src/test/test_data.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/test_data.c b/src/test/test_data.c
index 5f0f7cba0..3c68b1294 100644
--- a/src/test/test_data.c
+++ b/src/test/test_data.c
@@ -63,6 +63,11 @@ const char AUTHORITY_SIGNKEY_1[] =
"Yx4lqK0ca5IkTp3HevwnlWaJgbaOTUspCVshzJBhDA==\n"
"-----END RSA PRIVATE KEY-----\n";
+const char AUTHORITY_SIGNKEY_1_DIGEST[] =
+ "CBF56A83368A5150F1A9AAADAFB4D77F8C4170E2";
+const char AUTHORITY_SIGNKEY_1_DIGEST256[] =
+ "AF7C5468DBE3BA54A052726038D7F15F3C4CA511B1952645B3D96D83A8DFB51C";
+
/** Second of 3 example authority certificates for unit testing. */
const char AUTHORITY_CERT_2[] =
"dir-key-certificate-version 3\n"