Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::Path_Validation_Restrictions, including all inherited members.
ignore_trusted_root_time_range() const | Botan::Path_Validation_Restrictions | inline |
max_ocsp_age() const | Botan::Path_Validation_Restrictions | inline |
minimum_key_strength() const | Botan::Path_Validation_Restrictions | inline |
ocsp_all_intermediates() const | Botan::Path_Validation_Restrictions | inline |
Path_Validation_Restrictions(bool require_rev=false, size_t minimum_key_strength=110, bool ocsp_all_intermediates=false, std::chrono::seconds max_ocsp_age=std::chrono::seconds::zero(), std::unique_ptr< Certificate_Store > trusted_ocsp_responders=std::make_unique< Certificate_Store_In_Memory >(), bool ignore_trusted_root_time_range=false) | Botan::Path_Validation_Restrictions | |
Path_Validation_Restrictions(bool require_rev, size_t minimum_key_strength, bool ocsp_all_intermediates, const std::set< std::string > &trusted_hashes, std::chrono::seconds max_ocsp_age=std::chrono::seconds::zero(), std::unique_ptr< Certificate_Store > trusted_ocsp_responders=std::make_unique< Certificate_Store_In_Memory >(), bool ignore_trusted_root_time_range=false) | Botan::Path_Validation_Restrictions | inline |
require_revocation_information() const | Botan::Path_Validation_Restrictions | inline |
trusted_hashes() const | Botan::Path_Validation_Restrictions | inline |
trusted_ocsp_responders() const | Botan::Path_Validation_Restrictions | inline |