History log of /openbsd-src/lib/libssl/man/d2i_SSL_SESSION.3 (Results 1 – 7 of 7)
Revision Date Author Comments
# 4d37bbd5 08-Jun-2019 schwarze <schwarze@openbsd.org>

remove pointless NOTES section header lines


# d5378e46 27-Aug-2018 jsing <jsing@openbsd.org>

Fix formatting and grammatical issues with the description of how to use
i2d_SSL_SESSION. Also rework the example code so that it is clearer and
uses more appropriate names.

Input from and ok schwar

Fix formatting and grammatical issues with the description of how to use
i2d_SSL_SESSION. Also rework the example code so that it is clearer and
uses more appropriate names.

Input from and ok schwarze@, 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


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

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


# 014eedb4 10-Apr-2017 schwarze <schwarze@openbsd.org>

fix some .Xr errors that jmc@ found with mdoclint(1)


# 0355b771 05-Dec-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Add one cross reference, from OpenSSL.


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