diff options
author | René Korthaus <[email protected]> | 2015-12-25 13:46:09 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2015-12-25 13:46:09 +0100 |
commit | 50b3cce52d5a02c5c3d039dc792edcc7bb7ee7dc (patch) | |
tree | eb47191591434d555d94a27a1eb8683e4541aafb /src/tests/test_pubkey.cpp | |
parent | 20e7a430425f20c939e872c932c29330f8db5422 (diff) |
Fix loading of unencrypted, BER encoded private keys via PKCS8 api
Diffstat (limited to 'src/tests/test_pubkey.cpp')
-rw-r--r-- | src/tests/test_pubkey.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/test_pubkey.cpp b/src/tests/test_pubkey.cpp index 89d79bec8..648477a1a 100644 --- a/src/tests/test_pubkey.cpp +++ b/src/tests/test_pubkey.cpp @@ -331,8 +331,6 @@ PK_Key_Generation_Test::test_key(const std::string& algo, const Botan::Private_K result.test_failure("roundtrip PEM private key", e.what()); } - /* - // Currently broken GH #379 try { Botan::DataSource_Memory data_src(Botan::PKCS8::BER_encode(key)); @@ -346,7 +344,6 @@ PK_Key_Generation_Test::test_key(const std::string& algo, const Botan::Private_K { result.test_failure("roundtrip BER private key", e.what()); } - */ const std::string passphrase = Test::random_password(); |