boost::corosio::tls_context::add_crl
Add a Certificate Revocation List from memory.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
std::error_code
add_crl(std::string_view crl);
Description
Adds a CRL to the verification store for checking whether certificates have been revoked. CRLs are typically fetched from the URLs in a certificate's CRL Distribution Points extension.