[MDEV-16902] openssl_6975 test fail Created: 2018-08-05 Updated: 2018-08-05 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Georg Richter | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I just tested Connector/C master branch with 10.4 (both connector and server using openssl 1.1.0c). openssl_6975 fails with following error:
The test fails, since there was no explicit cipher suite specified, but a group of cipher suites, e.g. --ssl-cipher=tlsv1.2 There is no guarantee, that client and server always agree to use a certain cipher suite. Preferred cipher suites changed several times in different openssl versions (e.g.1.1.0 prefers elliptic curves cipher suites) and often client and server might have different configurations and therefore different preferred cipher suites. |