summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-04-15ssltest: Drop more policy go from this test.Theo Buehler
2023-04-15ssltest: initial pass of dropping proxy cert gooTheo Buehler
2023-04-15symbols test: drop LIBRESSL_INTERNALTheo Buehler
2023-04-14openssl11/Makefile: make spacing consistentTheo Buehler
2023-04-14cttest: plug leak due to missing SCT_LIST_free()Theo Buehler
2023-04-14Plug a memleak caused by an extra bump of a refcountTheo Buehler
2023-04-14Cast the uint64_t SCT timestamps to (unsigned long long) for printing.Theo Buehler
2023-04-14Make the signertest work better with the portable test frameworkTheo Buehler
2023-04-14Make the apitest work better with the portable tets frameworkTheo Buehler
2023-04-14Make cttest work better with the portable test harnessTheo Buehler
2023-04-14Fix cttest to use public headerTheo Buehler
2023-04-13Fix compilation on sparc64.Moritz Buhl
2023-04-13ectest: missing error checkingTheo Buehler
2023-04-12Add test for multiprotocol announce statementsClaudio Jeker
2023-04-11bn_mod_sqrt: remove no longer necessary complications due to theTheo Buehler
2023-04-11Correct benchmark result computation on 32 bit platforms.Joel Sing
2023-04-10Some more cleanup in bn_to_stringTheo Buehler
2023-04-10Drop BN_NO_DEPRECATED dance from bn_testTheo Buehler
2023-04-10Provide benchmarks for BN_copy()Joel Sing
2023-04-10bn_to_string no longer needs to be linked staticallyTheo Buehler
2023-04-10Rework the bn_to_string() to use public APITheo Buehler
2023-04-09Treat symlinks better in $ORIGIN determination in ld.soGreg Steuck
2023-04-08bn_test: two minor style tweaksTheo Buehler
2023-04-07bn_test: rename rc into ret as per usualTheo Buehler
2023-04-07bn_test: pass BN_CTX into all functionsTheo Buehler
2023-04-07bn_test: drop a few braces that are now unnecessaryTheo Buehler
2023-04-07bn_test: move rc initialization to its own lineTheo Buehler
2023-04-07bn_test: keep the error stack cleanTheo Buehler
2023-04-07bn_test: use bn_copy() instead of BN_free/BN_dupTheo Buehler
2023-04-07bn_test: a few early return would leak. goto err insteadTheo Buehler
2023-04-07bn_test: rand_neg() is not only one of the most stupidly named functionsTheo Buehler
2023-04-07bn_test: handle rc consistentlyTheo Buehler
2023-04-07bn_test: inline the only use of lst[]Theo Buehler
2023-04-07Improve some test failure reportingTheo Buehler
2023-04-07Ignore ten getter and setter control macros related to proxy BIOs.Ingo Schwarze
2023-04-07Two minor tweaks that are useful for processing bio.h, among other headers:Ingo Schwarze
2023-04-06Move a comment to the proper placeTheo Buehler
2023-04-06wycheproof: fix copy-paste error in previousTheo Buehler
2023-04-06wycheproof: use EVP_MD instead of importing "hash"Theo Buehler
2023-04-06Check and assign on one lineTheo Buehler
2023-04-06Zap extra empty lineTheo Buehler
2023-04-05bn_mod_sqrt: Improve a handful of comments and a printfTheo Buehler
2023-04-05Improve regress coverage for BN_mod_sqrt()Theo Buehler
2023-04-05Simplify mod_sqrt_test() a bitTheo Buehler
2023-04-05bn_mod_sqrt test: Use a #define rather than hard coded 100Theo Buehler
2023-04-05Add coverage for the truly non-deterministic path of Tonelli-ShanksTheo Buehler
2023-04-04Clean bn_mod_sqrt up a littleTheo Buehler
2023-04-03Link bn_gcd test to regressTheo Buehler
2023-04-03Add regress coverage for BN_gcd() and BN_gcd_ct()Theo Buehler
2023-03-31Add regress coverage for the new behavior of BN_copy() with respect toTheo Buehler