| Commit message (Expand) | Author | Age | Files | Lines |
* | Use cipher suite values instead of IDs. | jsing | 2024-07-22 | 1 | -2/+2 |
* | Remove cipher from SSL_SESSION. | jsing | 2024-07-20 | 1 | -2/+2 |
* | Move client ciphers from SSL_SESSION to SSL_HANDSHAKE. | jsing | 2024-07-19 | 1 | -3/+3 |
* | Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3 | tb | 2023-06-10 | 1 | -11/+5 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
* | Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL. | jsing | 2022-10-02 | 1 | -3/+3 |
* | Allow TLSv1.3 clients to send CCS without middlebox compatibility mode. | jsing | 2022-09-17 | 1 | -4/+2 |
* | Be stricter with middlebox compatibility mode in the TLSv1.3 server. | jsing | 2022-09-11 | 1 | -5/+21 |
* | Deduplicate peer certificate chain processing code. | jsing | 2022-08-17 | 1 | -25/+3 |
* | Provide QUIC encryption levels. | jsing | 2022-07-24 | 1 | -5/+5 |
* | Rename uses 'curve' to 'group' and rework tls1 group API. | tb | 2022-07-02 | 1 | -3/+3 |
* | Tweak a comment using review feedback from jsing | tb | 2022-06-04 | 1 | -4/+4 |
* | Ensure that a client who sent a PSK extension has also sent a PSK | tb | 2022-06-03 | 1 | -4/+9 |
* | Cleanup/simplify ssl_cert_type() | jsing | 2022-02-03 | 1 | -2/+2 |
* | Remove peer_pkeys from SSL_SESSION. | jsing | 2022-01-11 | 1 | -12/+8 |
* | Rename 'peer' to 'peer_cert' in SSL_SESSION. | jsing | 2022-01-11 | 1 | -4/+4 |
* | Merge SESS_CERT into SSL_SESSION. | jsing | 2022-01-08 | 1 | -10/+8 |
* | Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY. | jsing | 2022-01-08 | 1 | -6/+6 |
* | Convert legacy server to tls_key_share. | jsing | 2022-01-07 | 1 | -3/+3 |
* | Rename tls13_key_share to tls_key_share. | jsing | 2022-01-05 | 1 | -6/+6 |
* | Correct SSL_get_peer_cert_chain() when used with the TLSv1.3 stack. | jsing | 2021-12-26 | 1 | -3/+6 |
* | libssl: stop reaching into the X509 struct and simplify some code by | tb | 2021-10-31 | 1 | -6/+2 |
* | Fold SSL_SESSION_INTERNAL back into SSL_SESSION. | jsing | 2021-10-25 | 1 | -6/+6 |
* | Provide a way to determine our maximum legacy version. | jsing | 2021-10-23 | 1 | -1/+2 |
* | Use X509_STORE_CTX_get0_chain() instead of grabbing the chain directly | tb | 2021-10-23 | 1 | -2/+2 |
* | Merge SSL_METHOD_INTERNAL into SSL_METHOD. | jsing | 2021-07-01 | 1 | -3/+3 |
* | Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code. | jsing | 2021-06-29 | 1 | -6/+3 |
* | Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok(). | jsing | 2021-06-29 | 1 | -2/+2 |
* | Track the sigalgs used by ourselves and our peer. | jsing | 2021-06-27 | 1 | -3/+4 |
* | Change ssl_sigalgs_from_value() to perform sigalg list selection. | jsing | 2021-06-27 | 1 | -3/+3 |
* | Rename ssl_sigalg() to ssl_sigalg_from_value(). | jsing | 2021-06-27 | 1 | -3/+3 |
* | Indent all labels with a single space. | jsing | 2021-06-11 | 1 | -2/+2 |
* | TLSv1.3 server: avoid sending alerts in legacy records | tb | 2021-06-08 | 1 | -3/+4 |
* | Make local header inclusion consistent. | jsing | 2021-05-16 | 1 | -2/+1 |
* | Avoid pulling ssl_sigalgs.h in via ssl_locl.h. | jsing | 2021-05-16 | 1 | -1/+2 |
* | Move finished and peer finished to the handshake struct. | jsing | 2021-03-29 | 1 | -8/+6 |
* | Rename new_cipher to cipher. | jsing | 2021-03-24 | 1 | -6/+6 |
* | Move the TLSv1.3 handshake struct inside the shared handshake struct. | jsing | 2021-03-21 | 1 | -46/+46 |
* | Improve internal version handling. | jsing | 2021-03-10 | 1 | -4/+5 |
* | Only use TLS versions internally (rather than both TLS and DTLS versions). | jsing | 2021-02-25 | 1 | -2/+2 |
* | Add support for SSL_get_shared_ciphers() in TLSv1.3 | tb | 2021-01-09 | 1 | -1/+5 |
* | Rename two local variables ssl to s for consistency | tb | 2021-01-07 | 1 | -7/+7 |
* | Use tls13_secret_{init,cleanup}() for the finished_key | tb | 2021-01-06 | 1 | -5/+5 |
* | Use consistent names in tls13_{client,server}_finished_{recv,send}(). | jsing | 2021-01-05 | 1 | -6/+6 |
* | Use legacy verifier when building auto chains. | jsing | 2021-01-05 | 1 | -1/+3 |
* | Fix SSL_get{,_peer}_finished() with TLSv1.3 | tb | 2020-12-14 | 1 | -1/+14 |
* | typo & punctuation in comment | tb | 2020-11-17 | 1 | -3/+3 |
* | Implement auto chain for the TLSv1.3 server. | jsing | 2020-11-11 | 1 | -1/+23 |
* | Improve argument order for the internal tlsext API | tb | 2020-07-03 | 1 | -5/+5 |
* | Switch the order of the two tests in tls13_client_hello_required_extensions | tb | 2020-06-25 | 1 | -9/+9 |