summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check EVPDigest* return values.tb2022-03-311-4/+7
* Add a simple test to ensure that pmeth->cleanup() can cope with NULLtb2022-03-302-2/+93
* Revise regress for ascii/text to ASN.1 object conversion rewrite.jsing2022-03-191-58/+10
* Add another invalid separator test case.jsing2022-03-191-1/+5
* Fix dependency to build bn_mod_sqrt.bluhm2022-03-161-2/+2
* Check BIO_reset() return value to make gcc happy.tb2022-03-151-2/+5
* Add a simple regress to verify that the infinite loop in BN_mod_sqrt()tb2022-03-152-1/+138
* Add a few regress test cases for name constraints.tb2022-03-143-5/+25
* Simple regress for NULL deref reported by Guido Vranken and fixed intb2022-03-102-1/+51
* Add test coverage for i2a_ASN1_OBJECT()jsing2022-03-051-3/+39
* Provide additional ASN1_OBJECT test coverage.jsing2022-03-021-16/+114
* Add regress coverage for ASN1_OBJECT public interfaces.jsing2022-02-262-1/+399
* Test OBJ_obj2txt() with NULL and short buffers.jsing2022-02-201-1/+12
* Add memory BIO small I/O tests.jsing2022-02-191-1/+72
* Add tests for memory BIO.jsing2022-02-171-2/+254
* Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.jsing2022-02-121-4/+99
* Revise for OBJ_obj2txt() OID arc limits.jsing2022-02-121-4/+4
* Test OBJ_obj2nid() with an undefined (NID_undef) object.jsing2022-02-111-2/+2
* Add initial regress for objects.jsing2022-02-113-1/+449
* Fix memleaks reported by Ilya Shipitsintb2022-02-081-3/+5
* Add ct.h and x509_vfy.hinoguchi2022-01-151-1/+3
* Undo static linking and other workarounds that are no longer neededtb2022-01-146-19/+15
* Convert wycheproof.go for opaque EVP_AEAD_CTXtb2022-01-141-11/+18
* The cttest can link dynamically nowtb2022-01-141-2/+2
* Simplify BN_mont test slightly using a new accessor.tb2022-01-141-4/+2
* Only evp_pkey_check needs static linkingtb2022-01-121-2/+4
* Add a prototype for OBJ_bsearch_ so this test will keep workingtb2022-01-121-1/+6
* Rework ecdsatest to build after the bump and link statically for nowtb2022-01-122-14/+26
* Rework dsatest to use accessors and link statically for nowtb2022-01-122-7/+7
* Rework dhtest to use accessors and link statically for nowtb2022-01-121-6/+6
* Rework dhtest to use accessors and link statically for nowtb2022-01-121-3/+3
* Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for nowtb2022-01-122-20/+32
* Fix asn1x509 build with opaque structures. Link statically for now.tb2022-01-122-20/+25
* Rework Makefile to use regress framework and link asn1basic statically.tb2022-01-122-14/+16
* forgot to zap some dead assignmentstb2022-01-111-4/+4
* Add regress for EVP_PKEY_{,public_,param_}check()tb2022-01-112-7/+415
* Add some workarounds to make build_addr_block_test_data const.tb2022-01-071-17/+26
* Revert previous accidental committb2022-01-071-2/+2
* Add regress tests for ASN1_BIT_STRING.jsing2022-01-061-2/+113
* Add a comment that explains why build_addr_block_tests isn't consttb2022-01-062-3/+8
* Fix a copy-paste error that led to an out-of-bounds access.tb2022-01-061-2/+2
* Add test coverage for SCT validation.jsing2022-01-064-7/+116
* Remove bandaid to work around expected range_should_be_prefix() problem.tb2022-01-051-6/+2
* Plug memleaktb2021-12-291-2/+7
* More EVP_* return value checkstb2021-12-291-22/+60
* Remove redundant NULL checkstb2021-12-291-3/+1
* Minor cleanup after EC_POINT_get_affine_coordinates() unified thetb2021-12-291-23/+6
* More return value checks for EVP_* APItb2021-12-291-16/+28
* Check return values of EVP_* APItb2021-12-291-6/+24
* knfmt makes this slightly nicer.tb2021-12-291-52/+49