| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop testing tls 1.0 and 1.1 | beck | 2023-07-03 | 3 | -9/+5 |
* | 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 |
* | File new test-bleichenbacher-timing-pregenerate.py under failing tests | tb | 2023-06-10 | 1 | -1/+3 |
* | Fix copy+paste error in x509 asn regress | job | 2023-06-05 | 1 | -3/+3 |
* | Make ruby-openssl cope with default ruby change | tb | 2023-06-04 | 1 | -2/+2 |
* | bn_mod_inverse tweaks | tb | 2023-06-04 | 1 | -2/+4 |
* | More thorough write-afetr-free checks. | otto | 2023-06-04 | 1 | -6/+21 |
* | Add regress coverage for BN_mod_inverse() | tb | 2023-06-03 | 2 | -1/+387 |
* | fix typo | tb | 2023-06-02 | 1 | -2/+2 |
* | Remove the speed test again | tb | 2023-06-01 | 1 | -7/+2 |
* | Correct test that was pasto'ed incorrectly | beck | 2023-05-29 | 1 | -3/+7 |
* | Make X509_NAME_get_text_by[NID|OBJ] safer. | beck | 2023-05-29 | 1 | -2/+77 |
* | Refactor tls_check_common_name to use lower level API. | beck | 2023-05-28 | 1 | -2/+4 |
* | Add coverage for calling BN_{dec,hex}2bn() with NULL inputs. | jsing | 2023-05-27 | 1 | -9/+37 |
* | Copy the verify param hostflags independently of the host list | tb | 2023-05-24 | 1 | -3/+1 |
* | Add a test to verify that an SSL inherits the hostflags from the SSL_CTX | tb | 2023-05-24 | 2 | -1/+105 |
* | Provide CRYPTO_INT for statically linking libcrypto for libssl regress | tb | 2023-05-24 | 1 | -0/+2 |
* | Add empty line for consistency | tb | 2023-05-23 | 1 | -1/+2 |
* | Add regress coverage for obj_dat.c r1.52 | tb | 2023-05-23 | 1 | -1/+44 |
* | ecdhtest: Fix indent | tb | 2023-05-20 | 1 | -2/+2 |
* | Add a slow regress target that runs openssl speed with proper alignment | tb | 2023-05-20 | 1 | -2/+7 |
* | ecdhtest: check malloc() return values | tb | 2023-05-16 | 1 | -4/+7 |
* | Assert that test->want != NULL at this point | tb | 2023-05-13 | 1 | -1/+3 |
* | asn1oct: add a couple more tests | tb | 2023-05-12 | 1 | -1/+10 |
* | asn1oct: minor tweak in error message | tb | 2023-05-12 | 1 | -3/+3 |
* | Add regress coverage for {s2i,i2s}_ASN1_OCTET_STRING | tb | 2023-05-12 | 2 | -1/+271 |
* | Make malloc tests that set flags more robust against the user also | otto | 2023-05-09 | 2 | -15/+19 |
* | Add regress coverage for -1 modulus as well. | tb | 2023-05-09 | 1 | -25/+38 |
* | Enable malloc_errs test | otto | 2023-05-08 | 1 | -2/+2 |
* | Add a regress test to test various malloc API and heap mismanagement | otto | 2023-05-08 | 2 | -0/+291 |
* | symbols.awk: Remove cfb dance | tb | 2023-05-04 | 1 | -4/+2 |
* | sigh. typo | tb | 2023-05-04 | 1 | -2/+2 |