summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_use_certificate.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiersschwarze2018-04-251-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 tarballsschwarze2018-03-271-14/+23
| | | | on the web, so fix up SSLeay HISTORY accordingly
* finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-241-2/+10
|
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+26
|
* New manual page X509_check_private_key(3), using informationschwarze2017-08-201-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 isbenno2017-07-251-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 3aaa1bd0schwarze2017-04-101-3/+3
|
* Copyright and licenseschwarze2016-12-011-2/+50
|
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+336
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@