Module tls_certificate_check

Data Types

option()

option() = ssl:connect_option()

option()

option() = ssl:connect_option()

Function Index

options/1Returns the list of ssl:connect options necessary to validate the server certificate against a list of trusted authorities, as well as to verify whether the server hostname matches one in the server certificate.
trusted_authorities/0Returns the list of trusted authorities.

Function Details

options/1

options(Target) -> Options

Returns the list of ssl:connect options necessary to validate the server certificate against a list of trusted authorities, as well as to verify whether the server hostname matches one in the server certificate.

trusted_authorities/0

trusted_authorities() -> CAs

Returns the list of trusted authorities.


Generated by EDoc