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