summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2022-02-09silence "function declaration isn't a prototype" warning by changingTheo Buehler
2022-02-08Plug leaks reported by Ilya ShipitsinTheo Buehler
2022-02-08Plug a number of leaks reported by Ilya ShipitsinTheo Buehler
2022-02-08Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.Theo Buehler
2022-02-08Fix memleaks reported by Ilya ShipitsinTheo Buehler
2022-02-07mark failing tests for armv7mbuhl
2022-02-07trig_test-2 now passes on macppcmbuhl
2022-02-06cope with recent S3I removal; ok tb@Anton Lindqvist
2022-02-05Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listTheo Buehler
2022-02-05Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.Theo Buehler
2022-02-05Adjust the ssl_get_shared_ciphers to the new names.Theo Buehler
2022-02-05Revise for S3I removal.Joel Sing