summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_reneg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the TLS Renegotiation Indication extension handling using CBB/CBSjsing2017-07-241-275/+0
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-12/+12
* Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck2017-01-261-23/+12
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-12/+12
* Move most of the SSL3_STATE fields to internal - the ones that remain arejsing2017-01-221-30/+30
* Convert ssl_parse_serverhello_renegotiate_ext to CBS.doug2015-06-201-17/+19
* Convert ssl_parse_clienthello_renegotiate_ext to CBS.doug2015-06-201-13/+12
* Sort and group includes.jsing2014-11-161-1/+4
* always compare memcmp against 0, for clarity.tedu2014-06-211-3/+3
* convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu2014-06-191-4/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* without overthinking it, replace a few memcmp calls with CRYPTO_memcmptedu2014-06-041-3/+3
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-16/+0
* More KNF.jsing2014-04-191-33/+49
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-144/+134
* import OpenSSL-1.0.0adjm2010-10-011-0/+292