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
*
Allow disabling TLS 1.0/1.1 and DTLS 1.0 at build time
Jack Lloyd
2019-11-10
1
-0
/
+4
*
Fix DTLS reconnection
Jack Lloyd
2019-07-13
1
-8
/
+26
*
Fix some LGTM issues
Jack Lloyd
2019-06-19
1
-1
/
+1
*
Add support for HelloVerifyRequest on server side
Jack Lloyd
2019-06-18
1
-3
/
+39
*
Add support for supported versions extension from TLS 1.3
Jack Lloyd
2019-05-24
1
-5
/
+29
*
Allow servers to prohibit renegotiation with fatal alert
Jack Lloyd
2019-05-24
1
-1
/
+4
*
Fix some issues with DTLS version intolerance
Jack Lloyd
2019-05-23
1
-4
/
+12
*
Shorten callback name
Jack Lloyd
2019-05-22
1
-1
/
+1
*
Add BoGo tests and fix resumption case
Jack Lloyd
2019-05-22
1
-1
/
+8
*
Formatting and post-rebase fixes
Jack Lloyd
2019-05-22
1
-13
/
+14
*
added status_request extension and cert chain to the stapling-reponse generat...
Falko Strenzke
2019-05-22
1
-7
/
+14
*
implemented ocsp stapling (code not yet formatted properly)
Falko Strenzke
2019-05-22
1
-0
/
+8
*
Fix various issues in TLS found using BoGo
Jack Lloyd
2019-05-20
1
-65
/
+89
*
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
[next]