| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify SSL_do_handshake(). | jsing | 2022-03-18 | 1 | -7/+5 |
* | Rewrite legacy DTLS unexpected handshake message handling. | jsing | 2022-03-18 | 1 | -83/+139 |
* | Rewrite legacy TLS unexpected handshake message handling. | jsing | 2022-03-17 | 1 | -78/+114 |
* | Clean up and simplify ssl3_renegotiate{,_check}() | jsing | 2022-03-17 | 1 | -22/+15 |
* | Remove const from tls1_transcript_hash_value() | jsing | 2022-03-17 | 2 | -5/+5 |
* | Factor out unexpected handshake message handling code in the legacy stack. | jsing | 2022-03-14 | 2 | -229/+256 |
* | Factor out change cipher spec handing code in the legacy stack. | jsing | 2022-03-12 | 3 | -65/+73 |
* | Fix typo in comment | bket | 2022-03-05 | 1 | -2/+2 |
* | Factor out alert handing code in the legacy stack.libressl-v3.5.0 | jsing | 2022-02-21 | 3 | -85/+77 |
* | Avoid gendered language in man pages when not referring to a specific | jsg | 2022-02-18 | 1 | -4/+4 |
* | Remove i <= 0 checks from SSL_get_error() | jsing | 2022-02-06 | 1 | -15/+16 |
* | Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack. | jsing | 2022-02-06 | 1 | -1/+5 |
* | remove please from manual pages | jsg | 2022-02-06 | 1 | -3/+3 |
* | Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_ | tb | 2022-02-05 | 3 | -16/+22 |
* | Bye bye S3I. | jsing | 2022-02-05 | 23 | -772/+755 |
* | Bump libressl's version in pkgconfig to 2.0.0 | tb | 2022-02-04 | 1 | -2/+3 |
* | Cleanup/simplify ssl_cert_type() | jsing | 2022-02-03 | 6 | -34/+24 |
* | Error check for sk_push in libssl | inoguchi | 2022-01-28 | 1 | -4/+7 |
* | Error check for sk_push in libssl | inoguchi | 2022-01-28 | 1 | -2/+5 |
* | whitespace | tb | 2022-01-26 | 1 | -4/+4 |
* | Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new() | tb | 2022-01-25 | 1 | -6/+6 |
* | Fix another return 0 bug in SSL_shutdown() | tb | 2022-01-25 | 1 | -6/+8 |
* | Avoid an infinite loop in SSL_shutdown() | tb | 2022-01-25 | 1 | -2/+4 |
* | 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 |
* | Avoid use of uninitialized in tlsext_sni_server_parse() | tb | 2022-01-24 | 1 | -1/+3 |
* | Garbage collect the unused rv in tls1_check_ec_server_key() and | tb | 2022-01-24 | 1 | -3/+2 |
* | Remove the remaining three parens in return statements. | tb | 2022-01-20 | 1 | -4/+4 |
* | Use correct spelling of NULL. | tb | 2022-01-20 | 1 | -2/+2 |
* | spelling | jsg | 2022-01-15 | 2 | -6/+6 |
* | bump libcrypto, libssl, libtls majors after struct visibility changes | tb | 2022-01-14 | 1 | -1/+1 |
* | Use the correct type for ssl_callback_ctrl() | tb | 2022-01-14 | 1 | -3/+3 |
* | Convert the new record layers to opaque EVP_AEAD_CTX | tb | 2022-01-14 | 2 | -12/+6 |
* | Convert ssl_kex.c to opaque DH | tb | 2022-01-14 | 1 | -11/+11 |
* | Use BIO_next/BIO_set_next in ssl_lib.c | tb | 2022-01-14 | 1 | -3/+3 |
* | bio_ssl.c needs to peek into bio_local.h | tb | 2022-01-14 | 2 | -2/+4 |
* | Garbage collect last use of EVP_ecdsa() | tb | 2022-01-14 | 1 | -2/+1 |
* | Remove peer_pkeys from SSL_SESSION. | jsing | 2022-01-11 | 6 | -96/+58 |
* | Simplify SSL_get_peer_certificate() | jsing | 2022-01-11 | 1 | -10/+8 |
* | Rename 'peer' to 'peer_cert' in SSL_SESSION. | jsing | 2022-01-11 | 8 | -37/+37 |
* | Plumb decode errors through key share parsing code. | jsing | 2022-01-11 | 7 | -48/+106 |
* | Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares. | jsing | 2022-01-11 | 1 | -4/+10 |
* | Simplify tlsext_keyshare_server_parse() | jsing | 2022-01-11 | 1 | -9/+5 |
* | 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 | 3 | -9/+9 |
* | Clean up ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 2 | -41/+46 |
* | Return 0/1 from ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 2 | -7/+7 |
* | Remove a comment from Captain Obvious. | jsing | 2022-01-09 | 1 | -4/+2 |
* | Fix GOST skip certificate verify handling. | jsing | 2022-01-09 | 1 | -19/+11 |
* | Clean up pkey handling in ssl3_get_server_key_exchange() | jsing | 2022-01-09 | 1 | -42/+22 |