From 98913da09f32fd12c5e1bfda53f823498befe082 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Tue, 10 Feb 2015 02:15:58 +0100 Subject: [PATCH] UPD: calling 'getSignature' on unsigned CRLs violates contract (from now on) due to openssl, strange behaviour --- test/src/CRL.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/CRL.cpp b/test/src/CRL.cpp index c3c999b..f28ef1d 100644 --- a/test/src/CRL.cpp +++ b/test/src/CRL.cpp @@ -14,7 +14,6 @@ BOOST_AUTO_TEST_CASE( SeperateSignature ) { std::shared_ptr ca = CAs.at( "unassured" ); CRL c( "" ); - c.setSignature( c.getSignature() ); c.sign( ca ); std::string oldsig = c.getSignature(); BOOST_CHECK( c.verify( ca ) ); -- 2.47.3