Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document SSL_use_certificate_chain_file(3) | tb | 2021-03-31 | 1 | -11/+3 |
| | | | | ok bcook inoguchi jsing | ||||
* | Prepare documenting SSL_use_certificate_chain_file | tb | 2021-03-19 | 1 | -2/+19 |
| | |||||
* | Add missing cross-reference to NOTES section. | millert | 2019-11-14 | 1 | -3/+3 |
| | | | | OK kn@ tb@ | ||||
* | remove pointless NOTES section header lines | schwarze | 2019-06-08 | 1 | -3/+3 |
| | |||||
* | *an* RSA; | jmc | 2019-05-20 | 1 | -3/+3 |
| | |||||
* | Recommend SSL_CTX_add1_chain_cert(3) rather than | schwarze | 2019-04-09 | 1 | -12/+11 |
| | | | | | | | SSL_CTX_add_extra_chain_cert(3). From Dr. Stephen Henson <steve at openssl dot org> via OpenSSL commit a4339ea3 Jan 3 22:38:03 2014 +0000 which is still under a free license. | ||||
* | Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still | schwarze | 2019-04-05 | 1 | -2/+3 |
| | | | | | | | | | under a free license, omitting functions we don't have and tweaked by me; the functions were provided by jsing@ in ssl.h rev. 1.166. While here, also document SSL_CTX_get_extra_chain_certs(3) because it is closely related to companion functions are already documented and the API is kind of incomplete without it. | ||||
* | In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiers | schwarze | 2018-04-25 | 1 | -3/+3 |
| | | | | | to some parameters and return values of some functions. Update the documentation. | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -14/+23 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixeslibressl-v2.7.1 | schwarze | 2018-03-24 | 1 | -2/+10 |
| | |||||
* | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+26 |
| | |||||
* | New manual page X509_check_private_key(3), using information | schwarze | 2017-08-20 | 1 | -3/+4 |
| | | | | | | | | from the OpenSSL manual and from code inspection. Use my own Copyright and license because no Copyright-worthy amount of text from OpenSSL remains. And, no, these functions do *NOT* check private keys, not at all. | ||||
* | as noted by Hanno Boeck, using the *check_private_key functions is | benno | 2017-07-25 | 1 | -6/+22 |
| | | | | | | tricky, especially since the manpage is full of lies. Try to make readers think twice before using them. With oks and help from schwarze@, tedu@, sthen@, jmc@ | ||||
* | pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0 | schwarze | 2017-04-10 | 1 | -3/+3 |
| | |||||
* | Copyright and license | schwarze | 2016-12-01 | 1 | -2/+50 |
| | |||||
* | move manual pages from doc/ to man/ for consistency with other | schwarze | 2016-11-05 | 1 | -0/+336 |
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@ |