summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_renegotiate.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing backlinks to ssl(3)schwarze2019-06-121-2/+3
|
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* ssl.h HISTORY up to 1.0.1; researched from OpenSSL gitschwarze2018-03-231-2/+6
|
* ssl.h HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-3/+4
|
* tweak previous;jmc2017-03-291-3/+5
|
* After i wrote SSL_renegotiate(3) from scratch, OpenSSL alsoschwarze2017-03-281-12/+109
| | | | | | | documented the function. Merge the more detailed descriptions and the additional documentation of SSL_renegotiate_abbreviated(3) and SSL_renegotiate_pending(3). From Matt Caswell, OpenSSL commit 39820637.
* New manual pages SSL_get_certificate(3), SSL_get_state(3), andschwarze2016-12-101-3/+4
| | | | | SSL_num_renegotiations(3) written from scratch. These functions are listed in ssl(3) and <openssl/ssl.h>, so they are clearly public.
* Write SSL_renegotiate(3) manual from scratch; this function is listedschwarze2016-12-071-0/+56
in ssl(3) and <openssl/ssl.h>, so it's clearly a public interface. More could probably be said, the code looks somewhat mysterious to me, but i think this stub is already better than nothing.