History log of /openbsd-src/lib/libcrypto/man/BN_set_bit.3 (Results 1 – 8 of 8)
Revision Date Author Comments
# ceb4d7ca 30-Nov-2021 tb <tb@openbsd.org>

Add missing const qualifiers in a number of BN_* manuals.

ok schwarze


# 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


# 0c85fcf7 20-Mar-2018 schwarze <schwarze@openbsd.org>

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


# 68d7c31c 10-Dec-2016 schwarze <schwarze@openbsd.org>

replace all references to bn(3) with BN_new(3),
and make sure all BN*(3) pages point back to BN_new(3)


# 59310f53 20-Nov-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Mention that shifting by negative numbers of bits is not allowed.


# 8974101a 06-Nov-2016 jmc <jmc@openbsd.org>

first pass; ok schwarze


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

document BN_set_negative() and BN_is_negative();
feedback and OK bcook@, OK jsing@


# f1048625 23-Feb-2015 schwarze <schwarze@openbsd.org>

fourth batch of perlpod(1) to mdoc(7) conversion