| Commit message (Expand) | Author | Age | Files | Lines |
* | Use cipher suite values instead of IDs. | jsing | 2024-07-22 | 1 | -9/+6 |
* | Remove cipher from SSL_SESSION. | jsing | 2024-07-20 | 1 | -5/+8 |
* | Annotate issues with tls_session_secret_cb() related code. | jsing | 2024-07-19 | 1 | -1/+9 |
* | Move client ciphers from SSL_SESSION to SSL_HANDSHAKE. | jsing | 2024-07-19 | 1 | -8/+8 |
* | Implement RSA key exchange in constant time. | jsing | 2024-06-25 | 1 | -61/+68 |
* | Zap a trailing blank that snuck into ssl3_get_client_hello() | tb | 2024-02-03 | 1 | -2/+2 |
* | Remove GOST and STREEBOG support from libssl. | beck | 2024-02-03 | 1 | -148/+4 |
* | Neuter the SSL_set_debug(3) API | tb | 2023-12-29 | 1 | -7/+1 |
* | Check for negative EVP_CIPHER_CTX_iv_length() return in libssl | tb | 2023-11-18 | 1 | -3/+5 |
* | Hide all public symbols in libssl | beck | 2023-07-08 | 1 | -1/+5 |
* | Convert legacy server kex to one-shot sign/verify | tb | 2023-06-11 | 1 | -30/+35 |
* | Easy EVP_Digest{Sign,Verify} conversions for legacy stack | tb | 2023-06-11 | 1 | -8/+3 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -3/+3 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -3/+3 |
* | Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL. | jsing | 2022-10-02 | 1 | -93/+93 |
* | Move handshake message handling functions from ssl_both.c to client/server. | jsing | 2022-10-01 | 1 | -20/+168 |
* | Deduplicate peer certificate chain processing code. | jsing | 2022-08-17 | 1 | -13/+10 |
* | Simplify certificate list handling code in legacy server. | jsing | 2022-07-03 | 1 | -62/+50 |
* | Rename uses 'curve' to 'group' and rework tls1 group API. | tb | 2022-07-02 | 1 | -2/+2 |
* | Add checks to ensure we do not initiate or negotiate handshakes with | tb | 2022-06-30 | 1 | -1/+8 |
* | Check the security of DH key shares | tb | 2022-06-29 | 1 | -1/+7 |
* | Check the security level when building sigalgs | tb | 2022-06-29 | 1 | -3/+3 |
* | Free ciphers before assigning to them | tb | 2022-06-28 | 1 | -6/+6 |
* | Add error checking to tls_session_secret_cb() calls | tb | 2022-06-07 | 1 | -23/+30 |
* | Bye bye S3I. | jsing | 2022-02-05 | 1 | -136/+136 |
* | Remove peer_pkeys from SSL_SESSION. | jsing | 2022-01-11 | 1 | -8/+6 |
* | Rename 'peer' to 'peer_cert' in SSL_SESSION. | jsing | 2022-01-11 | 1 | -13/+13 |
* | Plumb decode errors through key share parsing code. | jsing | 2022-01-11 | 1 | -7/+22 |
* | Clean up ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 1 | -20/+20 |
* | Return 0/1 from ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 1 | -3/+3 |
* | Fix GOST skip certificate verify handling. | jsing | 2022-01-09 | 1 | -19/+11 |
* | Merge SESS_CERT into SSL_SESSION. | jsing | 2022-01-08 | 1 | -17/+5 |
* | Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY. | jsing | 2022-01-08 | 1 | -2/+2 |
* | Rename dh_tmp to dhe_params. | jsing | 2022-01-07 | 1 | -5/+5 |
* | Convert legacy server to tls_key_share. | jsing | 2022-01-07 | 1 | -202/+40 |
* | Return 0 on failure from send/get kex functions in the legacy stack. | jsing | 2022-01-04 | 1 | -18/+18 |
* | Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX_new() to avoid | tb | 2021-12-26 | 1 | -3/+3 |
* | Convert ssl_srvr.c to opaque EVP_MD_CTX. | tb | 2021-12-09 | 1 | -42/+44 |
* | Clean up and refactor server side DHE key exchange. | jsing | 2021-12-04 | 1 | -78/+55 |
* | Convert server serialisation of DHE parameters/public key to new functions. | jsing | 2021-11-29 | 1 | -24/+3 |
* | Stop reaching into EVP_PKEY in the rest of libssl. | tb | 2021-11-26 | 1 | -10/+22 |
* | libssl: don't reach for pkey->save_type. | tb | 2021-11-19 | 1 | -2/+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 | -10/+8 |
* | Fold DTLS1_STATE_INTERNAL into DTLS1_STATE. | jsing | 2021-10-23 | 1 | -21/+21 |
* | Untangle ssl3_get_message() return values. | jsing | 2021-10-23 | 1 | -36/+33 |
* | Ensure that a client hello does not have trailing data. | jsing | 2021-09-03 | 1 | -1/+4 |
* | Clean up and simplify info and msg callbacks. | jsing | 2021-08-30 | 1 | -16/+8 |
* | Track sigalg used by ourselves and our peer in the legacy stack. | jsing | 2021-06-29 | 1 | -1/+3 |
* | Convert legacy stack server to ssl_sigalg_for_peer(). | jsing | 2021-06-29 | 1 | -47/+29 |