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-04-25
bn_test: BN_one() will become void, so stop checking it
Theo Buehler
2023-04-25
bn_primes: the NIST primes will go away, so remove their tests
Theo Buehler
2023-04-25
The bio_asn1 test will need to be linked statically after the bump
Theo Buehler
2023-04-25
Remove CTS test
Theo Buehler
2023-04-25
CTS support will go away, so unhook corresponding regress
Theo Buehler
2023-04-23
Fix the client test and the tlsext test to work with randomized
Theo Buehler
2023-04-23
Link c2sp test to build
Theo Buehler
2023-04-23
Import C2SP/CCTV test
Theo Buehler
2023-04-22
Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}()
Joel Sing
2023-04-20
Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bit
Theo Buehler
2023-04-19
interop: work around extreme REGRESS_SKIP_SLOW slowness
Theo Buehler
2023-04-19
remove duplicate includes
Jonathan Gray
2023-04-18
ectest: Remove #if 1
Theo Buehler
2023-04-18
Unifdef OPENSSL_NO_EC_NISTP_64_GCC_128
Theo Buehler
2023-04-18
ectest: drop a broken #if 0 /* optional */ piece of code
Theo Buehler
2023-04-18
ec_point_conversion: drop test for sect571k1
Theo Buehler
2023-04-18
ectest: drop some gross unused macros
Theo Buehler
2023-04-18
ectest: unifdef OPENSSL_NO_EC2M
Theo Buehler
2023-04-17
Skip binary curves in ec_point_conversion
Theo Buehler
2023-04-17
Switch all ec tests to using dynamic linking
Theo Buehler
2023-04-17
Simplify Makefile
Theo Buehler
2023-04-17
Drop GF2m tests
Theo Buehler
2023-04-17
Allow overriding the bc implementation used in run-bc
Theo Buehler
2023-04-17
Fix typo
Theo Buehler
2023-04-17
Skip sect* curve checks
Theo Buehler
2023-04-15
ec_point_conversion: do not rely on ec.h pulling in bn.h
Theo Buehler
2023-04-15
ssltest: Drop more policy go from this test.
Theo Buehler
2023-04-15
ssltest: initial pass of dropping proxy cert goo
Theo Buehler
2023-04-15
symbols test: drop LIBRESSL_INTERNAL
Theo Buehler
2023-04-14
cttest: plug leak due to missing SCT_LIST_free()
Theo Buehler
2023-04-14
Plug a memleak caused by an extra bump of a refcount
Theo Buehler
2023-04-14
Cast the uint64_t SCT timestamps to (unsigned long long) for printing.
Theo Buehler
2023-04-14
Make the signertest work better with the portable test framework
Theo Buehler
2023-04-14
Make the apitest work better with the portable tets framework
Theo Buehler
2023-04-14
Make cttest work better with the portable test harness
Theo Buehler
2023-04-14
Fix cttest to use public header
Theo Buehler
2023-04-13
Fix compilation on sparc64.
Moritz Buhl
2023-04-13
ectest: missing error checking
Theo Buehler
2023-04-11
bn_mod_sqrt: remove no longer necessary complications due to the
Theo Buehler
2023-04-11
Correct benchmark result computation on 32 bit platforms.
Joel Sing
2023-04-10
Some more cleanup in bn_to_string
Theo Buehler
2023-04-10
Drop BN_NO_DEPRECATED dance from bn_test
Theo Buehler
2023-04-10
Provide benchmarks for BN_copy()
Joel Sing
2023-04-10
bn_to_string no longer needs to be linked statically
Theo Buehler
2023-04-10
Rework the bn_to_string() to use public API
Theo Buehler
2023-04-08
bn_test: two minor style tweaks
Theo Buehler
2023-04-07
bn_test: rename rc into ret as per usual
Theo Buehler
2023-04-07
bn_test: pass BN_CTX into all functions
Theo Buehler
2023-04-07
bn_test: drop a few braces that are now unnecessary
Theo Buehler
2023-04-07
bn_test: move rc initialization to its own line
Theo Buehler
[next]