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_record.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some unused includes of rounding.h
Jack Lloyd
2020-11-11
1
-1
/
+0
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Small refactorings of TLS record layer
Jack Lloyd
2020-04-24
1
-23
/
+38
*
silence trivial warnings
Nuno Goncalves
2019-10-20
1
-0
/
+1
*
Fix DTLS reconnection
Jack Lloyd
2019-07-13
1
-7
/
+9
*
Avoid &v[v.size()]
Jack Lloyd
2019-07-05
1
-2
/
+2
*
Small cleanup
Jack Lloyd
2019-07-05
1
-12
/
+4
*
Return the record metadata in a struct
Jack Lloyd
2019-07-05
1
-69
/
+67
*
Remove Record_Raw_Input
Jack Lloyd
2019-07-04
1
-13
/
+20
*
Remove Record_Message struct
Jack Lloyd
2019-07-04
1
-10
/
+12
*
Merge AEAD and CBC codepaths here
Jack Lloyd
2019-05-25
1
-5
/
+8
*
Return reference here
Jack Lloyd
2019-05-25
1
-12
/
+11
*
Tweak
Jack Lloyd
2019-05-25
1
-12
/
+2
*
More record layer refactorings
Jack Lloyd
2019-05-24
1
-29
/
+19
*
Simplification in record layer
Jack Lloyd
2019-05-24
1
-7
/
+5
*
Ignore large DTLS ciphertexts
Jack Lloyd
2019-05-23
1
-2
/
+6
*
Fix bugs when DTLS initial handshake messages are replayed
Jack Lloyd
2019-05-23
1
-0
/
+5
*
Fix some issues with DTLS version intolerance
Jack Lloyd
2019-05-23
1
-2
/
+8
*
Fix TLS CBC in DTLS when a bad packet is received.
Jack Lloyd
2019-05-21
1
-2
/
+2
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Use bad_record_mac instead of decode_error for short TLS packets
Jack Lloyd
2018-04-16
1
-1
/
+8
*
Fix off by one when decoding TLS-CBC ciphertexts
Jack Lloyd
2018-04-09
1
-4
/
+7
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
1
-2
/
+1
*
Catch exceptions by reference not value
Jack Lloyd
2018-03-16
1
-1
/
+1
*
Use enums to represent TLS signature and kex algorithms.
Jack Lloyd
2018-01-28
1
-79
/
+74
*
Throw a Decoding_Error if TLS AEAD packet is shorter than the tag.
Jack Lloyd
2017-11-26
1
-0
/
+3
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-2
/
+5
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-39
/
+39
*
Make TLS CBC optional
Jack Lloyd
2016-10-08
1
-1
/
+8
*
TLS: Split CBC+HMAC modes to standalone AEAD_Mode
Jack Lloyd
2016-10-07
1
-302
/
+91
*
Merge GH #633 Cleanup TLS CBC encryption code
Jack Lloyd
2016-09-26
1
-140
/
+88
|
\
|
*
Move this to avoid ASan trigger
Jack Lloyd
2016-09-22
1
-4
/
+4
|
*
Further TLS CBC cleanups
Jack Lloyd
2016-09-21
1
-28
/
+37
|
*
Cleanup TLS CBC encryption record code
Jack Lloyd
2016-09-21
1
-130
/
+69
*
|
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
1
-7
/
+4
|
/
*
Merge master into this branch, resolving conflicts with #457/#576
Jack Lloyd
2016-08-31
1
-95
/
+70
|
\
|
*
Reverted proposed constructor changes to X509_CA.
Matthias Gierlings
2016-06-19
1
-1
/
+1
|
*
Reduction of code complexity in TLS classes.
Matthias Gierlings
2016-06-19
1
-88
/
+63
*
|
Address some issues with PR 492
Jack Lloyd
2016-08-13
1
-0
/
+1
*
|
Merge branch 'master' into Encrypt-then-MAC-with-policy
Juraj Somorovsky
2016-05-12
1
-13
/
+13
|
\
|
|
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
1
-7
/
+7
|
*
Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...
Dan Brown
2016-04-27
1
-6
/
+6
*
|
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-76
/
+189
|
/
*
Don't reject TLS packets with zero plaintext bytes
Jack Lloyd
2016-04-15
1
-13
/
+13
*
Add IETF standard ChaCha20Poly1305 ciphersuites to TLS
Jack Lloyd
2016-03-23
1
-15
/
+51
*
Reject zero length TLS records out of hand.
Jack Lloyd
2016-02-16
1
-4
/
+11
*
TLS improvements
Jack Lloyd
2015-10-25
1
-42
/
+43
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-13
/
+9
*
Internal header cleanups
Jack Lloyd
2015-09-19
1
-1
/
+0
*
More changes for use with debug STL
Simon Warta
2015-06-30
1
-2
/
+2
[next]