Query: ssl
OS: linux
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ssl(7) Erlang Application Definition ssl(7)NAMEssl - The SSL application provides secure communication over sockets.ENVIRONMENTThe following application environment configuration parameters are defined for the SSL application. Refer to application(3erl) for more information about configuration parameters. Note that the environment parameters can be set on the command line, for instance, erl ... -ssl protocol_version '[sslv3, tlsv1]' ... . protocol_version = [sslv3|tlsv1] <optional> . : Protocol that will be supported by started clients and servers. If this option is not set it will default to all protocols currently supported by the erlang ssl application. Note that this option may be overridden by the version option to ssl:connect/[2,3] and ssl:listen/2. session_lifetime = integer() <optional> : The lifetime of session data in seconds. session_cb = atom() <optional> : Name of session cache callback module that implements the ssl_session_cache_api behavior, defaults to ssl_session_cache.erl. session_cb_init_args = list() <optional> : List of arguments to the init function in session cache callback module, defaults to [].SEE ALSOapplication(3erl) Ericsson AB ssl 4.1.4 ssl(7)
Related Man Pages |
---|
ssl_set_session(3ssl) - linux |
ssl_set_session(3) - centos |
ssl_set_session(3) - redhat |
ssl_set_session(3) - opendarwin |
ssl_set_session(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Samba Slow ? |
openssl DES3 in scripting |
Linking in OpenSSL libcrypto Statically |
Uninstall OpenSSL |
SSL_ERROR_SYSCALL in connection to qa-api.ncl.com:443 |