summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2022-05-24Recent changes to truncate(2) swapped the ordering of some validationsAnton Lindqvist
2022-05-20Add expected failures for octeon and riscv64.mbuhl
2022-05-16Add a simple test that exercises ASN1_STRING_to_UTF8() a little.Theo Buehler
2022-05-14Add the two length tests. Can't currently run them because we need anTheo Buehler
2022-05-13Tweak regress in such a way that it would have caught the bug inTheo Buehler
2022-05-13Output the relevant time specs before the assertion, in the hopes ofAnton Lindqvist
2022-05-12Enable X509v3_asid_subset() tests now that they no longer segfault.Theo Buehler
2022-05-12Add a few more testcases for X509v3_asid_subset()Theo Buehler
2022-05-10If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so thatTheo Buehler
2022-05-08Default Ruby is now 3.1Theo Buehler
2022-05-08Adjust regress after zlib update. Part of the following commit:Theo Buehler
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2022-05-05Switch wycheproof.go to using the EVP HKDF API.Theo Buehler
2022-04-28Add tests that decode sequences into ASN.1 strings.Joel Sing
2022-04-27Ensure we clear the error stack before running tests that print errors.Joel Sing
2022-04-27Enable ASN.1 INTEGER tests with invalid lengths/encodings.Joel Sing
2022-04-23Add ASN1_INTEGER test coverage.Joel Sing
2022-04-23Fix compilation on octeon, arm64, and riscv64.mbuhl
2022-04-23Verify sizes before arithmetic operationsTobias Stoeckmann
2022-04-21Add missing self. From antonTheo Buehler
2022-04-04Include license rather than referring to it. Text fromTheo Buehler
2022-04-03Initialize the mutex before making us of it from many threads. PreventsAnton Lindqvist
2022-03-31Check EVPDigest* return values.Theo Buehler
2022-03-30Add a simple test to ensure that pmeth->cleanup() can cope with NULLTheo Buehler
2022-03-30Remove double slash in path to test program.Anton Lindqvist
2022-03-29Add Eric Biggers's reproducer for the memory corruption withTheo Buehler
2022-03-29Add Google Chromium tests for libz bugs. Write a minimal wrapperAlexander Bluhm
2022-03-24Link libz into regress build.Alexander Bluhm
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2022-03-24Adjust the signer test to link statically and work with hidden tls_signerTheo Buehler
2022-03-19Revise regress for ascii/text to ASN.1 object conversion rewrite.Joel Sing
2022-03-19Add another invalid separator test case.Joel Sing
2022-03-16Fix dependency to build bn_mod_sqrt.Alexander Bluhm
2022-03-15Check BIO_reset() return value to make gcc happy.Theo Buehler
2022-03-15Add a simple regress to verify that the infinite loop in BN_mod_sqrt()Theo Buehler
2022-03-14Add a few regress test cases for name constraints.Theo Buehler
2022-03-11Check for underflow as well as overflow when scaling negative numbers.Darren Tucker
2022-03-10Simple regress for NULL deref reported by Guido Vranken and fixed inTheo Buehler
2022-03-08Some more c99 initializers for consistency and readabilityTheo Buehler
2022-03-05Add test coverage for i2a_ASN1_OBJECT()Joel Sing
2022-03-02Provide additional ASN1_OBJECT test coverage.Joel Sing
2022-02-26Add regress coverage for ASN1_OBJECT public interfaces.Joel Sing
2022-02-20Test OBJ_obj2txt() with NULL and short buffers.Joel Sing
2022-02-19Add memory BIO small I/O tests.Joel Sing
2022-02-17Add tests for memory BIO.Joel Sing
2022-02-12Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.Joel Sing
2022-02-12Revise for OBJ_obj2txt() OID arc limits.Joel Sing
2022-02-11Test OBJ_obj2nid() with an undefined (NID_undef) object.Joel Sing
2022-02-11Add initial regress for objects.Joel Sing
2022-02-10If running with ASAN, mark test_with{,out}_bzero() with theTheo Buehler