Matt Caswell
0789c7d834
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15381 )
2021-05-20 14:22:33 +01:00
Benjamin Kaduk
6e495312fd
Update SSL_new_session_ticket() manual for triggered send
...
Document the recently added functionality.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14817 )
2021-05-19 14:56:08 -07:00
Matt Caswell
454afd9866
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11839 )
2020-05-15 14:09:49 +01:00
Benjamin Kaduk
3bfacb5fd4
Add SSL_new_session_ticket() API
...
This API requests that the TLS stack generate a (TLS 1.3)
NewSessionTicket message the next time it is safe to do so (i.e., we do
not have other data pending write, which could be mid-record). For
efficiency, defer actually generating/writing the ticket until there
is other data to write, to avoid producing server-to-client traffic when
not needed.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11416 )
2020-05-01 15:10:11 -07:00
Rich Salz
98ca37e4aa
Add L<ssl(7)> to all SSL pages
...
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10208 )
2019-11-06 19:38:32 +01:00
Matt Caswell
7ffb7fbe8c
Document the num_tickets s_server option
...
Fixes #7727
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7756 )
2018-12-10 11:07:56 +00:00
Richard Levitte
4746f25ac6
Following the license change, modify the boilerplates in doc/man3/
...
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7829 )
2018-12-06 15:34:13 +01:00
Matt Caswell
56548e86ac
Add documentation for the ability to control the number of tickets
...
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5227 )
2018-05-17 16:48:25 +01:00