summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Expand DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN macro.jsing2017-01-211-2/+2
* Pull out, rework and dedup the code that determines the highest sharedjsing2017-01-031-1/+2
* Pull out (and largely rewrite) the code that determines the enabledjsing2016-12-301-1/+2
* Remove now unused c2l, c2ln, l2c, n2l, l2cn and n2l3 macros.jsing2016-12-301-51/+1
* Add support for ECDHE with X25519.jsing2016-12-211-1/+2
* Convert ssl3_get_server_hello() to CBS.jsing2016-12-181-2/+2
* Now that ssl3_send_{client,server}_certificate() are using the commonjsing2016-12-061-5/+1
* Convert certificate handshake message generation to CBB, with some cleanjsing2016-12-061-2/+7
* Convert ssl_cipher_list_to_bytes() to CBB, changing the function to returnjsing2016-12-041-2/+2
* Remove unused SSLv3 from ssl3_cbc_record_digest_supported().jsing2016-11-061-2/+2
* Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve()jsing2016-11-051-4/+4
* Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), sincejsing2016-11-041-2/+2
* Add an explict list of exported symbols with just the functionsguenther2016-11-041-1/+5
* Make do_dtls1_write() static to d1_pkt.c and delete declarations forguenther2016-11-041-7/+1
* Clean up the TLS handshake digest handling - this refactors some of thejsing2016-11-031-2/+2
* Remove support for fixed ECDH cipher suites - these is not widely supportedjsing2016-10-191-5/+1
* Implement the IETF ChaCha20-Poly1305 cipher suites.jsing2016-04-281-2/+4
* Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines ofjsing2015-09-121-2/+1
* Move handshake message header length determination into a separatejsing2015-09-121-1/+2
* Uncopy and unpaste dtls1_send_certificate_request() - removes another 80jsing2015-09-121-2/+1
* 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