summaryrefslogtreecommitdiff
path: root/src/regress/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare this test for the upcoming bumptb2023-07-261-1/+3
* Remove comment containing an outdated pathtb2023-07-261-2/+1
* Fix EC_POINT_is_on_curve() checks.tb2023-07-241-9/+9
* bio_asn1 tests: drop unneeded variabletb2023-07-211-3/+2
* Remove a few workarounds that are no longer necessarytb2023-07-201-4/+1
* Don't rely on the libssl headers pulling in stdio.h somehowtb2023-07-191-1/+3
* Add missing commas to test vectorsjoshua2023-07-191-26/+26
* Add test coverage for SHA3joshua2023-07-191-27/+344
* ecc_cdh: plug leak of peer public keytb2023-07-161-1/+2
* ecdhtest: Drop unnecessary constant and unneeded includestb2023-07-161-10/+6
* ecdhtest: fix a couple bugs plus some cosmetic tweakstb2023-07-161-6/+6
* fix include directive - this is make, not Ctb2023-07-151-2/+2
* Rework the ecdhtesttb2023-07-151-260/+252
* Fix return value check for ECDH_compute_key()tb2023-07-151-5/+5
* Add test coverage for cofactor ECDH using NIST test vectorstb2023-07-152-2/+2509
* Link symbols test to buildtb2023-07-151-1/+2
* remove accidentally imported files againtb2023-07-153-2713/+0
* Import a version of libcrypto's symbols test for libssltb2023-07-155-0/+2798
* Reenable clienttest and servertesttb2023-07-121-3/+3
* Fix last bit of the clienttest, needs ssl_pkt.c r1.66tb2023-07-111-2/+2
* Keep servertest silent and align with clienttesttb2023-07-111-2/+3
* Neuter expected server test failures with SSLv2tb2023-07-111-1/+6
* Fix most of the clienttest. With this only test cases 9 and 13 fail.tb2023-07-111-23/+39
* Add test case for negative number with highest bit of top octet settb2023-07-101-1/+13
* Fix whitespacetb2023-07-081-2/+2
* partial fix for make -j8 (bluhm@ is sitting right next to me and agreeing)espie2023-07-081-5/+4
* upstream portable fix for ocsp_testbcook2023-07-071-1/+6
* Add test coverage for leading zero octet dancetb2023-07-071-1/+15
* fixup for MS compilersbcook2023-07-071-1/+8
* bn_print: remove unused bio, plug leaktb2023-07-061-5/+3
* Add regress coverage for bn_printftb2023-07-062-1/+283
* Avoid undefined behavior in tlsexttesttb2023-07-051-11/+18
* Plug leak in the ssltesttb2023-07-041-1/+2
* add regress tests for the remainder of the function provided by our uuid.hjasper2023-07-031-5/+137
* Disable TLS 1.0 and TLS 1.1 in libsslbeck2023-07-027-149/+102
* Remove the ability to do tls 1.0 and 1.1 from libtls.beck2023-07-023-20/+13
* Codify BN_asc2bn(NULL, *) behavior in regress.tb2023-06-231-1/+11
* symbols: Tweak this test so it works with -j Ntb2023-06-221-6/+4
* Add tests for BN_sqr() corner cases.jsing2023-06-211-1/+81
* Add BN_cmp()/BN_ucmp() tests with zero padded inputs.jsing2023-06-211-1/+25
* Add a BN_num_bits() with zero padded input.jsing2023-06-211-4/+13
* Fix copy-paste errortb2023-06-201-2/+2
* Add regress coverage for BN_num_bits()jsing2023-06-201-1/+35
* Make enginetest work with disabled engine supporttb2023-06-191-1/+10
* Fix GOST test with disabled enginetb2023-06-191-1/+5
* File new test-bleichenbacher-timing-pregenerate.py under failing teststb2023-06-101-1/+3
* Fix copy+paste error in x509 asn regressjob2023-06-051-3/+3
* Make ruby-openssl cope with default ruby changetb2023-06-041-2/+2
* bn_mod_inverse tweakstb2023-06-041-2/+4
* More thorough write-afetr-free checks.otto2023-06-041-6/+21