]> WPIA git - cassiopeia.git/blobdiff - test/src/CRL.cpp
update openssl-update-script
[cassiopeia.git] / test / src / CRL.cpp
index c3c999b74b51209dc3d834dee6a74866b970cfda..69091ae487e2c771689461bc021bd6fa049c98d0 100644 (file)
@@ -11,10 +11,9 @@ extern std::unordered_map<std::string, std::shared_ptr<CAConfig>> CAs;
 BOOST_AUTO_TEST_SUITE( TestCRL )
 BOOST_AUTO_TEST_CASE( SeperateSignature ) {
     parseProfiles();
-    std::shared_ptr<CAConfig> ca = CAs.at( "unassured" );
+    std::shared_ptr<CAConfig> ca = CAs.at( "unassured_2015_2" );
 
     CRL c( "" );
-    c.setSignature( c.getSignature() );
     c.sign( ca );
     std::string oldsig = c.getSignature();
     BOOST_CHECK( c.verify( ca ) );