Gustaf Neumann
8c1cbc7210
Fix typos and repeated words
...
CLA: trivial
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12320 )
2020-07-05 01:49:20 +02:00
Matt Caswell
00c405b365
Update copyright year
...
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12043 )
2020-06-04 14:33:57 +01:00
raja-ashok
e0bcb4f97f
Update limitation of psk_client_cb and psk_server_cb in usage with TLSv1.3
...
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/11816 )
2020-05-19 10:07:24 -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
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
354e010757
Add a note in the docs about sharing PSKs between TLSv1.2 and TLSv1.3
...
Fixes #6490
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
(Merged from https://github.com/openssl/openssl/pull/7044 )
2018-09-01 09:06:10 +08:00
Matt Caswell
b0edda11cb
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5689 )
2018-03-20 13:08:46 +00:00
Matt Caswell
4a192c77b7
Update documentation for the new PSK behaviour
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5554 )
2018-03-09 11:25:13 +00:00
Matt Caswell
e105ae842f
Add HISTORY and SEE ALSO sections for the new TLSv1.3 PSK functions
...
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3926 )
2017-08-31 15:02:58 +01:00
Matt Caswell
e17e1df77e
Add documentation for SSL_SESSION_set_max_early_data()
...
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3926 )
2017-08-31 15:02:58 +01:00
Matt Caswell
72257204bd
PSK related tweaks based on review feedback
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3670 )
2017-06-21 14:45:36 +01:00
Matt Caswell
8ead6158a9
Document SSL_set_psk_find_session_callback() and SSL_CTX equivalent
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3670 )
2017-06-21 14:45:36 +01:00
Matt Caswell
93a048a1d8
Document SSL_set_psk_use_session_callback() and SSL_CTX equivalent
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3670 )
2017-06-21 14:45:35 +01:00
Matt Caswell
801d9fbd97
Add documentation for SSL_CTX_set_psk_use_session_callback()
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3670 )
2017-06-21 14:45:35 +01:00
Rich Salz
c80149d9f0
Merge Nokia copyright notice into standard
...
This is done with the kind permission of Nokia.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3722 )
2017-06-21 08:59:18 -04:00
Beat Bolli
e9b7724687
doc/man3: reformat the function prototypes in the synopses
...
I tried hard to keep the lines at 80 characters or less, but in a few
cases I had to punt and just indented the subsequent lines by 4 spaces.
A few well-placed typedefs for callback functions would really help, but
these would be part of the API, so that's probably for later.
I also took the liberty of inserting empty lines in overlong blocks to
provide some visual space.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1956 )
2017-06-08 11:54:16 +01:00
Rich Salz
99d63d4662
Move manpages to man[1357] structure.
...
Move manpages to manX directories
Add Windows/VMS install fix from Richard Levitte
Update README
Fix typo's
Remove some duplicates
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-10-26 13:59:52 -04:00