History log of /openbsd-src/lib/libssl/man/SSL_load_client_CA_file.3 (Results 1 – 9 of 9)
Revision Date Author Comments
# 7a73e666 12-Jun-2019 schwarze <schwarze@openbsd.org>

add missing backlinks to ssl(3)


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# a14b330b 21-Mar-2018 schwarze <schwarze@openbsd.org>

ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git


# 8fba1ec8 21-Mar-2018 schwarze <schwarze@openbsd.org>

ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git


# ded0e0cb 16-Dec-2016 jmc <jmc@openbsd.org>

various minor cleanup;


# 69abbf6c 14-Dec-2016 schwarze <schwarze@openbsd.org>

Make sure all manual pages discussing X509_NAME objects
reference X509_NAME_new(3). Sparingly add a few other
references to relevant X509_NAME*(3) pages while here.


# f7256a3b 07-Dec-2016 schwarze <schwarze@openbsd.org>

Add documentation for SSL_add_file_cert_subjects_to_stack(3) and
SSL_add_dir_cert_subjects_to_stack(3), written from scratch.
Both functions are listed in ssl(3) and <openssl/ssl.h> and recommended
f

Add documentation for SSL_add_file_cert_subjects_to_stack(3) and
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.

show more ...


# 6f246b13 04-Dec-2016 schwarze <schwarze@openbsd.org>

Copyright and license


# f1a3c524 05-Nov-2016 schwarze <schwarze@openbsd.org>

move manual pages from doc/ to man/ for consistency with other
libraries, in particular considering that there are unrelated
files in doc/; requested by jsing@ and beck@