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_channel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
prepare TLS 1.2 for addition of TLS 1.3
Hannes Rantzsch
2022-04-04
1
-725
/
+0
*
Use C++17's concat namespace feature
Jack Lloyd
2022-02-06
1
-5
/
+1
*
Fix clang-tidy readability-container-size-empty warnings
Jack Lloyd
2022-02-06
1
-1
/
+1
*
Make get_byte take a compile-time constant index
Jack Lloyd
2021-04-16
1
-2
/
+2
*
Avoid raw pointers in TLS
Jack Lloyd
2021-04-08
1
-1
/
+1
*
KDF::create
Jack Lloyd
2021-04-05
1
-1
/
+1
*
Remove obsolete comment
Jack Lloyd
2021-04-05
1
-13
/
+0
*
Remove TLS 1.0/1.1 and DTLS 1.0
Jack Lloyd
2021-04-01
1
-23
/
+5
*
Remove some unused includes of rounding.h
Jack Lloyd
2020-11-11
1
-1
/
+0
*
Remove deprecated TLS interfaces
Jack Lloyd
2020-11-08
1
-36
/
+2
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Fix cppcheck findings
René Fischer
2020-06-05
1
-2
/
+4
*
Small refactorings of TLS record layer
Jack Lloyd
2020-04-24
1
-8
/
+12
*
Avoid situation where is_active and is_closed could both return true
Jack Lloyd
2019-10-22
1
-0
/
+2
*
Clean up close_notify handling in TLS
Jack Lloyd
2019-08-01
1
-22
/
+17
*
Fix DTLS reconnection
Jack Lloyd
2019-07-13
1
-19
/
+64
*
Ignore the record version on alert messages.
Jack Lloyd
2019-07-12
1
-18
/
+21
*
Return the record metadata in a struct
Jack Lloyd
2019-07-05
1
-25
/
+21
*
Remove Record_Raw_Input
Jack Lloyd
2019-07-04
1
-3
/
+5
*
Remove Record_Message struct
Jack Lloyd
2019-07-04
1
-3
/
+3
*
Handle DTLS client hello being lost
Jack Lloyd
2019-06-29
1
-1
/
+1
*
Avoid unnecessary copies during TLS handshake
Jack Lloyd
2019-05-24
1
-2
/
+4
*
Fix bugs when DTLS initial handshake messages are replayed
Jack Lloyd
2019-05-23
1
-0
/
+4
*
Fix more BoGo tests
Jack Lloyd
2019-05-22
1
-0
/
+3
*
Fix various issues in TLS found using BoGo
Jack Lloyd
2019-05-20
1
-17
/
+56
*
Rename Integrity_Failure to Invalid_Authentication_Tag
Jack Lloyd
2019-01-18
1
-1
/
+1
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-9
/
+11
*
Fix some warnings new in GCC 8.1
Jack Lloyd
2018-05-07
1
-2
/
+2
*
Avoid std::bind in Channel::received_data
Jack Lloyd
2018-03-05
1
-2
/
+1
*
Remove vestigial support for TLS compression
Jack Lloyd
2018-01-21
1
-2
/
+2
*
On resuming a client session, save the certificates that were used.
Jack Lloyd
2017-12-07
1
-0
/
+5
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
1
-1
/
+1
*
Add comments explaining why its ok to rely on deprecated features here.
Jack Lloyd
2017-10-09
1
-0
/
+4
*
Add a special Compat_Callbacks constructor to silence deprecation warnings.
Jack Lloyd
2017-10-09
1
-1
/
+3
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
1
-1
/
+1
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+2
*
Correct failure when renegotiating with old server
Jack Lloyd
2017-06-04
1
-1
/
+1
*
Export tls_messages.h as a public header
René Korthaus
2016-12-23
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-35
/
+35
*
Move TLS cert verification callback from Credentials_Manager to TLS::Callbacks
Jack Lloyd
2016-11-23
1
-12
/
+0
*
Add new TLS callback for when session is activated
Jack Lloyd
2016-11-16
1
-0
/
+2
*
TLS: Split CBC+HMAC modes to standalone AEAD_Mode
Jack Lloyd
2016-10-07
1
-6
/
+7
*
Merge master into this branch, resolving conflicts with #457/#576
Jack Lloyd
2016-08-31
1
-115
/
+160
|
\
|
*
Move some Callback functions to a source file.
Jack Lloyd
2016-08-31
1
-0
/
+12
|
*
Changes to TLS::Callbacks for GH PR #457
Jack Lloyd
2016-08-16
1
-15
/
+16
|
*
Compatibility patch for TLS::Callback interface
Matthias Gierlings
2016-06-19
1
-2
/
+26
|
*
Added virtual Callback Interface
Matthias Gierlings
2016-06-19
1
-3
/
+3
|
*
Implemented Feedback on GH #457
Matthias Gierlings
2016-06-19
1
-1
/
+1
|
*
Reduction of code complexity in TLS classes.
Matthias Gierlings
2016-06-19
1
-110
/
+119
|
*
make sure kdf labels are always used
Kai Michaelis
2016-06-01
1
-2
/
+1
[next]