| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | Let ecdsatest exercise ECParameters_dup() a bit | tb | 2023-05-04 | 1 | -2/+3 |
* | Remove x9_62_test_internal() | tb | 2023-05-04 | 1 | -72/+1 |
* | Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtls | beck | 2023-05-03 | 1 | -77/+2 |
* | Change X509_NAME_get_index_by[NID|OBJ] to be safer. | beck | 2023-05-02 | 1 | -2/+77 |
* | Mark the BIO_F_* function codes as intentionally undocumented | schwarze | 2023-05-02 | 1 | -1/+1 |
* | Simplify slightly and use i2d_PKCS7_bio_stream() | tb | 2023-05-02 | 1 | -3/+3 |
* | Make warnings more precise | job | 2023-05-01 | 1 | -4/+4 |
* | x509_asn1: make this test pass again after reinstating DER preservation | tb | 2023-04-30 | 1 | -5/+5 |
* | check_complete.pl: update for recent changes in bn | tb | 2023-04-30 | 1 | -4/+3 |
* | Sort alphabetically | tb | 2023-04-30 | 1 | -2/+2 |
* | Remove unnecessary target | tb | 2023-04-30 | 1 | -4/+1 |
* | policy test: simplify Makefile | tb | 2023-04-30 | 1 | -9/+2 |
* | Free all libcrypto global state memory before returning | job | 2023-04-28 | 1 | -1/+3 |
* | Return a non-zero error exit code on any DER cache discrepancies | job | 2023-04-28 | 1 | -3/+3 |
* | Fix leaks reported by ASAN | tb | 2023-04-28 | 1 | -5/+1 |
* | Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constants | schwarze | 2023-04-28 | 1 | -0/+2 |
* | Enable policy checking by default now that we are DAG implementation based. | beck | 2023-04-28 | 1 | -1/+12 |
* | The policy test is no longer expected to fail | tb | 2023-04-28 | 1 | -2/+1 |
* | Rearrange freeing of memory in the regress test | job | 2023-04-28 | 1 | -13/+9 |
* | make the policy test compile on sparc64 | tb | 2023-04-28 | 1 | -5/+6 |
* | Add X509_REQ_add_extensions and to X509_REQ_add1_attr to DER cache test | job | 2023-04-28 | 1 | -1/+139 |
* | Hook up the the x509 policy regression tests to x509 regress. | beck | 2023-04-28 | 2 | -3/+4 |
* | Fix copyright, convert boringssl comments to C style | beck | 2023-04-28 | 1 | -30/+51 |