| Commit message (Expand) | Author | Age | Files | Lines |
* | Wire up QUIC regress. | jsing | 2022-08-27 | 1 | -1/+2 |
* | Add regress for QUIC. | jsing | 2022-08-27 | 2 | -0/+358 |
* | Handle SSL_do_handshake() being called before SSL_provide_quic_data(). | jsing | 2022-08-27 | 1 | -1/+4 |
* | Provide additional defines for EVP AEAD. | jsing | 2022-08-27 | 1 | -1/+18 |
* | Revise regress now that SSL_QUIC_METHOD exists. | jsing | 2022-08-21 | 1 | -4/+6 |
* | Provide the remaining QUIC API. | jsing | 2022-08-21 | 2 | -2/+149 |
* | Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC. | jsing | 2022-08-21 | 3 | -19/+59 |
* | Provide SSL_QUIC_METHOD. | jsing | 2022-08-21 | 3 | -9/+172 |
* | Provide and use QUIC specific error reasons. | jsing | 2022-08-21 | 3 | -5/+9 |
* | Ensure that SSL_{peek,read,write}() are not called if QUIC is in use. | jsing | 2022-08-21 | 1 | -1/+16 |
* | Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB} | jsing | 2022-08-21 | 1 | -10/+15 |
* | fix indent and zap trailing whitespace | tb | 2022-08-21 | 1 | -3/+3 |
* | zap a tab | tb | 2022-08-20 | 1 | -2/+2 |
* | Test EVP_chacha20_poly1305() (linking statically for now) | jsing | 2022-08-20 | 2 | -3/+4 |
* | Provide EVP_chacha20_poly1305() | jsing | 2022-08-20 | 2 | -7/+260 |
* | Remove bogus length checks from EVP_aead_chacha20_poly1305() | jsing | 2022-08-20 | 1 | -27/+1 |
* | Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20(). | jsing | 2022-08-20 | 1 | -3/+23 |
* | Rewrite i2c_ASN1_INTEGER() using CBB/CBS. | jsing | 2022-08-20 | 1 | -97/+100 |
* | Make it possible to signal an error from an i2c_* function. | jsing | 2022-08-20 | 1 | -2/+7 |
* | Add an empty pkcs12_local.h and include it where it will soon be needed. | tb | 2022-08-20 | 12 | -11/+94 |
* | Adjust signatures of BIO_ctrl functions | tb | 2022-08-18 | 1 | -13/+10 |
* | Allow empty attribute sets in CSRs | tb | 2022-08-18 | 1 | -2/+4 |
* | Tweak prototype to match function definition (n -> index) | tb | 2022-08-18 | 1 | -2/+2 |
* | Implement the SSL_CTRL_GET_SHARED_GROUP control | tb | 2022-08-17 | 1 | -1/+37 |
* | Refactor tls1_get_supported_group() | tb | 2022-08-17 | 2 | -30/+99 |
* | Add SSL_get_shared_{curve,group}() | tb | 2022-08-17 | 1 | -2/+10 |
* | Make tls1_get_{format,group_}list() take a const SSL | tb | 2022-08-17 | 2 | -8/+8 |
* | Provide ssl_security_shared_group() | tb | 2022-08-17 | 2 | -5/+18 |
* | Deduplicate peer certificate chain processing code. | jsing | 2022-08-17 | 10 | -109/+121 |
* | Add missing RCS tag and zap a trailing space | tb | 2022-08-15 | 1 | -2/+2 |
* | Initialize readbytes in BIO_gets() | tb | 2022-08-15 | 1 | -2/+2 |
* | Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse() | tb | 2022-08-15 | 1 | -6/+4 |
* | Remove redeclaration of ret | tb | 2022-08-15 | 1 | -2/+1 |
* | Fix upper bound in a for loop (no functional change). | tb | 2022-08-12 | 1 | -2/+2 |
* | Tweak a comment to be more accurate. | tb | 2022-08-12 | 1 | -3/+3 |
* | Remove unused variable | tb | 2022-08-11 | 1 | -6/+3 |
* | Avoid signed integer overflow due to unary negation | tb | 2022-08-10 | 1 | -12/+8 |
* | Cast int64_t to uint64_t for negating | tb | 2022-08-10 | 1 | -3/+7 |
* | Only print versions we know about | tb | 2022-08-10 | 1 | -4/+10 |
* | For putenv(3), return an error if string starts with a '=' character. | millert | 2022-08-08 | 2 | -5/+10 |
* | fix error message | tb | 2022-08-05 | 1 | -2/+2 |
* | Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n"); | tb | 2022-08-05 | 1 | -10/+10 |
* | Make the bogokey[] global static const. | tb | 2022-08-05 | 1 | -7/+8 |
* | Move CBB_init() to a consistent place. | tb | 2022-08-05 | 1 | -10/+10 |
* | Consistently initialize failure to 1 at the top of the function and | tb | 2022-08-05 | 1 | -76/+62 |
* | Consistently check for CBB_init() failure. | tb | 2022-08-05 | 1 | -45/+89 |
* | Remove overly aggressive trust check in legacy verifier that breaks | beck | 2022-08-05 | 1 | -15/+4 |
* | Remove most of the indirection introduced in previous and instead fetch | tb | 2022-08-05 | 1 | -400/+339 |
* | Add some glue to fetch the tlsext functions from the tls_extensions[] | tb | 2022-08-04 | 1 | -190/+440 |
* | Make tlsext_*_{build,needs,parse}() functions static | tb | 2022-08-04 | 2 | -217/+94 |