summaryrefslogtreecommitdiff
path: root/lib/libssl
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-11Shuffle the code in ssl3_send_finished() to make it more logical/readable.Joel Sing
2015-09-11Replace dtls1_send_finished() with ssl3_send_finished() - they're nowJoel Sing
2015-09-11style(9), fix comments, wrap long lines and tweak whitespace.Joel Sing
2015-09-11Convert dtls1_send_finished() and ssl3_send_finished() toJoel Sing
2015-09-11Put the *method* data structures and functions in the same place.Joel Sing
2015-09-11Put the *server_method* data structures and functions in the same place.Joel Sing
2015-09-11Put the *client_method* data structures and functions in the same place.Joel Sing
2015-09-10delete empty SYNOPSIS sectionIngo Schwarze
2015-09-10Remove support for DTLS_BAD_VER. We do not support non-standard andJoel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-09Check handshake_func against NULL rather than 0, since it is a functionJoel Sing
2015-09-02Replace dtls1_client_hello() with ssl3_client_hello() - both are basicallyJoel Sing
2015-09-02Fewer magic numbers - we already have defines for the header lengths, soJoel Sing
2015-09-01Remove duplicate prototype for SSL_get_selected_srtp_profile().Joel Sing
2015-09-01Remove the ssl_prepare_{client,server}hello_tlsext() functions, which areJoel Sing
2015-09-01Make it always safe to call CBB_cleanup() providing that CBB_init() orJoel Sing
2015-08-29Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent.Doug Hogan
2015-08-29Remove SSLv3 method data structs and unlink s3_meth.c from the build.Doug Hogan
2015-08-27Change AEAD out_len argument to size_t instead of ssize_t - while here,Joel Sing
2015-08-27Crank major version for libssl and libtls due to SSLv3 removal.Doug Hogan
2015-08-27Remove SSLv3 support from LibreSSL.Doug Hogan
2015-08-19Properly handle missing TLS extensions in client hello as a non-failure.Brent Cook
2015-07-31Fix SRTP parsing.Doug Hogan
2015-07-29Add linker warnings in case SSLv3_{,client,server}_method are referenced.Miod Vallat
2015-07-24an TLS -> a TLS; from thanos tsouanasJason McIntyre
2015-07-24Convert tls1_process_ticket to CBS.Doug Hogan
2015-07-24Convert tls1_process_sigalgs to CBS.Doug Hogan
2015-07-24Convert ssl3_get_record to CBS.Doug Hogan
2015-07-21Remove duplicate check in libssl.Doug Hogan
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-07-19Allow *_free() functions in libssl to handle NULL input.Doug Hogan
2015-07-19Convert ssl3_get_certificate_request 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-19Crank major and remove legacy variables.Doug Hogan
2015-07-19Assign p to CBS_data since it is used later.Doug Hogan