summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-04-20Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bitTheo Buehler
2023-04-19Fix missing whitespace in bgpd(8) outputJob Snijders
2023-04-19interop: work around extreme REGRESS_SKIP_SLOW slownessTheo Buehler
2023-04-19Add workaround for introduction of flowrib and re_rib() functional change.Claudio Jeker
2023-04-19remove duplicate includesJonathan Gray
2023-04-18Skip all tests that need internet connection unless they have it.Alexander Bluhm
2023-04-18Define net lock assertions for building kernel code in regress.Alexander Bluhm
2023-04-18ectest: Remove #if 1Theo Buehler
2023-04-18Unifdef OPENSSL_NO_EC_NISTP_64_GCC_128Theo Buehler
2023-04-18ectest: drop a broken #if 0 /* optional */ piece of codeTheo Buehler
2023-04-18ec_point_conversion: drop test for sect571k1Theo Buehler
2023-04-18ectest: drop some gross unused macrosTheo Buehler
2023-04-18ectest: unifdef OPENSSL_NO_EC2MTheo Buehler
2023-04-18I reversed flowspec_cmp() so adjust the code here as well.Claudio Jeker
2023-04-17Skip binary curves in ec_point_conversionTheo Buehler
2023-04-17Switch all ec tests to using dynamic linkingTheo Buehler
2023-04-17Simplify MakefileTheo Buehler
2023-04-17Drop GF2m testsTheo Buehler
2023-04-17Allow overriding the bc implementation used in run-bcTheo Buehler
2023-04-17Fix typoTheo Buehler
2023-04-17Skip sect* curve checksTheo Buehler
2023-04-17Add basic flowspec regress test.Claudio Jeker
2023-04-15ec_point_conversion: do not rely on ec.h pulling in bn.hTheo Buehler
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