Botan 3.4.0
Crypto and TLS for C&
Botan::Path_Validation_Restrictions Member List

This is the complete list of members for Botan::Path_Validation_Restrictions, including all inherited members.

ignore_trusted_root_time_range() constBotan::Path_Validation_Restrictionsinline
max_ocsp_age() constBotan::Path_Validation_Restrictionsinline
minimum_key_strength() constBotan::Path_Validation_Restrictionsinline
ocsp_all_intermediates() constBotan::Path_Validation_Restrictionsinline
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_Restrictionsinline
require_revocation_information() constBotan::Path_Validation_Restrictionsinline
trusted_hashes() constBotan::Path_Validation_Restrictionsinline
trusted_ocsp_responders() constBotan::Path_Validation_Restrictionsinline