summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_load_client_CA_file.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing backlinks to ssl(3)schwarze2019-06-121-2/+3
|
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* ssl.h HISTORY up to 0.9.2b; researched from OpenSSL gitschwarze2018-03-211-2/+3
|
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* various minor cleanup;jmc2016-12-161-3/+3
|
* Make sure all manual pages discussing X509_NAME objectsschwarze2016-12-141-3/+4
| | | | | reference X509_NAME_new(3). Sparingly add a few other references to relevant X509_NAME*(3) pages while here.
* Add documentation for SSL_add_file_cert_subjects_to_stack(3) andschwarze2016-12-071-25/+103
| | | | | | | | | | | | | | | SSL_add_dir_cert_subjects_to_stack(3), written from scratch. Both functions are listed in ssl(3) and <openssl/ssl.h> and recommended for the use by browsers in source code comments, so they are clearly public interfaces. Mention deduplication. Purge some duplicate text and improve some wording while here. Two additional cross references instead of the useless ssl(3). Add HISTORY, AUTHORS, and BUGS. It is depressing that BUGS (purely from code inspection) became longer than the DESCRIPTION.
* Copyright and licenseschwarze2016-12-041-3/+50
|
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+53
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@