summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-07-05 22:31:05 +0100
committerMatt Caswell <matt@openssl.org>2014-07-06 00:04:09 +0100
commit623acb90cc7fdd5bd51a850ee6acc45b661daa83 (patch)
treed765f86841e6828a95c0eb2e46c8ce3f8cdada4b /doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod
parent6ce295a301dad9bfd60d21b6c6b60018869b9d1b (diff)
Fixed error in pod files with latest versions of pod2man
(cherry picked from commit 07255f0a76d9d349d915e14f969b9ff2ee0d1953)
Diffstat (limited to 'doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod')
-rw-r--r--doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod b/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod
index 610523407a..b9371d7697 100644
--- a/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod
+++ b/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod
@@ -74,7 +74,7 @@ further processing will occur. The following return values have meaning:
=over 4
-=item 2
+=item Z<>2
This indicates that the I<ctx> and I<hctx> have been set and the session can
continue on those parameters. Additionally it indicates that the session
@@ -82,12 +82,12 @@ ticket is in a renewal period and should be replaced. The OpenSSL library will
call I<cb> again with an enc argument of 1 to set the new ticket (see RFC5077
3.3 paragraph 2).
-=item 1
+=item Z<>1
This indicates that the I<ctx> and I<hctx> have been set and the session can
continue on those parameters.
-=item 0
+=item Z<>0
This indicates that it was not possible to set/retrieve a session ticket and
the SSL/TLS session will continue by by negiotationing a set of cryptographic