The ssl application is an implementation of the SSL/TLS protocol in Erlang.
The SSL application uses the
The application environment configuration parameters in this section
are defined for the SSL application. For more information
about configuration parameters, see the
The environment parameters can be set on the command line, for example:
Protocol supported by started clients and
servers. If this option is not set, it defaults to all
protocols currently supported by the SSL application.
This option can be overridden by the version option
to
Maximum lifetime of the session data in seconds.
Name of the session cache callback module that implements
the
List of extra user-defined arguments to the
Limits the growth of the clients/servers session cache, if the maximum number of sessions is reached, the current cache entries will be invalidated regardless of their remaining lifetime. Defaults to 1000.
Number of milliseconds between PEM cache validations.
Number of milliseconds between sending of a fatal alert and closing the connection. Waiting a little while improves the peers chances to properly receiving the alert so it may shutdown gracefully. Defaults to 5000 milliseconds.
The SSL application uses the default