File: refman.kwc

package info (click to toggle)
erlang-doc-html 1%3A12.b.3-dfsg-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 27,712 kB
  • ctags: 13,052
  • sloc: erlang: 505; ansic: 323; perl: 61; makefile: 57; sh: 23
file content (116 lines) | stat: -rw-r--r-- 4,036 bytes parent folder | download
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
%% Automatically generated. Do not edit.
{srcfile, "refman"}.
{appname, "ssl"}.
{appvsn, "3.9"}.
{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 Portat Address."}.
{name, "connection_info/1"}.
{fsummary, "Get current protocol version and cipher."}.
{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, "ssl_accept/1"}.
{name, "ssl_accept/2"}.
{fsummary, "Perform server-side SSL handshake and key exchange"}.
{name, "sockname/1"}.
{fsummary, "Return the local address and port."}.
{name, "transport_accept/1"}.
{name, "transport_accept/2"}.
{fsummary, "Accept an incoming connection and prepare for ssl_accept"}.
{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."}.
{module, "new_ssl"}.
{modulesummary, "Interface Functions for Secure Socket Layer"}.
{name, "cipher_suites/0"}.
{name, "cipher_suites/1"}.
{fsummary, " Returns a list of supported cipher suites"}.
{name, "connect/2"}.
{name, "connect/3"}.
{fsummary, " Upgrades a gen_tcp, or     equivalent, connected socket to a ssl socket. "}.
{name, "connect/3"}.
{name, "connect/4"}.
{fsummary, "Opens an ssl connection to Host, Port. "}.
{name, "close/1"}.
{fsummary, "Close a ssl connection"}.
{name, "controlling_process/2"}.
{fsummary, "Assigns a new controlling process to the    ssl-socket."}.
{name, "connection_info/1"}.
{fsummary, "Returns the negotiated protocol version and cipher suite. "}.
{name, "getopts/1"}.
{name, "getopts/2"}.
{fsummary, "Get the value of the specified options."}.
{name, "listen/2"}.
{fsummary, "Creates a ssl listen socket."}.
{name, "peercert/1"}.
{name, "peercert/2"}.
{fsummary, "Return the peer certificate."}.
{name, "peername/1"}.
{fsummary, "Return peer address and port."}.
{name, "recv/2"}.
{name, "recv/3"}.
{fsummary, "Receive data on a socket."}.
{name, "send/2"}.
{fsummary, "Write data to a socket."}.
{name, "setopts/2"}.
{fsummary, "Set socket options."}.
{name, "shutdown/2"}.
{fsummary, "Immediately close a socket"}.
{name, "ssl_accept/1"}.
{name, "ssl_accept/2"}.
{fsummary, "Perform server-side SSL handshake"}.
{name, "ssl_accept/2"}.
{name, "ssl_accept/3"}.
{fsummary, "Perform server-side SSL handshake"}.
{name, "sockname/1"}.
{fsummary, "Return the local address and port."}.
{name, "start/0"}.
{name, "start/1"}.
{fsummary, "Starts the Ssl application. "}.
{name, "stop/0"}.
{fsummary, "Stops the Ssl application."}.
{name, "transport_accept/1"}.
{name, "transport_accept/2"}.
{fsummary, "Accept an incoming connection and   prepare for ssl_accept"}.
{name, "versions/0"}.
{fsummary, "Returns version information relevant for the        ssl application."}.