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