From 50b3cce52d5a02c5c3d039dc792edcc7bb7ee7dc Mon Sep 17 00:00:00 2001 From: René Korthaus Date: Fri, 25 Dec 2015 13:46:09 +0100 Subject: Fix loading of unencrypted, BER encoded private keys via PKCS8 api --- src/tests/test_pubkey.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tests') 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(); -- cgit v1.2.3