[cpp-xmltooling] branch master updated: CPPXT-125 - Consider making AbractPKIXTrustEngine::checkEntityNames virtual
Scott Cantor
cantor.2 at osu.edu
Fri Jan 12 16:18:32 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=6718682b2765a2f53099e035b6f8e2a864f46163
The following commit(s) were added to refs/heads/master by this push:
new 6718682 CPPXT-125 - Consider making AbractPKIXTrustEngine::checkEntityNames virtual
6718682 is described below
commit 6718682b2765a2f53099e035b6f8e2a864f46163
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 12 16:17:36 2018 -0500
CPPXT-125 - Consider making AbractPKIXTrustEngine::checkEntityNames virtual
https://issues.shibboleth.net/jira/browse/CPPXT-125
---
xmltooling/security/AbstractPKIXTrustEngine.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xmltooling/security/AbstractPKIXTrustEngine.h b/xmltooling/security/AbstractPKIXTrustEngine.h
index 427904d..4c46ad9 100644
--- a/xmltooling/security/AbstractPKIXTrustEngine.h
+++ b/xmltooling/security/AbstractPKIXTrustEngine.h
@@ -98,7 +98,7 @@ namespace xmltooling {
*
* @return true the name check succeeds, false if not
*/
- bool checkEntityNames(X509* certEE, const CredentialResolver& credResolver, const CredentialCriteria& criteria) const;
+ virtual bool checkEntityNames(X509* certEE, const CredentialResolver& credResolver, const CredentialCriteria& criteria) const;
public:
virtual ~AbstractPKIXTrustEngine();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list