History log of /openbsd-src/regress/lib/libcrypto/bn/bn_to_string.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 3e75947a 10-Apr-2023 tb <tb@openbsd.org>

Some more cleanup in bn_to_string


# 0841c446 10-Apr-2023 tb <tb@openbsd.org>

Rework the bn_to_string() to use public API

We can use the undocumented functions {i2s,s2i}_ASN1_INTEGER(3) to
exercise bn_to_string(). This way we use public API and remove the
need of linking stat

Rework the bn_to_string() to use public API

We can use the undocumented functions {i2s,s2i}_ASN1_INTEGER(3) to
exercise bn_to_string(). This way we use public API and remove the
need of linking statically.

show more ...


# 10301d23 13-Feb-2023 jsing <jsing@openbsd.org>

Revise for negative zero changes.


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