Actions
Bug #401
closedTLS 2 Channel with TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 with TLS 1.1 can't be established
Start date:
07/03/2015
Due date:
% Done:
0%
Estimated time:
Reviewer:
Build Version:
Description
In this case the Test Suite sends the error No acceptable set of security parameters found to the TLS client of the app.
We should probably evaluate whether:
1. the CipherSuite is allowed/supported in TLS version 1.1
2. are all necessary information sent in the handshake
Updated by Hans-Martin Haase almost 10 years ago
The same problem applies to the cipher suite TLS_RSA_PSK_WITH_AES_128_GCM_SHA256
Updated by Tobias Wich almost 10 years ago
- Status changed from New to In Progress
- Assignee set to Tobias Wich
GCM cipher suites must not be used with versions prior to TLS 1.2 according to RFC 2588, Section 4.
Updated by Tobias Wich almost 10 years ago
- Status changed from In Progress to Review
- Reviewer set to Hans-Martin Haase
Actions