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