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_extensions.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TLS signature algorithm intolerance
Jack Lloyd
2018-10-16
1
-12
/
+12
*
Export TLS::Extension
Jack Lloyd
2018-03-31
1
-1
/
+1
*
Remove cruft
Jack Lloyd
2018-02-13
1
-5
/
+0
*
Use enums for TLS key exchange group params
Jack Lloyd
2018-02-13
1
-14
/
+12
*
Use enums to represent TLS signature and kex algorithms.
Jack Lloyd
2018-01-28
1
-20
/
+7
*
Fix a few warnings
Jack Lloyd
2018-01-27
1
-2
/
+2
*
Make it possible to test custom extensions
Jack Lloyd
2018-01-27
1
-7
/
+34
*
Add ability for application to control which TLS extensions are used
Jack Lloyd
2018-01-27
1
-0
/
+7
*
Add supported groups TLS extension (RFC 7919)
René Korthaus
2017-10-17
1
-6
/
+14
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-1
/
+0
*
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
*
Content:
Tomasz Frydrych
2017-04-03
1
-8
/
+8
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-46
/
+46
*
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
1
-4
/
+32
*
Fix incompatability with (some) common TLS stack
Jack Lloyd
2016-11-16
1
-1
/
+2
*
Support encoding of supported point formats extension
René Korthaus
2016-10-03
1
-0
/
+32
*
New TLS positive and negative tests.
Juraj Somorovsky
2016-09-30
1
-1
/
+1
*
TLS Server should respect client signature_algorithms. Stricter TLS hello dec...
Jack Lloyd
2016-09-21
1
-4
/
+5
*
Merge master into this branch, resolving conflicts with #457/#576
Jack Lloyd
2016-08-31
1
-1
/
+1
|
\
|
*
Reduction of code complexity in TLS classes.
Matthias Gierlings
2016-06-19
1
-1
/
+1
*
|
Address some issues with PR 492
Jack Lloyd
2016-08-13
1
-0
/
+1
*
|
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-0
/
+21
|
/
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-11
/
+11
*
Make SRP6 support optional in TLS
Jack Lloyd
2016-02-07
1
-0
/
+2
*
Remove support for the TLS min fragment length extension.
Jack Lloyd
2016-02-07
1
-33
/
+1
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
1
-26
/
+0
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-11
/
+11
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-15
/
+15
*
String comparision fixes
Daniel Neus
2016-01-04
1
-2
/
+2
*
Add extended master secret extension (RFC 7627) to TLS
Jack Lloyd
2016-01-03
1
-1
/
+23
*
tls: Add missing overrides
Daniel Seither
2015-07-30
1
-30
/
+30
*
Add ALPN (RFC 7301) and remove NPN
lloyd
2015-03-20
1
-20
/
+15
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC).
lloyd
2015-01-04
1
-0
/
+27
*
Fix various warnings from VC++ 2014 and add missing include
lloyd
2014-10-31
1
-0
/
+6
*
Verify that the server did not send any extension that the client didn't
lloyd
2014-04-11
1
-0
/
+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
/
+397