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_session.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug that broke session decryption (and thus resumption)
Jack Lloyd
2018-04-09
1
-1
/
+1
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
1
-2
/
+2
*
Remove vestigial support for TLS compression
Jack Lloyd
2018-01-21
1
-4
/
+11
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-21
/
+21
*
Merge branch 'master' into Encrypt-then-MAC-with-policy
Juraj Somorovsky
2016-05-12
1
-3
/
+2
|
\
|
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
1
-3
/
+2
*
|
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-0
/
+4
|
/
*
Remove support for the TLS min fragment length extension.
Jack Lloyd
2016-02-07
1
-4
/
+13
*
Add extended master secret extension (RFC 7627) to TLS
Jack Lloyd
2016-01-03
1
-0
/
+4
*
Add remove_all to TLS session manager interface
Jack Lloyd
2015-11-13
1
-10
/
+9
*
lib/tls: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-4
/
+4
*
Support any key length for TLS session encryption by hashing with HMAC
lloyd
2015-01-10
1
-4
/
+16
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Change TLS session encryption to use AES-256/GCM instead of CBC+HMAC
lloyd
2015-01-08
1
-10
/
+26
*
Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC).
lloyd
2015-01-04
1
-6
/
+11
*
Guess I won't be needing these
lloyd
2014-01-18
1
-1
/
+0
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+177