| Commit message (Expand) | Author | Age | Files | Lines |
* | Some of these functions no longer exist or are no longer public | tb | 2023-07-28 | 1 | -4/+1 |
* | DSO has left the building | tb | 2023-07-28 | 1 | -4/+1 |
* | dhtest: simplify printing and make the output slightly less ugly | tb | 2023-07-28 | 1 | -34/+29 |
* | Prepare the ssltest for the upcoming bump | tb | 2023-07-27 | 1 | -1/+8 |
* | Annotate bogus output as incorrect | tb | 2023-07-27 | 1 | -1/+2 |
* | Prepare this test for the upcoming bump | tb | 2023-07-26 | 1 | -1/+3 |
* | Remove comment containing an outdated path | tb | 2023-07-26 | 1 | -2/+1 |
* | Fix EC_POINT_is_on_curve() checks. | tb | 2023-07-24 | 1 | -9/+9 |
* | bio_asn1 tests: drop unneeded variable | tb | 2023-07-21 | 1 | -3/+2 |
* | Remove a few workarounds that are no longer necessary | tb | 2023-07-20 | 1 | -4/+1 |
* | Don't rely on the libssl headers pulling in stdio.h somehow | tb | 2023-07-19 | 1 | -1/+3 |
* | Add missing commas to test vectors | joshua | 2023-07-19 | 1 | -26/+26 |
* | Add test coverage for SHA3 | joshua | 2023-07-19 | 1 | -27/+344 |
* | ecc_cdh: plug leak of peer public key | tb | 2023-07-16 | 1 | -1/+2 |
* | ecdhtest: Drop unnecessary constant and unneeded includes | tb | 2023-07-16 | 1 | -10/+6 |
* | ecdhtest: fix a couple bugs plus some cosmetic tweaks | tb | 2023-07-16 | 1 | -6/+6 |
* | fix include directive - this is make, not C | tb | 2023-07-15 | 1 | -2/+2 |
* | Rework the ecdhtest | tb | 2023-07-15 | 1 | -260/+252 |
* | Fix return value check for ECDH_compute_key() | tb | 2023-07-15 | 1 | -5/+5 |
* | Add test coverage for cofactor ECDH using NIST test vectors | tb | 2023-07-15 | 2 | -2/+2509 |
* | Link symbols test to build | tb | 2023-07-15 | 1 | -1/+2 |
* | remove accidentally imported files again | tb | 2023-07-15 | 3 | -2713/+0 |
* | Import a version of libcrypto's symbols test for libssl | tb | 2023-07-15 | 5 | -0/+2798 |
* | Reenable clienttest and servertest | tb | 2023-07-12 | 1 | -3/+3 |
* | Fix last bit of the clienttest, needs ssl_pkt.c r1.66 | tb | 2023-07-11 | 1 | -2/+2 |
* | Keep servertest silent and align with clienttest | tb | 2023-07-11 | 1 | -2/+3 |
* | Neuter expected server test failures with SSLv2 | tb | 2023-07-11 | 1 | -1/+6 |
* | Fix most of the clienttest. With this only test cases 9 and 13 fail. | tb | 2023-07-11 | 1 | -23/+39 |
* | Add test case for negative number with highest bit of top octet set | tb | 2023-07-10 | 1 | -1/+13 |
* | Fix whitespace | tb | 2023-07-08 | 1 | -2/+2 |
* | partial fix for make -j8 (bluhm@ is sitting right next to me and agreeing) | espie | 2023-07-08 | 1 | -5/+4 |
* | upstream portable fix for ocsp_test | bcook | 2023-07-07 | 1 | -1/+6 |
* | Add test coverage for leading zero octet dance | tb | 2023-07-07 | 1 | -1/+15 |
* | fixup for MS compilers | bcook | 2023-07-07 | 1 | -1/+8 |
* | bn_print: remove unused bio, plug leak | tb | 2023-07-06 | 1 | -5/+3 |
* | Add regress coverage for bn_printf | tb | 2023-07-06 | 2 | -1/+283 |
* | Avoid undefined behavior in tlsexttest | tb | 2023-07-05 | 1 | -11/+18 |
* | Plug leak in the ssltest | tb | 2023-07-04 | 1 | -1/+2 |
* | add regress tests for the remainder of the function provided by our uuid.h | jasper | 2023-07-03 | 1 | -5/+137 |
* | Disable TLS 1.0 and TLS 1.1 in libssl | beck | 2023-07-02 | 7 | -149/+102 |
* | Remove the ability to do tls 1.0 and 1.1 from libtls. | beck | 2023-07-02 | 3 | -20/+13 |
* | Codify BN_asc2bn(NULL, *) behavior in regress. | tb | 2023-06-23 | 1 | -1/+11 |
* | symbols: Tweak this test so it works with -j N | tb | 2023-06-22 | 1 | -6/+4 |
* | Add tests for BN_sqr() corner cases. | jsing | 2023-06-21 | 1 | -1/+81 |
* | Add BN_cmp()/BN_ucmp() tests with zero padded inputs. | jsing | 2023-06-21 | 1 | -1/+25 |
* | Add a BN_num_bits() with zero padded input. | jsing | 2023-06-21 | 1 | -4/+13 |
* | Fix copy-paste error | tb | 2023-06-20 | 1 | -2/+2 |
* | Add regress coverage for BN_num_bits() | jsing | 2023-06-20 | 1 | -1/+35 |
* | Make enginetest work with disabled engine support | tb | 2023-06-19 | 1 | -1/+10 |
* | Fix GOST test with disabled engine | tb | 2023-06-19 | 1 | -1/+5 |