ssl_session

DATA TYPES

db_handle() = term()
host() = ip_address() (see module inet) | hostname() (see module inet)
seconds() = integer()
session_id() = 0 | binary()

Functions


is_new(SessionId::session_id(), ServerDecision::session_id()) -> boolean()

client_id(ClientInfo::{host(), port_number() (see module inet), #ssl_options{protocol=undefined | tls | dtls, versions=undefined | [ssl_version() (see module ssl_record)], verify=undefined | verify_none | verify_peer, verify_fun=any(), fail_if_no_peer_cert=undefined | boolean(), verify_client_once=undefined | boolean(), validate_extensions_fun=any(), depth=undefined | integer(), certfile=undefined | binary(), cert=undefined | der_encoded() (see module public_key), keyfile=undefined | binary(), key=undefined | {'RSAPrivateKey' | 'DSAPrivateKey' | 'ECPrivateKey' | 'PrivateKeyInfo', der_encoded() (see module public_key)}, password=undefined | string(), cacerts=undefined | [der_encoded() (see module public_key)], cacertfile=undefined | binary(), dh=undefined | der_encoded() (see module public_key), dhfile=undefined | binary(), user_lookup_fun=any(), psk_identity=undefined | binary(), srp_identity=any(), ciphers=any(), reuse_session=any(), reuse_sessions=undefined | boolean(), renegotiate_at=any(), secure_renegotiate=any(), hibernate_after=undefined | boolean(), erl_dist=boolean(), next_protocols_advertised=any(), next_protocol_selector=any(), log_alert=undefined | boolean(), server_name_indication=any(), honor_cipher_order=any()}}, Cache::db_handle(), CacheCb::atom(), OwnCert::undefined | binary()) -> binary()

valid_session(Session::#session{}, LifeTime::seconds()) -> boolean()

server_id(Port, SuggestedId, SslOpts, Cert, Cache, CacheCb) -> term()

View Functions