Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide a rolling handshake hash that commences as soon as the cipher | jsing | 2017-03-05 | 1 | -1/+4 |
* | Convert various handshake message generation functions to CBB. | jsing | 2017-03-05 | 1 | -22/+48 |
* | Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1(). | jsing | 2017-03-01 | 1 | -22/+14 |
* | Stop pretending that MD5 and SHA1 might not exist - rather than locating | jsing | 2017-02-28 | 1 | -3/+3 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -106/+106 |
* | Convert ssl3_get_client_hello() to CBS. | jsing | 2017-01-26 | 1 | -76/+71 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -169/+85 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -114/+106 |
* | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | jsing | 2017-01-26 | 1 | -11/+11 |
* | Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no | jsing | 2017-01-26 | 1 | -0/+2923 |