| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge dtls1_connect() into ssl3_connect(), removing a large amount of | jsing | 2017-10-10 | 1 | -2/+2 |
* | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | jsing | 2017-10-08 | 1 | -3/+5 |
* | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | jsing | 2017-08-28 | 1 | -2/+1 |
* | Rewrite SRTP extension using CBB/CBS and the new extension framework. | doug | 2017-08-27 | 1 | -1/+10 |
* | Rewrite ALPN extension using CBB/CBS and the new extension framework. | doug | 2017-08-26 | 1 | -2/+2 |
* | Convert TLS signature algorithms extension handling to the new framework. | jsing | 2017-08-12 | 1 | -3/+4 |
* | Remove NPN support. | jsing | 2017-08-12 | 1 | -39/+4 |
* | Remove support for DSS/DSA, since we removed the cipher suites a while | jsing | 2017-08-12 | 1 | -8/+5 |
* | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | doug | 2017-08-11 | 1 | -1/+3 |
* | Convert ssl3_send_certificate_request() to CBB. | jsing | 2017-08-11 | 1 | -2/+2 |
* | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | doug | 2017-08-11 | 1 | -1/+4 |
* | Clean up the EC key/curve configuration handling. | jsing | 2017-08-10 | 1 | -3/+1 |
* | Pull out the code that identifies if we have an ECC cipher in the cipher | jsing | 2017-08-09 | 1 | -1/+3 |
* | Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS | jsing | 2017-07-24 | 1 | -9/+4 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -4/+6 |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -9/+15 |
* | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | jsing | 2017-05-06 | 1 | -1/+5 |
* | Remove the handshake digests and related code, replacing remaining uses | jsing | 2017-03-10 | 1 | -7/+1 |
* | Provide a rolling handshake hash that commences as soon as the cipher | jsing | 2017-03-05 | 1 | -7/+19 |
* | Drop the second argument of dtls1_set_message_header() and make it a void | jsing | 2017-03-04 | 1 | -4/+3 |
* | Stop pretending that MD5 and SHA1 might not exist - rather than locating | jsing | 2017-02-28 | 1 | -4/+1 |
* | Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suites | jsing | 2017-02-21 | 1 | -4/+2 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -2/+5 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -1/+3 |
* | Limit the number of sequential empty records that we will process | beck | 2017-01-26 | 1 | -1/+5 |
* | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | jsing | 2017-01-26 | 1 | -21/+1 |
* | Merge the client/server version negotiation into the existing (currently | jsing | 2017-01-26 | 1 | -1/+8 |
* | Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault | jsing | 2017-01-26 | 1 | -2/+1 |
* | Limit enabled version range by the versions configured on the SSL_CTX/SSL, | jsing | 2017-01-25 | 1 | -1/+2 |
* | Change the SSL_IS_DTLS() macro to check the version, rather than using a | jsing | 2017-01-25 | 1 | -5/+2 |
* | Provide ssl3_packet_read() and ssl3_packet_extend() functions that improve | jsing | 2017-01-25 | 1 | -2/+3 |
* | Add support for setting the supported EC curves via | jsing | 2017-01-24 | 1 | -5/+16 |
* | move default_passwd_cb and default_passwd_cb_userdata back into | beck | 2017-01-23 | 1 | -7/+1 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -1/+7 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -5/+41 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -1/+5 |
* | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | beck | 2017-01-23 | 1 | -4/+1 |
* | 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 |