Hanno Becker d60b6c62d5 Remove per-version ciphersuite configuration API
This commit removes the API

```
    mbedtls_ssl_conf_ciphersuites_for_version()
```

which allows to configure lists of acceptable ciphersuites
for each supported version of SSL/TLS: SSL3, TLS 1.{0,1,2}.

With Mbed TLS 3.0, support for SSL3, TLS 1.0 and TLS 1.1
is dropped. Moreover, upcoming TLS 1.3 support has a different
notion of cipher suite and will require a different API.

This means that it's only for TLS 1.2 that we require
a ciphersuite configuration API, and

```
   mbedtls_ssl_conf_ciphersuites()
```

can be used for that. The version-specific ciphersuite
configuration API `mbedtls_ssl_conf_ciphersuites_for_version()`,
in turn, is no longer needed.

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2021-06-04 12:20:10 +02:00
..
2021-04-30 00:07:04 +02:00
2021-05-31 12:14:02 +02:00
2021-04-30 00:07:04 +02:00
2021-04-30 00:07:04 +02:00
2021-06-03 15:46:33 +01:00
2021-04-30 00:07:04 +02:00
2021-05-12 17:46:56 -06:00
2021-05-21 17:05:21 +01:00
2021-05-31 12:11:53 +02:00
2021-05-10 19:54:11 +02:00
2021-03-09 16:09:18 +00:00
2021-04-27 17:20:56 +01:00
2021-04-27 17:20:56 +01:00
2021-05-27 14:27:43 +02:00