summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2023-06-04Make ruby-openssl cope with default ruby changeTheo Buehler
2023-06-04bn_mod_inverse tweaksTheo Buehler
2023-06-04More thorough write-afetr-free checks.Otto Moerbeek
2023-06-03Add regress coverage for BN_mod_inverse()Theo Buehler
2023-06-02fix typoTheo Buehler
2023-05-29Correct test that was pasto'ed incorrectlyBob Beck
2023-05-29Make X509_NAME_get_text_by[NID|OBJ] safer.Bob Beck
2023-05-28Refactor tls_check_common_name to use lower level API.Bob Beck
2023-05-27Add coverage for calling BN_{dec,hex}2bn() with NULL inputs.Joel Sing
2023-05-24Copy the verify param hostflags independently of the host listTheo Buehler
2023-05-24Add a test to verify that an SSL inherits the hostflags from the SSL_CTXTheo Buehler
2023-05-24Provide CRYPTO_INT for statically linking libcrypto for libssl regressTheo Buehler
2023-05-23Add empty line for consistencyTheo Buehler
2023-05-23Add regress coverage for obj_dat.c r1.52Theo Buehler
2023-05-23Don't use ibuf_open(0) as test. 0 lenght ibufs make little sense andClaudio Jeker
2023-05-20ecdhtest: Fix indentTheo Buehler
2023-05-16ecdhtest: check malloc() return valuesTheo Buehler
2023-05-13Assert that test->want != NULL at this pointTheo Buehler
2023-05-12asn1oct: add a couple more testsTheo Buehler
2023-05-12asn1oct: minor tweak in error messageTheo Buehler
2023-05-12Add regress coverage for {s2i,i2s}_ASN1_OCTET_STRINGTheo Buehler
2023-05-09Make malloc tests that set flags more robust against the user alsoOtto Moerbeek
2023-05-09Add regress coverage for -1 modulus as well.Theo Buehler
2023-05-08Enable malloc_errs testOtto Moerbeek
2023-05-08Add a regress test to test various malloc API and heap mismanagementOtto Moerbeek
2023-05-04symbols.awk: Remove cfb danceTheo Buehler
2023-05-04sigh. typoTheo Buehler
2023-05-04Let ecdsatest exercise ECParameters_dup() a bitTheo Buehler
2023-05-04Remove x9_62_test_internal()Theo Buehler
2023-05-03Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtlsBob Beck
2023-05-02Change X509_NAME_get_index_by[NID|OBJ] to be safer.Bob Beck
2023-05-02Mark the BIO_F_* function codes as intentionally undocumentedIngo Schwarze
2023-05-02Simplify slightly and use i2d_PKCS7_bio_stream()Theo Buehler
2023-05-01Make warnings more preciseJob Snijders
2023-04-30x509_asn1: make this test pass again after reinstating DER preservationTheo Buehler
2023-04-30check_complete.pl: update for recent changes in bnTheo Buehler
2023-04-30Sort alphabeticallyTheo Buehler
2023-04-30Remove unnecessary targetTheo Buehler