summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-01-22 19:57:11 +0000
committerjkim <jkim@FreeBSD.org>2014-01-22 19:57:11 +0000
commita8c44ea5cfb6806cb801d126e1ff9c11bdc9a006 (patch)
tree4c8798ce163b45133d4f5fb5c859c7235ff5efea /crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
parentcc5aa413b410def9b593403149c8a185bc8008b1 (diff)
downloadFreeBSD-src-a8c44ea5cfb6806cb801d126e1ff9c11bdc9a006.zip
FreeBSD-src-a8c44ea5cfb6806cb801d126e1ff9c11bdc9a006.tar.gz
Merge OpenSSL 1.0.1f.
Approved by: so (delphij), benl (silence)
Diffstat (limited to 'crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod')
-rw-r--r--crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod b/crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
index b80e25b..9da7201 100644
--- a/crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
+++ b/crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
@@ -81,6 +81,8 @@ SSL_CTX_use_psk_identity_hint() and SSL_use_psk_identity_hint() return
Return values from the server callback are interpreted as follows:
+=over 4
+
=item > 0
PSK identity was found and the server callback has provided the PSK
@@ -94,9 +96,11 @@ data to B<psk> and return the length of the random data, so the
connection will fail with decryption_error before it will be finished
completely.
-=item 0
+=item Z<>0
PSK identity was not found. An "unknown_psk_identity" alert message
will be sent and the connection setup fails.
+=back
+
=cut
OpenPOWER on IntegriCloud