History log of /openbsd/lib/libcrypto/man/BN_set_negative.3 (Results 1 – 6 of 6)
Revision Date Author Comments
# ad110f3f 06-Dec-2021 schwarze <schwarze@openbsd.org>

In the next major bump, some BN macros will become functions.
In order to not forget it, already remove the statements
that these APIs are currently implemented as macros:
Not saying that doesn't mak

In the next major bump, some BN macros will become functions.
In order to not forget it, already remove the statements
that these APIs are currently implemented as macros:
Not saying that doesn't make the documentation wrong.

show more ...


# e8269ec1 03-Jun-2019 schwarze <schwarze@openbsd.org>

add missing .In lines


# 2c07bb3b 23-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 0.9.8; 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)


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

some cleanup;


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

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