From 519d5a034de887982136fcfdb6dffef47e46dd88 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 22 Sep 2017 12:54:51 -0700 Subject: 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) --- tests/cert_support/test_ecdsa_256.key | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/cert_support/test_ecdsa_256.key (limited to 'tests/cert_support/test_ecdsa_256.key') 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----- -- cgit v1.2.3