diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-22 12:54:51 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-22 12:54:51 -0700 |
commit | 519d5a034de887982136fcfdb6dffef47e46dd88 (patch) | |
tree | 2e6c0265b86d35d26b323923c176eed1ca621b67 /tests/cert_support/test_ecdsa_256.key | |
parent | f511eaf487d59fe60271b2e4aac5fe0470fecf92 (diff) |
Move cert tests & copies of related keys into separate folder.
This prevents non-cert-related tests from incidentally loading
the certs, which was masking issues (re #1071)
Diffstat (limited to 'tests/cert_support/test_ecdsa_256.key')
-rw-r--r-- | tests/cert_support/test_ecdsa_256.key | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cert_support/test_ecdsa_256.key b/tests/cert_support/test_ecdsa_256.key new file mode 100644 index 00000000..42d44734 --- /dev/null +++ b/tests/cert_support/test_ecdsa_256.key @@ -0,0 +1,5 @@ +-----BEGIN EC PRIVATE KEY----- +MHcCAQEEIKB6ty3yVyKEnfF/zprx0qwC76MsMlHY4HXCnqho2eKioAoGCCqGSM49 +AwEHoUQDQgAElI9mbdlaS+T9nHxY/59lFnn80EEecZDBHq4gLpccY8Mge5ZTMiMD +ADRvOqQ5R98Sxst765CAqXmRtz8vwoD96g== +-----END EC PRIVATE KEY----- |