index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
tls
/
tls_cbc
/
tls_cbc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-2
/
+2
*
Fix for ASan
Jack Lloyd
2020-04-01
1
-1
/
+1
*
Make CBC padding constant time
Jack Lloyd
2020-03-29
1
-29
/
+47
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+1
*
More record layer refactorings
Jack Lloyd
2019-05-24
1
-2
/
+2
*
Fix TLS CBC in DTLS when a bad packet is received.
Jack Lloyd
2019-05-21
1
-4
/
+14
*
Remove trailing whitespace
Jack Lloyd
2019-01-13
1
-15
/
+15
*
Fix more MSVC warnings
Jack Lloyd
2018-12-10
1
-3
/
+4
*
Fix some MSVC warnings
Jack Lloyd
2018-12-10
1
-3
/
+9
*
Fix bug in TLS CBC unpadding
Jack Lloyd
2018-12-03
1
-1
/
+1
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-10
/
+10
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
1
-2
/
+2
*
Fix off by one when decoding TLS-CBC ciphertexts
Jack Lloyd
2018-04-09
1
-9
/
+8
*
Remove redundant check
Jack Lloyd
2017-10-20
1
-3
/
+0
*
Use base CBC modes to implement TLS CBC ciphersuites
Jack Lloyd
2017-10-19
1
-39
/
+22
*
Remove redundant parens
Jack Lloyd
2017-10-03
1
-1
/
+1
*
In TLS CBC padding check, only need to verify last 256 bytes
Jack Lloyd
2017-09-29
1
-8
/
+16
*
Add a test of TLS CBC padding verification
Jack Lloyd
2017-09-29
1
-9
/
+4
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-2
/
+2
*
More MSVC warnings fixes
Jack Lloyd
2017-08-31
1
-5
/
+5
*
Avoid false positive valgrind in TLS CBC decryption
Jack Lloyd
2017-08-29
1
-2
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-36
/
+36
*
Cipher_Mode and AEAD_Mode improvements
Daniel Neus
2016-11-08
1
-2
/
+10
*
Simplify some code by using T::create_or_throw
Jack Lloyd
2016-11-03
1
-7
/
+2
*
Merge GH #675 Lucky13 countermeasures
Jack Lloyd
2016-10-24
1
-0
/
+80
|
\
|
*
Final changes, now using the countermeasure from the Lucky 13 paper again (or...
Juraj Somorovsky
2016-10-23
1
-36
/
+32
|
*
SHA384 countermeasure (not perfect, but makes the attack harder)
Juraj Somorovsky
2016-10-22
1
-19
/
+27
|
*
Lucky 13 patch for SHA-1 and SHA-256
Juraj Somorovsky
2016-10-16
1
-0
/
+76
*
|
Maintainer mode fixes
Jack Lloyd
2016-10-17
1
-7
/
+3
|
/
*
Make TLS CBC optional
Jack Lloyd
2016-10-08
1
-0
/
+403