Deleted Added
full compact
SSL_CTX_use_psk_identity_hint.3 (246772) SSL_CTX_use_psk_identity_hint.3 (261037)
1.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.23)
1.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.28)
2.\"
3.\" Standard preamble:
4.\" ========================================================================
5.de Sp \" Vertical space (when we can't use .PP)
6.if t .sp .5v
7.if n .sp
8..
9.de Vb \" Begin verbatim text

--- 109 unchanged lines hidden (view full) ---

119. ds Th \o'LP'
120. ds ae ae
121. ds Ae AE
122.\}
123.rm #[ #] #H #V #F C
124.\" ========================================================================
125.\"
126.IX Title "SSL_CTX_use_psk_identity_hint 3"
2.\"
3.\" Standard preamble:
4.\" ========================================================================
5.de Sp \" Vertical space (when we can't use .PP)
6.if t .sp .5v
7.if n .sp
8..
9.de Vb \" Begin verbatim text

--- 109 unchanged lines hidden (view full) ---

119. ds Th \o'LP'
120. ds ae ae
121. ds Ae AE
122.\}
123.rm #[ #] #H #V #F C
124.\" ========================================================================
125.\"
126.IX Title "SSL_CTX_use_psk_identity_hint 3"
127.TH SSL_CTX_use_psk_identity_hint 3 "2013-02-11" "1.0.1e" "OpenSSL"
127.TH SSL_CTX_use_psk_identity_hint 3 "2014-01-06" "1.0.1f" "OpenSSL"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents.
130.if n .ad l
131.nh
132.SH "NAME"
133SSL_CTX_use_psk_identity_hint, SSL_use_psk_identity_hint,
134SSL_CTX_set_psk_server_callback, SSL_set_psk_server_callback \- set PSK
135identity hint to use

--- 49 unchanged lines hidden (view full) ---

185If the \s-1PSK\s0 identity was not found but the callback instructs the
186protocol to continue anyway, the callback must provide some random
187data to \fBpsk\fR and return the length of the random data, so the
188connection will fail with decryption_error before it will be finished
189completely.
190.IP "0" 4
191\&\s-1PSK\s0 identity was not found. An \*(L"unknown_psk_identity\*(R" alert message
192will be sent and the connection setup fails.
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents.
130.if n .ad l
131.nh
132.SH "NAME"
133SSL_CTX_use_psk_identity_hint, SSL_use_psk_identity_hint,
134SSL_CTX_set_psk_server_callback, SSL_set_psk_server_callback \- set PSK
135identity hint to use

--- 49 unchanged lines hidden (view full) ---

185If the \s-1PSK\s0 identity was not found but the callback instructs the
186protocol to continue anyway, the callback must provide some random
187data to \fBpsk\fR and return the length of the random data, so the
188connection will fail with decryption_error before it will be finished
189completely.
190.IP "0" 4
191\&\s-1PSK\s0 identity was not found. An \*(L"unknown_psk_identity\*(R" alert message
192will be sent and the connection setup fails.
193.SH "POD ERRORS"
194.IX Header "POD ERRORS"
195Hey! \fBThe above document had some coding errors, which are explained below:\fR
196.IP "Around line 84:" 4
197.IX Item "Around line 84:"
198\&'=item' outside of any '=over'