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
/
msg_client_hello.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-container-size-empty warnings
Jack Lloyd
2022-02-06
1
-4
/
+4
*
More raw pointer removal
Jack Lloyd
2021-04-05
1
-3
/
+3
*
Post rebase fixes
Jack Lloyd
2021-04-01
1
-5
/
+0
*
Remove SCSV
Jack Lloyd
2021-04-01
1
-4
/
+0
*
Remove TLS 1.0/1.1 and DTLS 1.0
Jack Lloyd
2021-04-01
1
-4
/
+2
*
Cleanup to avoid unnecessary conditionals
Jack Lloyd
2021-02-15
1
-6
/
+1
*
Hash the entire client hello (except the cookie) for hello verify
Jack Lloyd
2021-02-15
1
-16
/
+17
*
Update the BoringSSL runner and update the shim
Jack Lloyd
2020-12-05
1
-2
/
+2
*
Remove SRP support from TLS
Jack Lloyd
2020-11-23
1
-29
/
+2
*
Add support for HelloVerifyRequest on server side
Jack Lloyd
2019-06-18
1
-0
/
+19
*
Ask for certificate status even on a resumption attempt
Jack Lloyd
2019-05-28
1
-0
/
+3
*
Let TLS serialization know which side we are sending as
Jack Lloyd
2019-05-24
1
-1
/
+1
*
Add support for supported versions extension from TLS 1.3
Jack Lloyd
2019-05-24
1
-10
/
+10
*
Fix various issues in TLS found using BoGo
Jack Lloyd
2019-05-20
1
-4
/
+11
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Use enums for TLS key exchange group params
Jack Lloyd
2018-02-13
1
-10
/
+14
*
Use enums to represent TLS signature and kex algorithms.
Jack Lloyd
2018-01-28
1
-18
/
+9
*
Add an examine callback also
Jack Lloyd
2018-01-27
1
-2
/
+2
*
Add ability for application to control which TLS extensions are used
Jack Lloyd
2018-01-27
1
-0
/
+7
*
Remove vestigial support for TLS compression
Jack Lloyd
2018-01-21
1
-5
/
+2
*
Add copyright statements to files modified in the preceding 2 commits
Harry Reimann
2017-12-04
1
-0
/
+1
*
Make support for certificate status messages optional via policy
Harry Reimann
2017-12-04
1
-1
/
+2
*
Run TLS hello random fields through SHA-256
Jack Lloyd
2017-11-28
1
-1
/
+7
*
Avoid sending OCSP status request on resumption client hello
Jack Lloyd
2017-10-25
1
-2
/
+0
*
Add supported groups TLS extension (RFC 7919)
René Korthaus
2017-10-17
1
-4
/
+12
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
De-inline accessor functions in Client_Hello type
Jack Lloyd
2017-09-01
1
-0
/
+111
*
Export tls_messages.h as a public header
René Korthaus
2016-12-23
1
-1
/
+4
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-21
/
+21
*
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
1
-2
/
+6
*
Fix incompatability with (some) common TLS stack
Jack Lloyd
2016-11-16
1
-8
/
+8
*
Fix TLS resumption bugs
Jack Lloyd
2016-10-27
1
-9
/
+9
*
Support encoding of supported point formats extension
René Korthaus
2016-10-03
1
-1
/
+15
*
Removed redundant check in ClientHello parser
Juraj Somorovsky
2016-09-30
1
-3
/
+0
*
TLS Server should respect client signature_algorithms. Stricter TLS hello dec...
Jack Lloyd
2016-09-21
1
-13
/
+27
*
Merge GH #578/#492: TLS EtM extension and new policy toggles
Jack Lloyd
2016-08-31
1
-0
/
+6
|
\
|
*
Merge master into this branch, resolving conflicts with #457/#576
Jack Lloyd
2016-08-31
1
-11
/
+10
|
|
\
|
*
|
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-0
/
+6
*
|
|
Fix TLS build with SRP6 disabled
Jack Lloyd
2016-08-31
1
-1
/
+1
|
|
/
|
/
|
*
|
Removed Handshake_Info class.
Matthias Gierlings
2016-06-19
1
-4
/
+6
*
|
Reduction of code complexity in TLS classes.
Matthias Gierlings
2016-06-19
1
-17
/
+14
|
/
*
Make SRP6 support optional in TLS
Jack Lloyd
2016-02-07
1
-2
/
+19
*
Remove support for the TLS min fragment length extension.
Jack Lloyd
2016-02-07
1
-3
/
+0
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
1
-6
/
+0
*
Add extended master secret extension (RFC 7627) to TLS
Jack Lloyd
2016-01-03
1
-1
/
+9
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
TLS improvements
Jack Lloyd
2015-10-25
1
-3
/
+3
*
lib/tls: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-2
/
+2
*
Add ALPN (RFC 7301) and remove NPN
lloyd
2015-03-20
1
-6
/
+6
*
Remove SSLv3 and handling of SSLv2 client hellos.
lloyd
2015-01-11
1
-51
/
+2
[next]