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