1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
%% Automatically generated. Do not edit.
{srcfile, "refman"}.
{appname, "ssl"}.
{appvsn, "3.0.4"}.
{app, "ssl_app"}.
{appsummary, "The SSL Application"}.
{module, "ssl"}.
{modulesummary, "Interface Functions for Secure Socket Layer"}.
{name, "accept/1"}.
{name, "accept/2"}.
{fsummary, "Accept an incoming connection request."}.
{name, "ciphers/0"}.
{fsummary, "Get supported ciphers."}.
{name, "close/1"}.
{fsummary, "Close a socket returned by accept/1/2, connect/3/4, or listen/2."}.
{name, "connect/3"}.
{name, "connect/4"}.
{fsummary, "Connect to Port at Address."}.
{name, "controlling_process/2"}.
{fsummary, "Assign a new controlling process to the socket."}.
{name, "format_error/1"}.
{fsummary, "Return an error string."}.
{name, "getopts/2"}.
{fsummary, "Get options set for socket"}.
{name, "listen/2"}.
{fsummary, "Set up a socket to listen on a port on the local host. "}.
{name, "peercert/1"}.
{name, "peercert/2"}.
{fsummary, "Return the peer certificate."}.
{name, "peername/1"}.
{fsummary, "Return peer address and port."}.
{name, "pid/1"}.
{fsummary, "Return the pid of the socket process."}.
{name, "recv/2"}.
{name, "recv/3"}.
{fsummary, "Receive data on socket."}.
{name, "seed/1"}.
{fsummary, "Seed the ssl random generator."}.
{name, "send/2"}.
{fsummary, "Write data to a socket."}.
{name, "setopts/2"}.
{fsummary, "Set socket options."}.
{name, "sockname/1"}.
{fsummary, "Return the local address and port."}.
{name, "version/0"}.
{fsummary, "Return the version of SSL."}.
{module, "ssl_pkix"}.
{modulesummary, "Decoding of PKIX certificates with representation in Erlang."}.
{name, "decode_cert/1"}.
{name, "decode_cert/2"}.
{fsummary, "Decode a PKIX certificate."}.
{name, "decode_cert_file/1"}.
{name, "decode_cert_file/2"}.
{fsummary, "Decode a PKIX certificate file."}.
|