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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid raw pointers in TLS
Jack Lloyd
2021-04-08
1
-1
/
+2
*
Remove deprecated TLS interfaces
Jack Lloyd
2020-11-08
1
-21
/
+0
*
Fix various Doxygen warnings
Jack Lloyd
2019-10-25
1
-5
/
+1
*
Clean up close_notify handling in TLS
Jack Lloyd
2019-08-01
1
-0
/
+2
*
Fix DTLS reconnection
Jack Lloyd
2019-07-13
1
-6
/
+13
*
Return the record metadata in a struct
Jack Lloyd
2019-07-05
1
-0
/
+1
*
Fix various issues in TLS found using BoGo
Jack Lloyd
2019-05-20
1
-0
/
+2
*
On resuming a client session, save the certificates that were used.
Jack Lloyd
2017-12-07
1
-1
/
+1
*
Add <functional> include to TLS headers which use std::function
Jack Lloyd
2017-11-14
1
-0
/
+1
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-1
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-25
/
+25
*
No reason to deprecate this (only internally called) constructor
Jack Lloyd
2016-11-26
1
-1
/
+2
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-2
/
+4
*
Improve tls doxygen [ci skip]
René Korthaus
2016-10-19
1
-0
/
+18
*
Changes to TLS::Callbacks for GH PR #457
Jack Lloyd
2016-08-16
1
-11
/
+12
*
Compatibility patch for TLS::Callback interface
Matthias Gierlings
2016-06-19
1
-0
/
+23
*
Added virtual Callback Interface
Matthias Gierlings
2016-06-19
1
-45
/
+2
*
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
-19
/
+62
*
Remove support for the TLS min fragment length extension.
Jack Lloyd
2016-02-07
1
-2
/
+0
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
1
-22
/
+0
*
TLS improvements
Jack Lloyd
2015-10-25
1
-3
/
+14
*
lib/tls: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-1
/
+1
*
Add typedefs for function signatures/types used in TLS for easier reading
lloyd
2015-01-27
1
-8
/
+13
*
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
-47
/
+49
*
A TLS Server can now process either TLS or DTLS but not either,
lloyd
2014-11-15
1
-0
/
+3
*
Add support for DTLS handshake timeouts and retransmissions.
lloyd
2014-10-06
1
-2
/
+13
*
Avoid initializer lists here, VC2013 doesn't like it. Github #18
lloyd
2014-05-01
1
-5
/
+3
*
Guess I won't be needing these
lloyd
2014-01-18
1
-1
/
+0
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+259