History log of /openbsd-current/regress/lib/libcrypto/bn/bn_word.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 23-Aug-2024 anton

Remove unwanted trailing newlines from err/warn format strings.


Revision tags: OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.1 11-Mar-2023 jsing

Add regress coverage for BN_{add,sub,mul,div,mod}_word().

This also provides some indirect coverage for BN_hex2bn(), BN_bn2hex() and
BN_get_word().

Two of these tests are currently failing and will be fixed shortly.