boost::corosio::tls_context::add_crl_file
Add a Certificate Revocation List from a file.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
std::error_code
add_crl_file(std::string_view filename);
Description
Adds a CRL to the verification store for checking whether certificates have been revoked.