summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_renegotiate.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.