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