Botan 3.13.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.

accept_ocsp_softfail() constBotan::Path_Validation_Restrictionsinline
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::hours(24 *7), std::unique_ptr< Certificate_Store > trusted_ocsp_responders=nullptr, bool ignore_trusted_root_time_range=false, bool require_self_signed_trust_anchors=true, bool accept_ocsp_softfail=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::hours(24 *7), std::unique_ptr< Certificate_Store > trusted_ocsp_responders=nullptr, bool ignore_trusted_root_time_range=false, bool require_self_signed_trust_anchors=true, bool accept_ocsp_softfail=false)Botan::Path_Validation_Restrictionsinline
require_revocation_information() constBotan::Path_Validation_Restrictionsinline
require_self_signed_trust_anchors() constBotan::Path_Validation_Restrictionsinline
trusted_hashes() constBotan::Path_Validation_Restrictionsinline
trusted_ocsp_responders() constBotan::Path_Validation_Restrictionsinline