|
Botan 3.13.0
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/asn1_obj.h>#include <algorithm>#include <initializer_list>#include <optional>#include <string_view>Go to the source code of this file.
Classes | |
| struct | Botan::DistributionPointMatch |
Namespaces | |
| namespace | Botan |
Functions | |
| DistributionPointMatch | Botan::distribution_point_match (const X509_CRL &crl, const X509_Certificate &cert) |
| std::optional< uint32_t > | Botan::is_sub_element_of (const OID &oid, std::initializer_list< uint32_t > prefix) |
| bool | Botan::wildcard_intersects_excluded_dns_subtree (std::string_view pattern, std::string_view constraint) |
| bool | Botan::x509_dn_subtree_match (const X509_DN &name, const X509_DN &constraint) |
Internal Header.
Definition in file x509_utils.h.