diff options
author | Ethan Glasser-Camp <ethan@betacantrips.com> | 2013-03-24 17:13:50 -0400 |
---|---|---|
committer | Ethan Glasser-Camp <ethan@betacantrips.com> | 2013-03-25 12:19:21 -0400 |
commit | 632129c427fb912f6fdca9aa37418e828c75b87f (patch) | |
tree | 53d7092af8833c0176b70e8c043fcfe886893c08 /tests/test_ecdsa.key | |
parent | 0392e3df8f5efab2551ca8f5f758f3acdb5d5ecc (diff) |
Introduce ECDSA
This just adds tests; hooking this up with paramiko comes in the next
commit.
Diffstat (limited to 'tests/test_ecdsa.key')
-rw-r--r-- | tests/test_ecdsa.key | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_ecdsa.key b/tests/test_ecdsa.key new file mode 100644 index 00000000..42d44734 --- /dev/null +++ b/tests/test_ecdsa.key @@ -0,0 +1,5 @@ +-----BEGIN EC PRIVATE KEY----- +MHcCAQEEIKB6ty3yVyKEnfF/zprx0qwC76MsMlHY4HXCnqho2eKioAoGCCqGSM49 +AwEHoUQDQgAElI9mbdlaS+T9nHxY/59lFnn80EEecZDBHq4gLpccY8Mge5ZTMiMD +ADRvOqQ5R98Sxst765CAqXmRtz8vwoD96g== +-----END EC PRIVATE KEY----- |