History log of /openbsd-src/lib/libcrypto/man/BN_zero.3 (Results 1 – 13 of 13)
Revision Date Author Comments
# 3bdd232f 30-Apr-2023 tb <tb@openbsd.org>

Remove documentation of BN_zero_ex() and update BN_one() and BN_zero()
which are no longer macros (and the latter is no longer deprecated and
no longer attempts to allocate memory).


# 957c7026 22-Nov-2022 schwarze <schwarze@openbsd.org>

mention what BN_ULONG is


# 35e78d67 19-Dec-2021 schwarze <schwarze@openbsd.org>

document BN_zero_ex(3)


# 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


# 051ddd90 13-Feb-2018 schwarze <schwarze@openbsd.org>

Correctly describe BN_get_word(3) and BN_set_word(3).
These functions constitute an obvious portability nightmare,
but that's no excuse for incorrect documentation.

Pointed out by Nicolas Schodet
vi

Correctly describe BN_get_word(3) and BN_set_word(3).
These functions constitute an obvious portability nightmare,
but that's no excuse for incorrect documentation.

Pointed out by Nicolas Schodet
via OpenSSL commit b713c4ff Jan 22 14:41:09 2018 -0500.

show more ...


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


# 3bac6758 20-Nov-2016 schwarze <schwarze@openbsd.org>

Copyright and license


# c60befd1 08-Nov-2016 jmc <jmc@openbsd.org>

some cleanup;


# 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