xmltooling  3.0.3
xmltooling::OpenSSLPathValidator Class Referenceabstract

Extended PathValidator interface that adds validation using OpenSSL data types directly for efficiency. More...

#include <xmltooling/security/OpenSSLPathValidator.h>

Inheritance diagram for xmltooling::OpenSSLPathValidator:
xmltooling::PathValidator

Public Member Functions

virtual bool validate (X509 *certEE, STACK_OF(X509)*certChain, const PathValidatorParams &params) const =0
 Validates an end-entity certificate. More...
 
- Public Member Functions inherited from xmltooling::PathValidator
virtual bool validate (XSECCryptoX509 *certEE, const std::vector< XSECCryptoX509 * > &certChain, const PathValidatorParams &params) const =0
 Validates an end-entity certificate. More...
 

Detailed Description

Extended PathValidator interface that adds validation using OpenSSL data types directly for efficiency.

Member Function Documentation

virtual bool xmltooling::OpenSSLPathValidator::validate ( X509 *  certEE,
STACK_OF(X509)*  certChain,
const PathValidatorParams params 
) const
pure virtual

Validates an end-entity certificate.

Parameters
certEEend-entity certificate
certChainthe complete untrusted certificate chain
paramsplugin-specific parameters to the validation process
Returns
true iff validaton succeeds

The documentation for this class was generated from the following file: