Botan  1.11.15
Classes | Namespaces | Functions
src/lib/cert/x509/x509path.h File Reference
#include <botan/cert_status.h>
#include <botan/x509cert.h>
#include <botan/certstor.h>
#include <set>

Go to the source code of this file.

Classes

class  Botan::Path_Validation_Restrictions
class  Botan::Path_Validation_Result

Namespaces

namespace  Botan

Functions

Path_Validation_Result Botan::x509_path_validate (const std::vector< X509_Certificate > &end_certs, const Path_Validation_Restrictions &restrictions, const std::vector< Certificate_Store * > &certstores)
Path_Validation_Result Botan::x509_path_validate (const X509_Certificate &end_cert, const Path_Validation_Restrictions &restrictions, const std::vector< Certificate_Store * > &certstores)
Path_Validation_Result Botan::x509_path_validate (const std::vector< X509_Certificate > &end_certs, const Path_Validation_Restrictions &restrictions, const Certificate_Store &store)
Path_Validation_Result Botan::x509_path_validate (const X509_Certificate &end_cert, const Path_Validation_Restrictions &restrictions, const Certificate_Store &store)