History log of /openbsd/regress/lib/libcrypto/bn/bn_unit.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 36ba2400 21-Jun-2023 jsing <jsing@openbsd.org>

Add a BN_num_bits() with zero padded input.

Currently BN_hex2bn() removes the leading zeros, however this will not be
the case in the future.


# e1dd1f6b 20-Jun-2023 tb <tb@openbsd.org>

Fix copy-paste error


# 0d31acba 20-Jun-2023 jsing <jsing@openbsd.org>

Add regress coverage for BN_num_bits()


# e4e7a30c 31-Mar-2023 tb <tb@openbsd.org>

Add regress coverage for the new behavior of BN_copy() with respect to
flags.


# ed0e3043 14-Feb-2023 tb <tb@openbsd.org>

Add regress coverage for BN_num_bits_word()


# 20c8b67d 06-Dec-2022 tb <tb@openbsd.org>

Add a few missing headers and drop a few unused ones

In bn_test.c include bn_local.h instead of using copy-pasted prototypes.


# b8d22d11 01-Dec-2022 tb <tb@openbsd.org>

Flatten structure of libcrypto/bn tests

The bn tests were distributed into three subdirectories rather randomly.
It's cleaner and easier to maintain if all this is in a single directory.
Use consist

Flatten structure of libcrypto/bn tests

The bn tests were distributed into three subdirectories rather randomly.
It's cleaner and easier to maintain if all this is in a single directory.
Use consistent names for the .c files, unify handling of the tests with
the exception of bn_test, which is special.

Discussed with jsing

show more ...