index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
Age
Commit message (
Expand
)
Author
2023-02-14
Add regress coverage for BN_num_bits_word()
Theo Buehler
2023-02-13
asn1x509 test: Remove unnecessary line continuations
Theo Buehler
2023-02-13
Revise for negative zero changes.
Joel Sing
2023-02-13
Add currently failing negative zero check to BN_rshift() regress.
Joel Sing
2023-02-02
Sync function prototypes and declarations to satisfy clang 15.
Anton Lindqvist
2023-02-01
Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 ready
Theo Buehler
2023-02-01
Hopefully the last one.
Theo Buehler
2023-02-01
One more openssl 1.0.2 thing missed.
Theo Buehler
2023-02-01
Switch from eopenssl to eopenssl30. Missed in both previous commits
Theo Buehler
2023-02-01
Retire OpenSSL 1.0.2 interop
Theo Buehler
2023-01-31
Add bn/arch/${MACHINE_CPU} to the include path.
Joel Sing
2023-01-31
Add more regress tests for BN_usub().
Joel Sing
2023-01-29
Use utime in order to make benchmarks less noisy and more consistent.
Joel Sing
2023-01-29
Set BN_FLG_CONSTTIME on benchmark inputs.
Joel Sing
2023-01-29
Add benchmarks for BN_div()
Joel Sing
2023-01-29
Correct setup for BN_mul/BN_sqr benchmarks.
Joel Sing
2023-01-29
Rename bn_mul.c regress to bn_mul_div.c.
Joel Sing
2023-01-28
Switch regress to using x509_verify.h from libcrypto instead of the
Theo Buehler
2023-01-27
Test the behaviour of round() on halfway values.
Miod Vallat
2023-01-27
Add a few more -fno-builtin to make sure we test libm, not the compiler.
Miod Vallat
2023-01-27
Add openssl 3.0 interop tests
Theo Buehler
2023-01-21
Provide basic benchmarks for BN_mul() and BN_sqr().
Joel Sing
2023-01-07
Fix previous.
Joel Sing
2023-01-06
tlsfuzzer: hook up new connection abort tests while skipping the NST
Theo Buehler
2023-01-05
Add additional shift benchmarks that are useful on BN_BITS2 == 32 platforms
Joel Sing
2023-01-01
Add explicit LL suffixes to large constants to appease some compilers on
Miod Vallat
2023-01-01
Add explicit LL suffixes to large constants to appease some compilers on
Miod Vallat
2022-12-23
Add regress coverage for shifts of zero bits.
Joel Sing
2022-12-23
Do similar setup for lshift and rshift benchmarks.
Joel Sing
2022-12-19
WTRAPPED is now supported by waitid(2)
Philip Guenther
2022-12-18
Use volatile sig_atomic_t for flag set in signal handler
Theo Buehler
2022-12-17
Switch to using BN_zero() instead of BN_zero_ex()
Theo Buehler
2022-12-17
Move benchmark target up a bit and mark it phony
Theo Buehler
2022-12-17
Zap some whitespace
Theo Buehler
2022-12-17
Provide regress coverage for BN shift functions.
Joel Sing
2022-12-17
Revise cipher list regress coverage of SSL_set_security_level().
Joel Sing
2022-12-10
bio chain test: compress some error printing
Theo Buehler
2022-12-10
bio chain test: deduplicate chain walking code
Theo Buehler
2022-12-10
bio chain test: handle walking of empty chains
Theo Buehler
2022-12-09
bio chain test: add a consistency check for chain lengths
Theo Buehler
2022-12-09
bn/Makefile: tidy up and simplify
Theo Buehler
2022-12-09
bio chain test: make two errors noisy
Theo Buehler
2022-12-09
bio chain test: ensure the length of empty chains is 0
Theo Buehler
2022-12-09
bio chain test: various minor readability tweaks
Theo Buehler
2022-12-08
bio chain test: fix inconsequential off-by-one
Theo Buehler
2022-12-08
bio chain test: minor readability tweaks
Theo Buehler
2022-12-08
bio chain test: rename a few variables for consistency
Theo Buehler
2022-12-08
bio chain test: decouple lengths of test chains
Theo Buehler
2022-12-08
bio chain test: refactor link_chains_at()
Theo Buehler
2022-12-08
bio chain test: lose some do_{,bio_} prefixes
Theo Buehler
[next]