#include <xmltooling/security/OpenSSLPathValidator.h>

Public Member Functions | |
| virtual bool | validate (X509 *certEE, STACK_OF(X509)*certChain, const PathValidatorParams ¶ms) const =0 |
| Validates an end-entity certificate. | |
| virtual bool xmltooling::OpenSSLPathValidator::validate | ( | X509 * | certEE, | |
| STACK_OF(X509)* | certChain, | |||
| const PathValidatorParams & | params | |||
| ) | const [pure virtual] |
Validates an end-entity certificate.
| certEE | end-entity certificate | |
| certChain | the complete untrusted certificate chain | |
| params | plugin-specific parameters to the validation process |
1.5.6