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
Age
Commit message (
Expand
)
Author
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
openssl11/Makefile: make spacing consistent
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-12
Add test for multiprotocol announce statements
Claudio Jeker
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-09
Treat symlinks better in $ORIGIN determination in ld.so
Greg Steuck
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
2023-04-07
bn_test: keep the error stack clean
Theo Buehler
2023-04-07
bn_test: use bn_copy() instead of BN_free/BN_dup
Theo Buehler
2023-04-07
bn_test: a few early return would leak. goto err instead
Theo Buehler
2023-04-07
bn_test: rand_neg() is not only one of the most stupidly named functions
Theo Buehler
2023-04-07
bn_test: handle rc consistently
Theo Buehler
2023-04-07
bn_test: inline the only use of lst[]
Theo Buehler
2023-04-07
Improve some test failure reporting
Theo Buehler
2023-04-07
Ignore ten getter and setter control macros related to proxy BIOs.
Ingo Schwarze
2023-04-07
Two minor tweaks that are useful for processing bio.h, among other headers:
Ingo Schwarze
2023-04-06
Move a comment to the proper place
Theo Buehler
2023-04-06
wycheproof: fix copy-paste error in previous
Theo Buehler
2023-04-06
wycheproof: use EVP_MD instead of importing "hash"
Theo Buehler
2023-04-06
Check and assign on one line
Theo Buehler
2023-04-06
Zap extra empty line
Theo Buehler
2023-04-05
bn_mod_sqrt: Improve a handful of comments and a printf
Theo Buehler
2023-04-05
Improve regress coverage for BN_mod_sqrt()
Theo Buehler
2023-04-05
Simplify mod_sqrt_test() a bit
Theo Buehler
2023-04-05
bn_mod_sqrt test: Use a #define rather than hard coded 100
Theo Buehler
2023-04-05
Add coverage for the truly non-deterministic path of Tonelli-Shanks
Theo Buehler
2023-04-04
Clean bn_mod_sqrt up a little
Theo Buehler
2023-04-03
Link bn_gcd test to regress
Theo Buehler
2023-04-03
Add regress coverage for BN_gcd() and BN_gcd_ct()
Theo Buehler
2023-03-31
Add regress coverage for the new behavior of BN_copy() with respect to
Theo Buehler
[next]