Add regress coverage for BN_{add,sub,mul,div,mod}_word().
authorjsing <jsing@openbsd.org>
Sat, 11 Mar 2023 14:04:21 +0000 (14:04 +0000)
committerjsing <jsing@openbsd.org>
Sat, 11 Mar 2023 14:04:21 +0000 (14:04 +0000)
commite3cbfed80ab49fd05c9a1be4e03fb55ec5130ead
treed51776d85feb30fd25470348ee9bfeb6ddeada3e
parentb0c07ee0f5f5bfb53ce693d2cb3d6739520d9d36
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.
regress/lib/libcrypto/bn/Makefile
regress/lib/libcrypto/bn/bn_word.c [new file with mode: 0644]