| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -1/+107 |
* | Move ex_data, next and prev from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -1/+7 |
* | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -1/+57 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -1/+32 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -1/+60 |
* | Move not_resumable and sess_cert from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -1/+9 |
* | Move the stats struct from SSL_CTX to internal. | jsing | 2017-01-23 | 1 | -2/+20 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -2/+118 |
* | Move most of DTLS1_STATE to internal. | beck | 2017-01-22 | 1 | -1/+62 |
* | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | jsing | 2017-01-22 | 1 | -1/+55 |
* | Move internal parts of ssl_session_st to internal | beck | 2017-01-22 | 1 | -2/+6 |
* | Move recently added min_version/max_version from SSL and SSL_CTX to their | jsing | 2017-01-22 | 1 | -3/+5 |
* | Convert publically visible structs to translucent structs. | jsing | 2017-01-22 | 1 | -1/+21 |
* | Expand DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN macro. | jsing | 2017-01-21 | 1 | -2/+2 |
* | Pull out, rework and dedup the code that determines the highest shared | jsing | 2017-01-03 | 1 | -1/+2 |
* | Pull out (and largely rewrite) the code that determines the enabled | jsing | 2016-12-30 | 1 | -1/+2 |
* | Remove now unused c2l, c2ln, l2c, n2l, l2cn and n2l3 macros. | jsing | 2016-12-30 | 1 | -51/+1 |
* | Add support for ECDHE with X25519. | jsing | 2016-12-21 | 1 | -1/+2 |
* | Convert ssl3_get_server_hello() to CBS. | jsing | 2016-12-18 | 1 | -2/+2 |
* | Now that ssl3_send_{client,server}_certificate() are using the common | jsing | 2016-12-06 | 1 | -5/+1 |
* | Convert certificate handshake message generation to CBB, with some clean | jsing | 2016-12-06 | 1 | -2/+7 |
* | Convert ssl_cipher_list_to_bytes() to CBB, changing the function to return | jsing | 2016-12-04 | 1 | -2/+2 |
* | Remove unused SSLv3 from ssl3_cbc_record_digest_supported(). | jsing | 2016-11-06 | 1 | -2/+2 |
* | Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve() | jsing | 2016-11-05 | 1 | -4/+4 |
* | Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), since | jsing | 2016-11-04 | 1 | -2/+2 |
* | Add an explict list of exported symbols with just the functions | guenther | 2016-11-04 | 1 | -1/+5 |
* | Make do_dtls1_write() static to d1_pkt.c and delete declarations for | guenther | 2016-11-04 | 1 | -7/+1 |
* | Clean up the TLS handshake digest handling - this refactors some of the | jsing | 2016-11-03 | 1 | -2/+2 |
* | Remove support for fixed ECDH cipher suites - these is not widely supported | jsing | 2016-10-19 | 1 | -5/+1 |
* | Implement the IETF ChaCha20-Poly1305 cipher suites. | jsing | 2016-04-28 | 1 | -2/+4 |
* | Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of | jsing | 2015-09-12 | 1 | -2/+1 |
* | Move handshake message header length determination into a separate | jsing | 2015-09-12 | 1 | -1/+2 |
* | Uncopy and unpaste dtls1_send_certificate_request() - removes another 80 | jsing | 2015-09-12 | 1 | -2/+1 |
* | Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329 | jsing | 2015-09-12 | 1 | -2/+1 |
* | Uncopy and unpaste dtls1_send_server_done(). | jsing | 2015-09-12 | 1 | -2/+1 |
* | Uncopy and unpaste dtls1_send_server_hello(). | jsing | 2015-09-12 | 1 | -2/+1 |
* | Uncopy and unpaste dtls1_send_hello_request(). | jsing | 2015-09-12 | 1 | -2/+1 |
* | Uncopy and unpaste dtls1_send_client_verify() - the | jsing | 2015-09-12 | 1 | -2/+1 |
* | Uncopy and unpaste dtls1_send_client_key_exchange() - the | jsing | 2015-09-12 | 1 | -2/+1 |
* | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | jsing | 2015-09-11 | 1 | -7/+7 |
* | Nuke ssl_set_peer_cert_type(). | jsing | 2015-09-11 | 1 | -2/+1 |
* | Nuke ssl_bad_method(). | jsing | 2015-09-11 | 1 | -2/+1 |
* | Nuke ssl3_default_timeout(). | jsing | 2015-09-11 | 1 | -2/+1 |
* | Nuke ssl_replace_hash(). | jsing | 2015-09-11 | 1 | -2/+1 |
* | Nuke ssl3_cbc_remove_padding(). | jsing | 2015-09-11 | 1 | -3/+1 |
* | Nuke ssl3_alert_code(). | jsing | 2015-09-11 | 1 | -2/+1 |
* | Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac(). | jsing | 2015-09-11 | 1 | -2/+1 |
* | Nuke ssl3_final_finish_mac(). | jsing | 2015-09-11 | 1 | -3/+1 |
* | Nuke ssl3_change_cipher_state(). | jsing | 2015-09-11 | 1 | -2/+1 |
* | Nuke ssl3_generate_master_secret(). | jsing | 2015-09-11 | 1 | -3/+1 |