Skip to content

Commit

Permalink
More SSL_SESSION documentation tweaks based on feedback
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#3008)
  • Loading branch information
mattcaswell committed Apr 26, 2017
1 parent 35ea9ed commit 5b3e5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/man3/SSL_CTX_sess_set_get_cb.pod
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ and session caching is enabled (see
L<SSL_CTX_set_session_cache_mode(3)>).
The new_session_cb() is passed the B<ssl> connection and the ssl session
B<sess>. If the callback returns B<0>, the session will be immediately
removed again. Note that in TLSv1.3 sessions are established after the main
removed again. Note that in TLSv1.3, sessions are established after the main
handshake has completed. The server decides when to send the client the session
information and this may occur some time after the end of the handshake (or not
at all). This means that applications should expect the new_session_cb()
Expand Down
4 changes: 2 additions & 2 deletions doc/man3/SSL_SESSION_is_resumable.pod
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SSL_SESSION_is_resumable

SSL_SESSION_is_resumable() determines whether an SSL_SESSION object can be used
to resume a session or not. Returns 1 if it can or 0 if not. Note that
attempting to resume with a non-resumable session will result in OpenSSL
performing a full handshake.
attempting to resume with a non-resumable session will result in a full
handshake.

=head1 SEE ALSO

Expand Down

0 comments on commit 5b3e5f0

Please sign in to comment.