History log of /openbsd-src/lib/libssl/man/SSL_set_bio.3 (Results 1 – 6 of 6)
Revision Date Author Comments
# 6f6a6f0d 08-Oct-2020 tb <tb@openbsd.org>

A void function has no return value, so zap RETURN VALUES section
documenting that SSL_set_bio(3) cannot fail. A similar commit was
made by schwarze a while ago for a few functions in libcrypto.


# 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


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

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


# 5bee811b 06-Dec-2016 schwarze <schwarze@openbsd.org>

replace all references to BIO(3) with references to BIO_new(3)


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