summaryrefslogtreecommitdiff
path: root/src/regress (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-02New md4/md5 regress teststb2-0/+310
2022-09-02Add two consttb1-3/+3
2022-09-02Make test tables static const and fix a style nittb1-5/+4
2022-09-02Simplify and clean up the ecdsa test a little. Use stdio instead of BIOtb1-195/+177
2022-09-02Retire old SHA teststb6-609/+0
2022-09-02Unhook old SHA teststb1-4/+1
2022-09-02Add tests for 1 million repeated "a"tb1-39/+220
2022-09-01Check sk_SSL_CIPHER_push() return valuetb1-4/+11
2022-09-01Link sha test to regresstb1-1/+2
2022-09-01Add a nicely licensed, table-driven test for SHAtb2-0/+448
2022-08-31Add an empty line for consistency.tb1-1/+2
2022-08-31Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()tb1-4/+12
2022-08-31Revert r1.46. Causes fireworks in regress.tb1-9/+5
2022-08-31Remove most mentions of contexts on the stack.tb2-23/+4
2022-08-31nasty whitespacetb1-9/+9
2022-08-31Rework DSA_size() and ECDSA_size()tb2-43/+32
2022-08-31Avoid division by zero if no connection was made.tb1-4/+2
2022-08-31Some missing return checkstb1-3/+5
2022-08-31Avoid some buffer overflows in ecdsatesttb1-2/+15
2022-08-31Revert previous. Committed the wrong version of the diff.tb1-14/+4
2022-08-31Avoid some buffer overflows in ecdsatesttb1-4/+14
2022-08-31Switch loop bounds from size_t to int in check_hosts()tb1-2/+2
2022-08-31Check return values in ssl_print_tmp_key()tb1-4/+9
2022-08-31Avoid potential NULL dereference in ssl_set_pkey()tb1-5/+9
2022-08-30Check HMAC() return value to avoid a later use of uninitializedtb1-3/+7
2022-08-30Remove a commented-out sk_push that has been hanging around for > 20 yearstb1-4/+1
2022-08-30chacha20_poly1305_cleanup() should return 1tb1-2/+2
2022-08-30Plug leak of BIO in tls13_quic_init()tb1-2/+1
2022-08-30Plug memory leak in X509_REQ_print_ex()tb1-2/+4
2022-08-29missing periodtb1-2/+2
2022-08-29Provide ERR_R_INIT_FAIL.jsing2-3/+4
2022-08-29Provide ASN1_R_TYPE_NOT_PRIMITIVE.jsing2-2/+4
2022-08-29static const, not const staticjsg1-3/+3
2022-08-28Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thattb1-3/+6
2022-08-28Add regress test for the encoding of an ASN1_INTEGER with NULL data.jsing1-1/+38
2022-08-28Encode an ASN.1 INTEGER with NULL data to value of zero.jsing1-2/+4
2022-08-28remove unused blowfish inline definesjsg1-8/+1
2022-08-27Wire up QUIC regress.jsing1-1/+2
2022-08-27Add regress for QUIC.jsing2-0/+358
2022-08-27Handle SSL_do_handshake() being called before SSL_provide_quic_data().jsing1-1/+4
2022-08-27Provide additional defines for EVP AEAD.jsing1-1/+18
2022-08-21Revise regress now that SSL_QUIC_METHOD exists.jsing1-4/+6
2022-08-21Provide the remaining QUIC API.jsing2-2/+149
2022-08-21Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.jsing3-19/+59
2022-08-21Provide SSL_QUIC_METHOD.jsing3-9/+172
2022-08-21Provide and use QUIC specific error reasons.jsing3-5/+9
2022-08-21Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.jsing1-1/+16
2022-08-21Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}jsing1-10/+15
2022-08-21fix indent and zap trailing whitespacetb1-3/+3
2022-08-20zap a tabtb1-2/+2