summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329jsing2015-09-121-2/+1
* Uncopy and unpaste dtls1_send_server_done().jsing2015-09-121-2/+1
* Uncopy and unpaste dtls1_send_server_hello().jsing2015-09-121-2/+1
* Uncopy and unpaste dtls1_send_hello_request().jsing2015-09-121-2/+1
* Uncopy and unpaste dtls1_send_client_verify() - thejsing2015-09-121-2/+1
* Uncopy and unpaste dtls1_send_client_key_exchange() - thejsing2015-09-121-2/+1
* Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of ajsing2015-09-111-7/+7
* Nuke ssl_set_peer_cert_type().jsing2015-09-111-2/+1
* Nuke ssl_bad_method().jsing2015-09-111-2/+1
* Nuke ssl3_default_timeout().jsing2015-09-111-2/+1
* Nuke ssl_replace_hash().jsing2015-09-111-2/+1
* Nuke ssl3_cbc_remove_padding().jsing2015-09-111-3/+1
* Nuke ssl3_alert_code().jsing2015-09-111-2/+1
* Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac().jsing2015-09-111-2/+1
* Nuke ssl3_final_finish_mac().jsing2015-09-111-3/+1
* Nuke ssl3_change_cipher_state().jsing2015-09-111-2/+1
* Nuke ssl3_generate_master_secret().jsing2015-09-111-3/+1
* Nuke ssl3_setup_key_block() and ssl3_generate_key_block().jsing2015-09-111-2/+1
* Nuke n_ssl3_mac().jsing2015-09-111-2/+1
* Nuke ssl3_enc().jsing2015-09-111-2/+1
* Nuke SSLv3_enc_data.jsing2015-09-111-3/+2
* Replace dtls1_send_finished() with ssl3_send_finished() - they're nowjsing2015-09-111-2/+1
* Replace dtls1_client_hello() with ssl3_client_hello() - both are basicallyjsing2015-09-021-2/+1
* Remove the ssl_prepare_{client,server}hello_tlsext() functions, which arejsing2015-09-011-3/+1
* Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent.doug2015-08-291-3/+1
* Convert tls1_process_ticket to CBS.doug2015-07-241-3/+2
* Fix symbol collision with libtls.doug2015-07-191-3/+3
* Add TLS_method, TLS_client_method and TLS_server_method.doug2015-07-191-1/+3
* Convert dtls1_get_message_header to CBS and change to int.doug2015-07-181-2/+2
* Convert ssl_parse_serverhello_use_srtp_ext to CBS.doug2015-07-171-2/+2
* Convert ssl_parse_clienthello_use_srtp_ext to CBS.doug2015-07-141-2/+2
* Convert ssl_bytes_to_cipher_list to CBS.doug2015-06-281-2/+2
* Convert ssl_parse_serverhello_renegotiate_ext to CBS.doug2015-06-201-2/+2
* Convert ssl_parse_clienthello_renegotiate_ext to CBS.doug2015-06-201-2/+2
* Remove Microsoft Server Gated Crypto.doug2015-06-181-2/+1
* Clean up the ssl_bytes_to_cipher_list() API - rather than having thejsing2015-04-151-2/+2
* Factor out the init_buf initialisation code, rather than duplicating itjsing2015-03-271-1/+2
* Reluctantly add server-side support for TLS_FALLBACK_SCSV.jsing2015-02-221-1/+2
* unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,jsing2015-02-121-5/+1
* Provide a SSL_CIPHER_get_by_value() function that allows a cipher to bejsing2015-02-071-1/+2
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-061-1/+3
* Add error handling for EVP_DigestInit_ex().doug2014-12-151-2/+2
* Convert all of the straight forward client handshake handling code to usejsing2014-12-141-1/+5
* Remove trailing whitespace.jsing2014-12-141-13/+13
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-101-2/+2
* Remove support for GOST R 34.10-94 signature authentication, along withjsing2014-12-101-5/+3
* Remove client handling of RSA in ServerKeyExchange messages, along withjsing2014-12-061-2/+1
* Use appropriate internal types for EC curves and formats, rather thanjsing2014-12-061-3/+3
* Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod2014-11-181-2/+7
* Sort and group includes.jsing2014-11-161-6/+6