| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable SSL_MODE_AUTO_RETRY by default. |  jsing | 2020-05-23 | 1 | -1/+2 |
| * | fix a confusingly wrapped line |  tb | 2020-05-23 | 1 | -3/+3 |
| * | Make ssl_set_cert_masks() more consistent and closer to readable. |  jsing | 2020-05-21 | 1 | -44/+27 |
| * | Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA. |  jsing | 2020-05-19 | 1 | -16/+8 |
| * | Use size_t for OCSP response length. |  jsing | 2020-05-10 | 1 | -2/+2 |
| * | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems |  tb | 2020-03-16 | 1 | -3/+3 |
| * | When an SSL method is set, bump the max version back to that of the |  jsing | 2020-01-26 | 1 | -1/+10 |
| * | Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher(). |  jsing | 2020-01-23 | 1 | -1/+4 |
| * | Switch back to a function pointer for ssl_pending. |  jsing | 2020-01-23 | 1 | -10/+2 |
| * | Clear and free the tls13_ctx that hangs off an SSL *s from |  tb | 2020-01-21 | 1 | -1/+6 |
| * | Bring back the ssl_shutdown internal method pointer. |  jsing | 2019-11-17 | 1 | -2/+2 |
| * | Allow ip addresses as argument to SSL_set1_host() but be careful to not |  otto | 2019-11-04 | 1 | -2/+14 |
| * | s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is |  bcook | 2019-05-15 | 1 | -19/+13 |
| * | Strip out all of the pkey to sigalg and sigalg to pkey linkages. |  jsing | 2019-03-25 | 1 | -10/+4 |
| * | Defer sigalgs selection until the certificate is known. |  jsing | 2019-03-25 | 1 | -13/+2 |
| * | Remove ssl_get_server_send_cert() which is now unused. |  jsing | 2019-03-25 | 1 | -12/+1 |
| * | Add a re-implementation of SSL_get1_supported_ciphers(). |  tb | 2019-01-22 | 1 | -1/+35 |
| * | Provide SSL_get_client_ciphers(). |  tb | 2019-01-22 | 1 | -1/+9 |
| * | Move ssl_cipher_list_to_bytes() and ssl_bytes_to_cipher_list() to |  tb | 2019-01-21 | 1 | -115/+1 |
| * | Use ssl_cipher_is_permitted() in ssl_cipher_list_to_bytes(). |  tb | 2019-01-21 | 1 | -9/+6 |
| * | Teach ssl_version_string() about TLS1_3_VERSION. |  jsing | 2019-01-21 | 1 | -1/+3 |
| * | Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification. |  jsing | 2018-11-19 | 1 | -5/+2 |
| * | Fix DTLS, because DTLS still remains a special flower, allows regress to pass |  beck | 2018-11-17 | 1 | -2/+5 |
| * | Fix wrong sizeof argument by using 'uint16_t *', with minor nit from tb@, |  mestre | 2018-11-14 | 1 | -2/+2 |
| * | Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host(). |  tb | 2018-11-11 | 1 | -1/+7 |
| * | Stop keeping track of sigalgs by guessing it from digest and pkey, |  beck | 2018-11-10 | 1 | -7/+29 |
| * | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. |  jsing | 2018-11-08 | 1 | -32/+9 |
| * | Add TLSv1.3 cipher suites (with appropriate guards). |  jsing | 2018-11-07 | 1 | -1/+6 |
| * | Use the newer/more sensible names for EVP_MD_CTX_* functions. |  jsing | 2018-09-05 | 1 | -3/+3 |
| * | Correctly clear the current cipher state, when changing cipher state. |  jsing | 2018-09-05 | 1 | -27/+25 |
| * | Nuke ssl_pending/ssl_shutdown function pointers. |  jsing | 2018-08-30 | 1 | -6/+6 |
| * | Let SSL_copy_session_id() return an int for error checking. |  tb | 2018-08-24 | 1 | -24/+25 |
| * | OpenSSL started adding const to functions all over the place. Make all |  tb | 2018-04-25 | 1 | -2/+2 |
| * | make ENGINE_finish() succeed on NULL and simplify callers as in |  tb | 2018-04-14 | 1 | -3/+2 |
| * | Remove function pointers for ssl_{read,write,peek}. |  jsing | 2018-04-07 | 1 | -4/+4 |
| * | Bring in compatibility for OpenSSL 1.1 style init functions. |  beck | 2018-03-17 | 1 | -1/+6 |
| * | Provide SSL_CTX_get_default_passwd_cb{,_userdata}() |  tb | 2018-03-17 | 1 | -1/+13 |
| * | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version |  jca | 2018-03-15 | 1 | -1/+24 |
| * | Provide SSL_is_server(). |  jsing | 2018-02-22 | 1 | -1/+7 |
| * | Provide SSL_up_ref(). |  jsing | 2018-02-22 | 1 | -1/+8 |
| * | Provide SSL_CTX_get_ciphers(). |  jsing | 2018-02-22 | 1 | -1/+7 |
| * | Provide SSL_get_client_random() and SSL_get_server_random() |  jsing | 2018-02-17 | 1 | -2/+35 |
| * | Provide SSL_CTX_get0_certificate() |  jsing | 2018-02-17 | 1 | -1/+10 |
| * | Provide SSL_CTX_up_ref(). |  jsing | 2018-02-14 | 1 | -1/+8 |
| * | Provide SSL_CTX_get0_param() and SSL_get0_param(). |  jsing | 2018-02-14 | 1 | -1/+13 |
| * | Convert ssl3_client_hello() to CBB. |  jsing | 2017-10-11 | 1 | -27/+16 |
| * | Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and |  jsing | 2017-10-10 | 1 | -24/+14 |
| * | Bring back the NPN related symbols. |  jsing | 2017-08-30 | 1 | -1/+25 |
| * | Completely remove NPN remnants. |  jsing | 2017-08-28 | 1 | -25/+1 |
| * | Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL. |  doug | 2017-08-13 | 1 | -10/+38 |