diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-19 15:47:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-21 12:24:08 -0400 |
commit | 9566ed6fd9e4aab2ce6b84afc2f7112550cf0483 (patch) | |
tree | c9fc667a53d2b6e748062b08f7ca3c9734b78741 /src/test/test.c | |
parent | 0812f1cbc2f528f0acb785e2fea416b9f2113c7c (diff) | |
download | tor-9566ed6fd9e4aab2ce6b84afc2f7112550cf0483.tar.gz tor-9566ed6fd9e4aab2ce6b84afc2f7112550cf0483.zip |
Add rudimentary support for PEM-encoding, since NSS doesn't do that.
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index 745aa987aa..94eae5a4f4 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -867,6 +867,7 @@ struct testgroup_t testgroups[] = { { "crypto/", crypto_tests }, { "crypto/ope/", crypto_ope_tests }, { "crypto/openssl/", crypto_openssl_tests }, + { "crypto/pem/", pem_tests }, { "dir/", dir_tests }, { "dir_handle_get/", dir_handle_get_tests }, { "dir/md/", microdesc_tests }, |