summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Test OBJ_obj2nid() with an undefined (NID_undef) object.jsing2022-02-111-2/+2
* Add initial regress for objects.jsing2022-02-113-1/+449
* If running with ASAN, mark test_with{,out}_bzero() with thetb2022-02-101-3/+14
* silence "function declaration isn't a prototype" warning by changingtb2022-02-091-6/+6
* Plug leaks reported by Ilya Shipitsintb2022-02-081-1/+5
* Plug a number of leaks reported by Ilya Shipitsintb2022-02-081-2/+9
* Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.tb2022-02-081-7/+4
* Fix memleaks reported by Ilya Shipitsintb2022-02-081-3/+5
* cope with recent S3I removal; ok tb@anton2022-02-061-2/+2
* Adapt appstest.sh for the new TLS_ names.tb2022-02-051-9/+5
* Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listtb2022-02-051-1/+5
* Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.tb2022-02-051-10/+5
* Adjust the ssl_get_shared_ciphers to the new names.tb2022-02-051-23/+23
* Revise for S3I removal.jsing2022-02-051-81/+81
* Use TLS_PADDING_* defines.jsing2022-02-011-4/+6
* Revise/simplify for signer interface change.jsing2022-02-011-20/+10
* Add test coverage for tls_signer when used with a TLS server.jsing2022-01-301-2/+189
* Add initial regress for tls_signer.jsing2022-01-303-1/+305
* remove unused variable from all copies of _asr_strdname()naddy2022-01-202-6/+6
* 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
* Revise for peer_cert.jsing2022-01-111-6/+6
* Revise for changes to tls_key_share_peer_public()jsing2022-01-111-2/+4
* Increase the max size of allocations, in prep for a large cache implementation.otto2022-01-091-3/+3
* Add some workarounds to make build_addr_block_test_data const.tb2022-01-071-17/+26
* Revert previous accidental committb2022-01-071-2/+2
* Let dtlstest peek into bio_local.htb2022-01-072-2/+4
* Revise for change to tls_key_share_peer_public()jsing2022-01-061-3/+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
* Test CBB_add_u64()jsing2022-01-061-2/+6
* With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_santb2022-01-061-2/+2
* 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
* t_syscall was a test for the gcc 1.x off_t syscall padding,guenther2022-01-062-125/+2
* Revise for tls13_key_share rename.jsing2022-01-051-11/+11