Botan 3.9.0
Crypto and TLS for C&
|
#include <x509_ext.h>
Public Member Functions | |
std::unique_ptr< Certificate_Extension > | copy () const override |
const NameConstraints & | get_name_constraints () const |
Name_Constraints ()=default | |
BOTAN_FUTURE_EXPLICIT | Name_Constraints (const NameConstraints &nc) |
OID | oid_of () const override |
void | validate (const X509_Certificate &subject, const X509_Certificate &issuer, const std::vector< X509_Certificate > &cert_path, std::vector< std::set< Certificate_Status_Code > > &cert_status, size_t pos) override |
Static Public Member Functions | |
static OID | static_oid () |
Name Constraints
Definition at line 250 of file x509_ext.h.
|
default |
|
inline |
Definition at line 258 of file x509_ext.h.
References BOTAN_FUTURE_EXPLICIT.
|
inlineoverridevirtual |
Make a copy of this extension
Implements Botan::Certificate_Extension.
Definition at line 252 of file x509_ext.h.
|
inline |
Definition at line 266 of file x509_ext.h.
|
inlineoverridevirtual |
Implements Botan::Certificate_Extension.
Definition at line 270 of file x509_ext.h.
References static_oid().
|
inlinestatic |
Definition at line 268 of file x509_ext.h.
Referenced by oid_of().
|
overridevirtual |
Reimplemented from Botan::Certificate_Extension.
Definition at line 536 of file x509_ext.cpp.
References Botan::X509_Certificate::is_CA_cert(), Botan::X509_Certificate::is_critical(), and Botan::NAME_CONSTRAINT_ERROR.