Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. | doug | 2015-06-15 | 1 | -5/+4 |
| | | | | | | | This commit matches the OpenSSL removal in commit 3c33c6f6b10864355553961e638514a6d1bb00f6. ok deraadt@ | ||||
* | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. | doug | 2015-06-15 | 1 | -2/+4 |
| | | | | | This was imported into OpenSSL from SSLeay. It was recently deleted in OpenSSL commit 7a4dadc3a6a487db92619622b820eb4f7be512c9 | ||||
* | Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG. | doug | 2015-06-15 | 1 | -2/+4 |
| | | | | This is a hack for an old version of SSLeay which predates OpenSSL. | ||||
* | Update SSL_OP_* to remove ancient hacks that are no longer enabled. | doug | 2015-06-15 | 1 | -13/+11 |
| | |||||
* | add some openbsd tags, and a first pass at cleanup; | jmc | 2014-12-02 | 1 | -3/+6 |
| | |||||
* | Convert libssl manpages from pod to mdoc(7). | bentley | 2014-10-12 | 1 | -0/+384 |
libcrypto has not been started yet. ok schwarze@ miod@ |