Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | 2018-03-27 | 1 | -3/+3 | |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes | 2018-03-24 | 1 | -5/+6 | |
| | |||||
* | ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git | 2018-03-21 | 1 | -1/+7 | |
| | |||||
* | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | 2018-03-21 | 1 | -2/+9 | |
| | |||||
* | Remove lots of outdated information found by jsing@. | 2017-08-12 | 1 | -192/+14 | |
| | | | | OK jsing. | ||||
* | s/SSL_CTX_need_tmp_rsa/SSL_CTX_need_tmp_RSA/ | 2016-12-06 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | because that's what <openssl/ssl.h> #defines. That's likely a typo in the header file because all the other functions are called *tmp_rsa*(). But it would be a bad idea to fix such a bug in interfaces that are only provided for backward compatibility in the first place, so i'm adjusting the manual to be bug-compatible with the code, for now. But, pretty please, for the next major bump, somebody go get Bob's flensing knife and excise this part of the interface. Like, export ciphers? Really? | ||||
* | Copyright and license for the remaining manuals in this directory | 2016-12-06 | 1 | -3/+50 | |
| | |||||
* | move manual pages from doc/ to man/ for consistency with other | 2016-11-05 | 1 | -0/+231 | |
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@ |