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
*
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
|
*
add label parameter to KDF::derive_key
Kai Michaelis
2016-05-19
1
-1
/
+1
*
|
Merge branch 'master' into Encrypt-then-MAC-with-policy
Juraj Somorovsky
2016-05-12
1
-4
/
+3
|
\
|
|
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
1
-2
/
+1
|
*
Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...
Dan Brown
2016-04-27
1
-2
/
+2
*
|
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-2
/
+4
|
/
*
Remove support for the TLS min fragment length extension.
Jack Lloyd
2016-02-07
1
-23
/
+3
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
1
-52
/
+0
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-5
/
+5
*
TLS improvements
Jack Lloyd
2015-10-25
1
-18
/
+20
*
lib/tls: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-9
/
+9
*
Add typedefs for function signatures/types used in TLS for easier reading
lloyd
2015-01-27
1
-5
/
+5
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Support setting the number of pad bytes in a heartbeat message. Use
lloyd
2015-01-07
1
-4
/
+6
*
A TLS Server can now process either TLS or DTLS but not either,
lloyd
2014-11-15
1
-21
/
+29
*
Fix various warnings from VC++ 2014 and add missing include
lloyd
2014-10-31
1
-2
/
+2
*
Add support for DTLS handshake timeouts and retransmissions.
lloyd
2014-10-06
1
-29
/
+64
*
Avoid initializer lists here, VC2013 doesn't like it. Github #18
lloyd
2014-05-01
1
-0
/
+4
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+668