| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFY | tb | 2024-02-03 | 1 | -7/+1 |
* | Remove GOST and STREEBOG support from libssl. | beck | 2024-02-03 | 1 | -204/+2 |
* | Neuter the SSL_set_debug(3) API | tb | 2023-12-29 | 1 | -6/+1 |
* | Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c | tb | 2023-11-19 | 1 | -17/+4 |
* | 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 | -17/+27 |
* | Easy EVP_Digest{Sign,Verify} conversions for legacy stack | tb | 2023-06-11 | 1 | -15/+5 |
* | 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 |
* | Annotate misuse of EVP_Digest() | tb | 2022-10-20 | 1 | -1/+2 |
* | Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL. | jsing | 2022-10-02 | 1 | -101/+101 |
* | Move handshake message handling functions from ssl_both.c to client/server. | jsing | 2022-10-01 | 1 | -22/+172 |
* | Deduplicate peer certificate chain processing code. | jsing | 2022-08-17 | 1 | -32/+4 |
* | Remove redeclaration of ret | tb | 2022-08-15 | 1 | -2/+1 |
* | Simplify certificate list handling code in legacy client. | jsing | 2022-07-03 | 1 | -45/+33 |
* | Rename uses 'curve' to 'group' and rework tls1 group API. | tb | 2022-07-02 | 1 | -7/+7 |
* | Add checks to ensure we do not initiate or negotiate handshakes with | tb | 2022-06-30 | 1 | -1/+8 |
* | There's tentacles, tentacles everywhere | tb | 2022-06-29 | 1 | -1/+7 |
* | Check the security of DH key shares | tb | 2022-06-29 | 1 | -1/+7 |
* | Simplify various CBS_write_bytes() calls | tb | 2022-06-07 | 1 | -4/+3 |
* | Add missing error check call in ssl3_get_new_session_ticket() | tb | 2022-06-07 | 1 | -4/+9 |
* | Another small readability tweak: compare explicitly against 0 and NULL, | tb | 2022-06-07 | 1 | -4/+3 |
* | Add error checking to tls_session_secret_cb() calls | tb | 2022-06-07 | 1 | -9/+19 |
* | Remove incorrect and ungrammattical comment | tb | 2022-06-06 | 1 | -3/+2 |
* | Bye bye S3I. | jsing | 2022-02-05 | 1 | -136/+136 |
* | Cleanup/simplify ssl_cert_type() | jsing | 2022-02-03 | 1 | -2/+2 |
* | Garbage collect unused ret in ssl3_get_new_session_ticket() | tb | 2022-01-24 | 1 | -5/+4 |
* | In ssl3_get_server_key_exchange() switch a 'goto err' to | tb | 2022-01-24 | 1 | -2/+2 |
* | Remove peer_pkeys from SSL_SESSION. | jsing | 2022-01-11 | 1 | -49/+32 |
* | Rename 'peer' to 'peer_cert' in SSL_SESSION. | jsing | 2022-01-11 | 1 | -3/+3 |
* | Plumb decode errors through key share parsing code. | jsing | 2022-01-11 | 1 | -14/+25 |
* | ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly. | jsing | 2022-01-09 | 1 | -3/+3 |
* | Swap arguments to ssl_check_srvr_ecc_cert_and_alg() | jsing | 2022-01-09 | 1 | -3/+3 |
* | Clean up ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 1 | -21/+26 |
* | Return 0/1 from ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 1 | -4/+4 |
* | Remove a comment from Captain Obvious. | jsing | 2022-01-09 | 1 | -4/+2 |
* | Clean up pkey handling in ssl3_get_server_key_exchange() | jsing | 2022-01-09 | 1 | -42/+22 |
* | Merge SESS_CERT into SSL_SESSION. | jsing | 2022-01-08 | 1 | -66/+33 |
* | Convert legacy TLS client to tls_key_share. | jsing | 2022-01-06 | 1 | -175/+35 |
* | Return 0 on failure from send/get kex functions in the legacy stack. | jsing | 2022-01-04 | 1 | -25/+25 |
* | Use normal result testing for tls1_check_curve(). | jsing | 2022-01-04 | 1 | -2/+2 |
* | Refactor ssl3_get_server_kex_ecdhe() to separate parsing and validation. | jsing | 2022-01-04 | 1 | -20/+18 |
* | Convert ssl_clnt.c to opaque EVP_MD_CTX | tb | 2021-12-09 | 1 | -26/+29 |
* | Move the minimum DHE key size check into ssl_kex_peer_params_dhe() | jsing | 2021-12-04 | 1 | -8/+5 |
* | Check DH public key in ssl_kex_peer_public_dhe(). | jsing | 2021-12-04 | 1 | -2/+8 |
* | Factor out/rewrite DHE key exchange. | jsing | 2021-11-29 | 1 | -64/+20 |
* | Stop reaching into EVP_PKEY in the rest of libssl. | tb | 2021-11-26 | 1 | -12/+18 |
* | libssl: don't reach for pkey->save_type. | tb | 2021-11-19 | 1 | -3/+3 |
* | Fold SSL_SESSION_INTERNAL back into SSL_SESSION. | jsing | 2021-10-25 | 1 | -18/+18 |
* | Unhandroll X509_up_ref() | tb | 2021-10-23 | 1 | -3/+3 |