diff options
author | Jack Lloyd <[email protected]> | 2015-12-31 15:42:20 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-12-31 15:42:20 -0500 |
commit | d8b53e9acb370ba9c2f13ef9909e650b24134612 (patch) | |
tree | 284fa6c7dd08edb854237c6950b934c6c8f128f2 /src/tests/test_pubkey.cpp | |
parent | b42fc5375d5747e98930841a695302f625595dd7 (diff) | |
parent | 50b3cce52d5a02c5c3d039dc792edcc7bb7ee7dc (diff) |
Merge pull request #381 from cordney/fix-load-unencryped-key-from-ber
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 4521717e9..70712601d 100644 --- a/src/tests/test_pubkey.cpp +++ b/src/tests/test_pubkey.cpp @@ -371,8 +371,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)); @@ -386,7 +384,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(); |