Age | Commit message (Expand) | Author |
2015-09-11 | Nuke ssl_set_peer_cert_type(). | Joel Sing |
2015-09-11 | Nuke ssl_bad_method(). | Joel Sing |
2015-09-11 | Nuke ssl3_default_timeout(). | Joel Sing |
2015-09-11 | Nuke ssl_replace_hash(). | Joel Sing |
2015-09-11 | Nuke ssl3_cbc_remove_padding(). | Joel Sing |
2015-09-11 | Nuke ssl3_alert_code(). | Joel Sing |
2015-09-11 | Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac(). | Joel Sing |
2015-09-11 | Nuke ssl3_final_finish_mac(). | Joel Sing |
2015-09-11 | Nuke ssl3_change_cipher_state(). | Joel Sing |
2015-09-11 | Nuke ssl3_generate_master_secret(). | Joel Sing |
2015-09-11 | Nuke ssl3_setup_key_block() and ssl3_generate_key_block(). | Joel Sing |
2015-09-11 | Nuke n_ssl3_mac(). | Joel Sing |
2015-09-11 | Nuke ssl3_enc(). | Joel Sing |
2015-09-11 | Nuke SSLv3_enc_data. | Joel Sing |
2015-09-11 | Replace dtls1_send_finished() with ssl3_send_finished() - they're now | Joel Sing |
2015-09-02 | Replace dtls1_client_hello() with ssl3_client_hello() - both are basically | Joel Sing |
2015-09-01 | Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are | Joel Sing |
2015-08-29 | Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent. | Doug Hogan |
2015-07-24 | Convert tls1_process_ticket to CBS. | Doug Hogan |
2015-07-19 | Fix symbol collision with libtls. | Doug Hogan |
2015-07-19 | Add TLS_method, TLS_client_method and TLS_server_method. | Doug Hogan |
2015-07-18 | Convert dtls1_get_message_header to CBS and change to int. | Doug Hogan |
2015-07-17 | Convert ssl_parse_serverhello_use_srtp_ext to CBS. | Doug Hogan |
2015-07-14 | Convert ssl_parse_clienthello_use_srtp_ext to CBS. | Doug Hogan |
2015-06-28 | Convert ssl_bytes_to_cipher_list to CBS. | Doug Hogan |
2015-06-20 | Convert ssl_parse_serverhello_renegotiate_ext to CBS. | Doug Hogan |
2015-06-20 | Convert ssl_parse_clienthello_renegotiate_ext to CBS. | Doug Hogan |
2015-06-18 | Remove Microsoft Server Gated Crypto. | Doug Hogan |
2015-04-15 | Clean up the ssl_bytes_to_cipher_list() API - rather than having the | Joel Sing |
2015-03-27 | Factor out the init_buf initialisation code, rather than duplicating it | Joel Sing |
2015-02-22 | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | Joel Sing |
2015-02-12 | unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN, | Joel Sing |
2015-02-07 | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | Joel Sing |
2015-02-06 | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | Joel Sing |
2014-12-15 | Add error handling for EVP_DigestInit_ex(). | Doug Hogan |
2014-12-14 | Convert all of the straight forward client handshake handling code to use | Joel Sing |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-10 | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | Joel Sing |
2014-12-10 | Remove support for GOST R 34.10-94 signature authentication, along with | Joel Sing |
2014-12-06 | Remove client handling of RSA in ServerKeyExchange messages, along with | Joel Sing |
2014-12-06 | Use appropriate internal types for EC curves and formats, rather than | Joel Sing |
2014-11-18 | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | Miod Vallat |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-11-08 | Clean up more SSLv2 remnants. | Joel Sing |
2014-11-02 | Remove remnants from RC2 and SEED - there are no longer any cipher suites | Joel Sing |
2014-10-31 | Add support for automatic DH ephemeral keys. | Joel Sing |
2014-10-31 | Remove support for ephemeral/temporary RSA private keys. | Joel Sing |
2014-10-03 | Add support for automatic ephemeral EC keys. | Joel Sing |
2014-09-30 | Clean up EC cipher handling in ssl3_choose_cipher(). | Joel Sing |
2014-09-27 | Check that the specified curve is one of the client preferences. | Joel Sing |