CPPXT-105 - Fix reuse of X509_STORE_CTX during CRL checking
authorScott Cantor <cantor.2@osu.edu>
Tue, 4 Aug 2015 13:53:41 +0000 (09:53 -0400)
committerScott Cantor <cantor.2@osu.edu>
Tue, 4 Aug 2015 13:53:41 +0000 (09:53 -0400)
commited8a88a560d5076dcdf70f01c4d5c8581bfb75bc
tree62e0f6cf29772bfe1acd049dc00aab9f2a8fe31e
parenteb3000a4c5a8ddecf25927f0de0734bd78ba0fe4
CPPXT-105 - Fix reuse of X509_STORE_CTX during CRL checking

https://issues.shibboleth.net/jira/browse/CPPXT-105

Fix a misuse of OpenSSL X509_verify_cert function caused by
reuse of the X509_STORE_CTX structure between first CRL-less
pass and the second CRL pass.
xmltooling/security/impl/PKIXPathValidator.cpp