summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_CTX_use_serverinfo.pod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add L<ssl(7)> to all SSL pagesRich Salz2019-11-061-0/+4
| | | | | | Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10208)
* Following the license change, modify the boilerplates in doc/man3/Richard Levitte2018-12-061-1/+1
| | | | | | | [skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7829)
* Update serverinfo documentation based on feedback receivedMatt Caswell2017-05-031-2/+3
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3298)
* Clarify serverinfo usage with Certificate messagesMatt Caswell2017-05-031-1/+3
| | | | | | Ensure that serverinfo only gets added for the first Certificate in a list. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3298)
* Document the new SSL_CTX_use_serverinfo_ex() functionMatt Caswell2017-05-031-11/+35
| | | | | | Also document other releated changes to the serverinfo capability. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3298)
* Move manpages to man[1357] structure.Rich Salz2016-10-261-0/+56
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>