History log of /openbsd-src/lib/libssl/man/SSL_CTX_set_verify.3 (Results 1 – 9 of 9)
Revision Date Author Comments
# 750c98ff 12-Jun-2021 jmc <jmc@openbsd.org>

space between macro args and punctuation;


# 1bfa9420 17-Sep-2020 schwarze <schwarze@openbsd.org>

Install the new page SSL_set1_host(3), link to it from relevant places,
and add two other .Xrs that might help readers find their way.
Update the merge notices of all files touched and
merge a few tr

Install the new page SSL_set1_host(3), link to it from relevant places,
and add two other .Xrs that might help readers find their way.
Update the merge notices of all files touched and
merge a few trivial changes from the OpenSSL 1.1.1 branch.
OK tb@

show more ...


# 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


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

ssl.h HISTORY up to 0.9.3; 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


# 384b127b 27-Feb-2018 schwarze <schwarze@openbsd.org>

Add a cross reference to SSL_get_ex_data_X509_STORE_CTX_idx(3);
from Rich Salz <rsalz@openssl.org>
via OpenSSL commit 9e183d22 Mar 11 08:56:44 2017 -0500.


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

various minor cleanup;


# bd2ca0bb 01-Dec-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Delete empty RETURN VALUES section.


# 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@