aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_cbc/tls_cbc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-36/+36
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-2/+10
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-7/+2
* Merge GH #675 Lucky13 countermeasuresJack Lloyd2016-10-241-0/+80
|\
| * Final changes, now using the countermeasure from the Lucky 13 paper again (or...Juraj Somorovsky2016-10-231-36/+32
| * SHA384 countermeasure (not perfect, but makes the attack harder)Juraj Somorovsky2016-10-221-19/+27
| * Lucky 13 patch for SHA-1 and SHA-256Juraj Somorovsky2016-10-161-0/+76
* | Maintainer mode fixesJack Lloyd2016-10-171-7/+3
|/
* Make TLS CBC optionalJack Lloyd2016-10-081-0/+403