Botan 3.6.1
Crypto and TLS for C&
|
#include <x509_ext.h>
Public Member Functions | |
std::unique_ptr< Certificate_Extension > | copy () const override |
OCSP_NoCheck ()=default | |
OID | oid_of () const override |
virtual 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) |
Static Public Member Functions | |
static OID | static_oid () |
OCSP NoCheck Extension
RFC6960 4.2.2.2.1 A CA may specify that an OCSP client can trust a responder for the lifetime of the responder's certificate. The CA does so by including the extension id-pkix-ocsp-nocheck.
In other words: OCSP responder certificates with this extension do not need to be validated against some revocation info.
Definition at line 483 of file x509_ext.h.
|
default |
|
inlineoverridevirtual |
Make a copy of this extension
Implements Botan::Certificate_Extension.
Definition at line 487 of file x509_ext.h.
|
inlineoverridevirtual |
Implements Botan::Certificate_Extension.
Definition at line 491 of file x509_ext.h.
References static_oid().
|
inlinestatic |
Definition at line 489 of file x509_ext.h.
Referenced by oid_of().
|
virtualinherited |
Reimplemented in Botan::Cert_Extension::Certificate_Policies, Botan::Cert_Extension::Name_Constraints, and Botan::Cert_Extension::Unknown_Extension.
Definition at line 133 of file x509_ext.cpp.