summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Unhook the old md4 and md5 teststb2022-09-021-3/+1
* Link new md test to regress.tb2022-09-021-1/+2
* New md4/md5 regress teststb2022-09-022-0/+310
* Add two consttb2022-09-021-3/+3
* Make test tables static const and fix a style nittb2022-09-021-5/+4
* Simplify and clean up the ecdsa test a little. Use stdio instead of BIOtb2022-09-021-195/+177
* Retire old SHA teststb2022-09-026-609/+0
* Unhook old SHA teststb2022-09-021-4/+1
* Add tests for 1 million repeated "a"tb2022-09-021-39/+220
* Check sk_SSL_CIPHER_push() return valuetb2022-09-011-4/+11
* Link sha test to regresstb2022-09-011-1/+2
* Add a nicely licensed, table-driven test for SHAtb2022-09-012-0/+448
* Add an empty line for consistency.tb2022-08-311-1/+2
* Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()tb2022-08-311-4/+12
* Revert r1.46. Causes fireworks in regress.tb2022-08-311-9/+5
* Remove most mentions of contexts on the stack.tb2022-08-312-23/+4
* nasty whitespacetb2022-08-311-9/+9
* Rework DSA_size() and ECDSA_size()tb2022-08-312-43/+32
* Avoid division by zero if no connection was made.tb2022-08-311-4/+2
* Some missing return checkstb2022-08-311-3/+5
* Avoid some buffer overflows in ecdsatesttb2022-08-311-2/+15
* Revert previous. Committed the wrong version of the diff.tb2022-08-311-14/+4
* Avoid some buffer overflows in ecdsatesttb2022-08-311-4/+14
* Switch loop bounds from size_t to int in check_hosts()tb2022-08-311-2/+2
* Check return values in ssl_print_tmp_key()tb2022-08-311-4/+9
* Avoid potential NULL dereference in ssl_set_pkey()tb2022-08-311-5/+9
* Check HMAC() return value to avoid a later use of uninitializedtb2022-08-301-3/+7
* Remove a commented-out sk_push that has been hanging around for > 20 yearstb2022-08-301-4/+1
* chacha20_poly1305_cleanup() should return 1tb2022-08-301-2/+2
* Plug leak of BIO in tls13_quic_init()tb2022-08-301-2/+1
* Plug memory leak in X509_REQ_print_ex()tb2022-08-301-2/+4
* missing periodtb2022-08-291-2/+2
* Provide ERR_R_INIT_FAIL.jsing2022-08-292-3/+4
* Provide ASN1_R_TYPE_NOT_PRIMITIVE.jsing2022-08-292-2/+4
* static const, not const staticjsg2022-08-291-3/+3
* Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thattb2022-08-281-3/+6
* Add regress test for the encoding of an ASN1_INTEGER with NULL data.jsing2022-08-281-1/+38
* Encode an ASN.1 INTEGER with NULL data to value of zero.jsing2022-08-281-2/+4
* remove unused blowfish inline definesjsg2022-08-281-8/+1
* Wire up QUIC regress.jsing2022-08-271-1/+2
* Add regress for QUIC.jsing2022-08-272-0/+358
* Handle SSL_do_handshake() being called before SSL_provide_quic_data().jsing2022-08-271-1/+4
* Provide additional defines for EVP AEAD.jsing2022-08-271-1/+18
* Revise regress now that SSL_QUIC_METHOD exists.jsing2022-08-211-4/+6
* Provide the remaining QUIC API.jsing2022-08-212-2/+149
* Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.jsing2022-08-213-19/+59
* Provide SSL_QUIC_METHOD.jsing2022-08-213-9/+172
* Provide and use QUIC specific error reasons.jsing2022-08-213-5/+9
* Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.jsing2022-08-211-1/+16
* Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}jsing2022-08-211-10/+15