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_messages.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TLS v1.3 downgrade indicator
Jack Lloyd
2019-07-12
1
-0
/
+2
*
Add support for HelloVerifyRequest on server side
Jack Lloyd
2019-06-18
1
-1
/
+5
*
Add support for supported versions extension from TLS 1.3
Jack Lloyd
2019-05-24
1
-0
/
+2
*
implemented ocsp stapling (code not yet formatted properly)
Falko Strenzke
2019-05-22
1
-0
/
+7
*
Fix various issues in TLS found using BoGo
Jack Lloyd
2019-05-20
1
-2
/
+6
*
Use enums for TLS key exchange group params
Jack Lloyd
2018-02-13
1
-2
/
+2
*
Use enums to represent TLS signature and kex algorithms.
Jack Lloyd
2018-01-28
1
-12
/
+11
*
For TLS client auth add callback giving list of trusted CA names
Jack Lloyd
2018-01-27
1
-1
/
+1
*
Add an examine callback also
Jack Lloyd
2018-01-27
1
-0
/
+4
*
Add ability for application to control which TLS extensions are used
Jack Lloyd
2018-01-27
1
-1
/
+6
*
Remove vestigial support for TLS compression
Jack Lloyd
2018-01-21
1
-46
/
+40
*
Add supported groups TLS extension (RFC 7919)
René Korthaus
2017-10-17
1
-0
/
+2
*
Additional final annotations
Jack Lloyd
2017-10-15
1
-2
/
+2
*
Fixes for MSVC
Jack Lloyd
2017-09-28
1
-2
/
+1
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-0
/
+2
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
More annotations
Jack Lloyd
2017-09-19
1
-8
/
+8
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-6
/
+6
*
De-inline accessor functions in Client_Hello type
Jack Lloyd
2017-09-01
1
-93
/
+19
*
Content:
Tomasz Frydrych
2017-04-03
1
-15
/
+15
*
Add tests for certificate status message
Jack Lloyd
2017-01-04
1
-8
/
+8
*
Export tls_messages.h as a public header
René Korthaus
2016-12-23
1
-2
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-86
/
+86
*
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
1
-0
/
+31
*
Add CECPQ1 TLS ciphersuites
Jack Lloyd
2016-11-17
1
-0
/
+18
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-0
/
+1
*
Support encoding of supported point formats extension
René Korthaus
2016-10-03
1
-0
/
+18
*
New TLS positive and negative tests.
Juraj Somorovsky
2016-09-30
1
-6
/
+6
*
TLS Server should respect client signature_algorithms. Stricter TLS hello dec...
Jack Lloyd
2016-09-21
1
-0
/
+14
*
Merge master into this branch, resolving conflicts with #457/#576
Jack Lloyd
2016-08-31
1
-10
/
+54
|
\
|
*
Removed Handshake_Info class.
Matthias Gierlings
2016-06-19
1
-6
/
+13
|
*
Reduction of code complexity in TLS classes.
Matthias Gierlings
2016-06-19
1
-23
/
+60
*
|
Address some issues with PR 492
Jack Lloyd
2016-08-13
1
-1
/
+0
*
|
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-0
/
+11
*
|
TLS Policy support
Christian Mainka
2016-05-03
1
-1
/
+1
|
/
*
Check that TLS signature type is accepted by the policy.
Jack Lloyd
2016-03-06
1
-2
/
+4
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
1
-1
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-9
/
+9
*
Make SRP6 support optional in TLS
Jack Lloyd
2016-02-07
1
-2
/
+15
*
Remove support for the TLS min fragment length extension.
Jack Lloyd
2016-02-07
1
-14
/
+0
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
1
-24
/
+0
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-13
/
+13
*
Add extended master secret extension (RFC 7627) to TLS
Jack Lloyd
2016-01-03
1
-0
/
+10
*
Remove unused pkcs8 includes
Simon Warta
2015-08-03
1
-1
/
+0
*
Add ALPN (RFC 7301) and remove NPN
lloyd
2015-03-20
1
-44
/
+25
*
Remove SSLv3 and handling of SSLv2 client hellos.
lloyd
2015-01-11
1
-4
/
+1
*
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
-10
/
+38
*
Let TLS policy disable putting the timestamp in the hello random fields
lloyd
2014-11-04
1
-1
/
+2
*
Various small fixes and cleanups, new is_prime util
lloyd
2014-11-03
1
-4
/
+4
[next]