Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New manual pages SSL_get_certificate(3), SSL_get_state(3), and | schwarze | 2016-12-10 | 1 | -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 listed | schwarze | 2016-12-07 | 1 | -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. |