summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_reneg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | libc interfaces over libcrypto interfaces. for now we also prefer timingsafe_memcmp over timingsafe_bcmp, even when the latter is acceptable. ok beck deraadt matthew miod
* 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
| | | | where it is feasible to do so. better safe than sorry.
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-16/+0
| | | | | | | this is sporadic, hacked up and can easily be put back in an improved form should we ever need it. ok miod@
* More KNF.jsing2014-04-191-33/+49
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-144/+134
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* import OpenSSL-1.0.0adjm2010-10-011-0/+292