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_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings new in GCC 8.1
Jack Lloyd
2018-05-07
1
-8
/
+8
*
Fix interop bug in TLS server
Jack Lloyd
2018-04-08
1
-0
/
+3
*
Use enums for TLS key exchange group params
Jack Lloyd
2018-02-13
1
-1
/
+1
*
Use enums to represent TLS signature and kex algorithms.
Jack Lloyd
2018-01-28
1
-41
/
+42
*
Add an examine callback also
Jack Lloyd
2018-01-27
1
-0
/
+2
*
Add ability for application to control which TLS extensions are used
Jack Lloyd
2018-01-27
1
-0
/
+2
*
Remove vestigial support for TLS compression
Jack Lloyd
2018-01-21
1
-24
/
+0
*
Handle #1303 on the server side
Jack Lloyd
2017-12-07
1
-1
/
+13
*
Fix formatting in TLS server code [ci skip]
Jack Lloyd
2017-12-07
1
-193
/
+179
*
Correct version selection logic in TLS server
Jack Lloyd
2017-11-28
1
-0
/
+5
*
Fix errors caught with tlsfuzzer
Jack Lloyd
2017-11-26
1
-7
/
+0
*
Fall back to default group if client does not send any DH groups
René Korthaus
2017-10-20
1
-1
/
+0
*
Add supported groups TLS extension (RFC 7919)
René Korthaus
2017-10-17
1
-0
/
+7
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
Merge GH #872 Add ability for TLS servers to prohibit renegotiation
Jack Lloyd
2017-09-19
1
-1
/
+7
|
\
|
*
Fix logic of renegotiation check
Jack Lloyd
2017-02-20
1
-3
/
+3
|
*
Add TLS::Policy::allow_client_initiated_renegotiation
Jack Lloyd
2017-02-19
1
-1
/
+7
*
|
Don't try enforcing the hash policy for PSK ciphersuites
Jack Lloyd
2017-09-01
1
-1
/
+1
*
|
Enforce signature hash policy properly
Jack Lloyd
2017-08-31
1
-0
/
+34
|
/
*
Export tls_messages.h as a public header
René Korthaus
2016-12-23
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-17
/
+17
*
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
1
-0
/
+1
*
Add TLS::Policy::minimum_signature_strength
Jack Lloyd
2016-11-25
1
-1
/
+2
*
Move TLS cert verification callback from Credentials_Manager to TLS::Callbacks
Jack Lloyd
2016-11-23
1
-1
/
+7
*
Tighten up TLS server handshake logic.
Jack Lloyd
2016-10-20
1
-20
/
+15
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-1
/
+1
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-1
/
+1
*
TLS Server should respect client signature_algorithms. Stricter TLS hello dec...
Jack Lloyd
2016-09-21
1
-9
/
+27
*
Merge master into this branch, resolving conflicts with #457/#576
Jack Lloyd
2016-08-31
1
-363
/
+463
|
\
|
*
Add a Callbacks function for ALPN
Jack Lloyd
2016-08-16
1
-5
/
+11
|
*
Changes to TLS::Callbacks for GH PR #457
Jack Lloyd
2016-08-16
1
-8
/
+28
|
*
Removed Handshake_Info class.
Matthias Gierlings
2016-06-19
1
-13
/
+11
|
*
Removed TLS::Session::Properties
Matthias Gierlings
2016-06-19
1
-10
/
+7
|
*
Compatibility patch for TLS::Callback interface
Matthias Gierlings
2016-06-19
1
-0
/
+38
|
*
Added virtual Callback Interface
Matthias Gierlings
2016-06-19
1
-1
/
+4
|
*
Fix for amalgamation build problems
Matthias Gierlings
2016-06-19
1
-1
/
+2
|
*
Reduction of code complexity in TLS classes.
Matthias Gierlings
2016-06-19
1
-392
/
+430
*
|
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-0
/
+14
*
|
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
-1
/
+1
*
Make SRP6 support optional in TLS
Jack Lloyd
2016-02-07
1
-0
/
+4
*
Remove support for the TLS min fragment length extension.
Jack Lloyd
2016-02-07
1
-1
/
+0
*
Add extended master secret extension (RFC 7627) to TLS
Jack Lloyd
2016-01-03
1
-1
/
+20
*
TLS improvements
Jack Lloyd
2015-10-25
1
-20
/
+38
*
Avoid a crash in the TLS server if the client sends ALPN but no next
Jack Lloyd
2015-08-28
1
-1
/
+1
*
Add ALPN (RFC 7301) and remove NPN
lloyd
2015-03-20
1
-43
/
+17
*
Add typedefs for function signatures/types used in TLS for easier reading
lloyd
2015-01-27
1
-6
/
+8
*
Remove SSLv3 and handling of SSLv2 client hellos.
lloyd
2015-01-11
1
-6
/
+3
*
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
-48
/
+23
[next]