summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Uncopy and unpaste dtls1_send_client_key_exchange() - thejsing2015-09-122-269/+5
* Use explicit_bzero() instead of memset() when clearing private keys.jsing2015-09-121-3/+4
* Pull variable assignment out from function call, fix indentation and setjsing2015-09-121-8/+7
* style(9) and whitespace cleanups.jsing2015-09-121-29/+25
* Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of ajsing2015-09-1112-65/+65
* Merge the remnants of s3_enc.c into t1_enc.c.jsing2015-09-112-266/+123
* Nuke ssl_set_peer_cert_type().jsing2015-09-112-10/+2
* Nuke ssl_bad_method().jsing2015-09-112-11/+2
* Nuke ssl3_default_timeout().jsing2015-09-112-13/+2
* Nuke ssl_replace_hash().jsing2015-09-112-23/+2
* Nuke ssl3_cbc_remove_padding().jsing2015-09-112-34/+2
* Nuke ssl3_alert_code().jsing2015-09-112-74/+2
* Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac().jsing2015-09-112-84/+2
* Nuke ssl3_final_finish_mac().jsing2015-09-112-19/+2
* Nuke ssl3_change_cipher_state().jsing2015-09-112-111/+2
* Nuke ssl3_generate_master_secret().jsing2015-09-112-36/+2
* Nuke ssl3_setup_key_block() and ssl3_generate_key_block().jsing2015-09-112-120/+2
* Nuke n_ssl3_mac().jsing2015-09-112-101/+2
* Nuke ssl3_enc().jsing2015-09-112-74/+2
* Nuke SSLv3_enc_data.jsing2015-09-112-24/+3
* Shuffle the code in ssl3_send_finished() to make it more logical/readable.jsing2015-09-111-9/+7
* Replace dtls1_send_finished() with ssl3_send_finished() - they're nowjsing2015-09-114-48/+6
* style(9), fix comments, wrap long lines and tweak whitespace.jsing2015-09-111-31/+59
* Convert dtls1_send_finished() and ssl3_send_finished() tojsing2015-09-112-22/+10
* Put the *method* data structures and functions in the same place.jsing2015-09-112-137/+60
* Put the *server_method* data structures and functions in the same place.jsing2015-09-112-74/+61
* Put the *client_method* data structures and functions in the same place.jsing2015-09-112-74/+61
* Remove support for DTLS_BAD_VER. We do not support non-standard andjsing2015-09-1010-49/+23
* Correct spelling of OPENSSL_cleanse.jsing2015-09-108-22/+22
* Check handshake_func against NULL rather than 0, since it is a functionjsing2015-09-091-7/+7
* Replace dtls1_client_hello() with ssl3_client_hello() - both are basicallyjsing2015-09-023-106/+29
* Fewer magic numbers - we already have defines for the header lengths, sojsing2015-09-021-5/+7
* Remove duplicate prototype for SSL_get_selected_srtp_profile().jsing2015-09-011-2/+1
* Remove the ssl_prepare_{client,server}hello_tlsext() functions, which arejsing2015-09-015-34/+5
* Make it always safe to call CBB_cleanup() providing that CBB_init() orjsing2015-09-011-2/+8
* Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent.doug2015-08-294-166/+7
* Delete s3_meth.c since it was only for SSLv3 support.doug2015-08-291-103/+0
* Remove SSLv3 method data structs and unlink s3_meth.c from the build.doug2015-08-292-81/+2
* Change AEAD out_len argument to size_t instead of ssize_t - while here,jsing2015-08-271-10/+8
* Remove SSLv3 support from LibreSSL.doug2015-08-2710-98/+17
* Properly handle missing TLS extensions in client hello as a non-failure.bcook2015-08-191-1/+3
* Fix SRTP parsing.doug2015-07-311-3/+2
* Add linker warnings in case SSLv3_{,client,server}_method are referenced.miod2015-07-293-3/+21
* Convert tls1_process_ticket to CBS.doug2015-07-242-31/+38
* Convert tls1_process_sigalgs to CBS.doug2015-07-241-5/+14
* Convert ssl3_get_record to CBS.doug2015-07-241-22/+29
* Remove duplicate check in libssl.doug2015-07-211-3/+1
* Allow *_free() functions in libssl to handle NULL input.doug2015-07-195-5/+19
* Convert ssl3_get_certificate_request to CBS.doug2015-07-191-31/+33
* Fix symbol collision with libtls.doug2015-07-194-21/+21