summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_srvr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some style/whitespace/indentation issues in ssl3_accept().jsing2017-10-081-25/+14
* Convert TLS signature algorithms extension handling to the new framework.jsing2017-08-121-4/+4
* Remove NPN support.jsing2017-08-121-98/+6
* Remove support for DSS/DSA, since we removed the cipher suites a whilejsing2017-08-121-12/+1
* Convert ssl3_send_certificate_request() to CBB.jsing2017-08-111-45/+46
* Clean up the EC key/curve configuration handling.jsing2017-08-101-49/+27
* Move state from ssl->internal to the handshake structure.beck2017-05-071-59/+59
* Bring in an SSL_HANDSHAKE structure and commence the great shovellingbeck2017-05-061-24/+24
* Fix a bug caused by the return value being set early to signal successfuljsing2017-04-291-5/+5
* Use freezero(3) when cleaning up session tickets - not only does it requirejsing2017-04-141-6/+3
* Use freezero(3) to clean up the X25519 keys - simpler, cleaner code.jsing2017-04-141-6/+3
* Clean up server key exchange EC point handling. Encode the point directlyjsing2017-04-141-27/+15
* Remove the handshake digests and related code, replacing remaining usesjsing2017-03-101-24/+8
* Provide a rolling handshake hash that commences as soon as the cipherjsing2017-03-051-1/+4
* Convert various handshake message generation functions to CBB.jsing2017-03-051-22/+48
* Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1().jsing2017-03-011-22/+14
* Stop pretending that MD5 and SHA1 might not exist - rather than locatingjsing2017-02-281-3/+3
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-106/+106
* Convert ssl3_get_client_hello() to CBS.jsing2017-01-261-76/+71
* Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck2017-01-261-169/+85
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-114/+106
* Remove most of SSL3_ENC_METHOD - we can just inline the function callsjsing2017-01-261-11/+11
* Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are nojsing2017-01-261-0/+2923