boost::corosio::tls_file_format

Certificate and key file format.

Synopsis

enum class tls_file_format : int;

Description

Specifies the encoding format for certificate and key data.

Members

Name

Description

pem

PEM format (Base64‐encoded with header/footer lines).

der

DER format (raw ASN.1 binary encoding).

See Also

tls_context::use_certificate

tls_context::use_private_key

Created with MrDocs