summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2023-07-24Fix EC_POINT_is_on_curve() checks.Theo Buehler
2023-07-21bio_asn1 tests: drop unneeded variableTheo Buehler
2023-07-20Remove a few workarounds that are no longer necessaryTheo Buehler
2023-07-19Don't rely on the libssl headers pulling in stdio.h somehowTheo Buehler
2023-07-19Add missing commas to test vectorsjoshua
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-19Add test coverage for SHA3joshua
2023-07-16ecc_cdh: plug leak of peer public keyTheo Buehler
2023-07-16ecdhtest: Drop unnecessary constant and unneeded includesTheo Buehler
2023-07-16ecdhtest: fix a couple bugs plus some cosmetic tweaksTheo Buehler
2023-07-15fix include directive - this is make, not CTheo Buehler
2023-07-15Rework the ecdhtestTheo Buehler
2023-07-15Fix return value check for ECDH_compute_key()Theo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-15Add test coverage for cofactor ECDH using NIST test vectorsTheo Buehler
2023-07-15Link symbols test to buildTheo Buehler
2023-07-15remove accidentally imported files againTheo Buehler
2023-07-15Import a version of libcrypto's symbols test for libsslTheo Buehler
2023-07-12Reenable clienttest and servertestTheo Buehler
2023-07-11Fix last bit of the clienttest, needs ssl_pkt.c r1.66Theo Buehler
2023-07-11Keep servertest silent and align with clienttestTheo Buehler
2023-07-11Neuter expected server test failures with SSLv2Theo Buehler
2023-07-11Fix most of the clienttest. With this only test cases 9 and 13 fail.Theo Buehler
2023-07-10Add test case for negative number with highest bit of top octet setTheo Buehler
2023-07-08Fix whitespaceTheo Buehler
2023-07-08partial fix for make -j8 (bluhm@ is sitting right next to me and agreeing)Marc Espie
2023-07-07upstream portable fix for ocsp_testBrent Cook
2023-07-07Add test coverage for leading zero octet danceTheo Buehler
2023-07-07fixup for MS compilersBrent Cook
2023-07-06bn_print: remove unused bio, plug leakTheo Buehler
2023-07-06Add regress coverage for bn_printfTheo Buehler
2023-07-05Avoid undefined behavior in tlsexttestTheo Buehler
2023-07-04Plug leak in the ssltestTheo Buehler
2023-07-03add regress tests for the remainder of the function provided by our uuid.hJasper Lievisse Adriaanse
2023-07-02Disable TLS 1.0 and TLS 1.1 in libsslBob Beck
2023-07-02Remove the ability to do tls 1.0 and 1.1 from libtls.Bob Beck
2023-06-23Codify BN_asc2bn(NULL, *) behavior in regress.Theo Buehler
2023-06-22symbols: Tweak this test so it works with -j NTheo Buehler
2023-06-21Add tests for BN_sqr() corner cases.Joel Sing
2023-06-21Add BN_cmp()/BN_ucmp() tests with zero padded inputs.Joel Sing
2023-06-21Add a BN_num_bits() with zero padded input.Joel Sing
2023-06-20Fix copy-paste errorTheo Buehler
2023-06-20Add regress coverage for BN_num_bits()Joel Sing
2023-06-19Make enginetest work with disabled engine supportTheo Buehler
2023-06-19Fix GOST test with disabled engineTheo Buehler
2023-06-19Drop test for msgbuf_drain() since that function is no longer part of theClaudio Jeker
2023-06-13Some KNF nitsTheo Buehler
2023-06-13imsg test: simplify MakefileTheo Buehler
2023-06-10File new test-bleichenbacher-timing-pregenerate.py under failing testsTheo Buehler
2023-06-05Fix copy+paste error in x509 asn regressJob Snijders