summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2023-04-25bn_test: BN_one() will become void, so stop checking itTheo Buehler
2023-04-25bn_primes: the NIST primes will go away, so remove their testsTheo Buehler
2023-04-25The bio_asn1 test will need to be linked statically after the bumpTheo Buehler
2023-04-25Remove CTS testTheo Buehler
2023-04-25CTS support will go away, so unhook corresponding regressTheo Buehler
2023-04-23Fix the client test and the tlsext test to work with randomizedTheo Buehler
2023-04-23Link c2sp test to buildTheo Buehler
2023-04-23Import C2SP/CCTV testTheo Buehler
2023-04-22Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}()Joel Sing
2023-04-20Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bitTheo Buehler
2023-04-19interop: work around extreme REGRESS_SKIP_SLOW slownessTheo Buehler
2023-04-19remove duplicate includesJonathan Gray
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-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-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-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-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-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