Hanno Becker
c1096e7514
Allow hardcoding single supported elliptic curve
...
This commit introduces the option MBEDTLS_SSL_CONF_SINGLE_EC
which can be used to register a single supported elliptic curve
at compile time. It replaces the runtime configuration API
mbedtls_ssl_conf_curves() which allows to register a _list_
of supported elliptic curves.
In contrast to other options used to hardcode configuration options,
MBEDTLS_SSL_CONF_SINGLE_EC isn't a numeric option, but instead it's
only relevant if it's defined or not. To actually set the single
elliptic curve that should be supported, numeric options
MBEDTLS_SSL_CONF_SINGLE_EC_TLS_ID
MBEDTLS_SSL_CONF_SINGLE_EC_GRP_ID
must both be defined and provide the TLS ID and the Mbed TLS internal
ID and the chosen curve, respectively.
2019-07-12 15:25:03 +01:00
..
2019-01-08 16:34:19 +00:00
2019-01-30 16:09:08 +00:00
2019-01-08 16:34:19 +00:00
2018-12-19 12:51:00 +00:00
2019-06-25 09:10:57 +01:00
2019-04-24 10:51:54 +02:00
2019-01-30 16:09:08 +00:00
2019-04-24 10:51:54 +02:00
2018-12-19 15:48:37 +00:00
2019-01-30 16:09:08 +00:00
2019-01-08 16:34:19 +00:00
2019-01-30 16:09:08 +00:00
2019-05-30 10:27:49 +01:00
2018-12-18 15:30:30 +00:00
2018-12-18 15:30:30 +00:00
2019-07-12 15:25:03 +01:00
2018-07-01 10:22:53 +03:00
2018-12-28 11:11:10 +08:00
2018-12-16 12:02:50 +02:00
2018-12-16 12:02:50 +02:00
2019-07-12 15:25:03 +01:00
2019-01-30 16:09:08 +00:00
2019-06-18 11:05:44 +01:00
2019-01-08 16:34:19 +00:00
2019-01-08 16:34:19 +00:00
2019-01-30 16:09:08 +00:00
2019-01-30 16:09:08 +00:00
2019-01-30 16:09:08 +00:00
2018-12-16 12:02:50 +02:00
2019-02-21 16:58:20 +01:00
2018-01-23 15:44:39 +00:00
2018-07-24 10:02:47 +02:00
2019-06-03 13:01:21 +01:00
2019-01-30 16:09:08 +00:00
2018-12-16 12:14:37 +02:00
2018-12-16 12:14:37 +02:00
2019-02-18 14:50:57 +00:00
2019-01-08 16:34:19 +00:00
2019-01-08 16:34:19 +00:00
2019-01-08 16:34:19 +00:00
2018-01-25 14:47:39 +00:00
2019-04-29 12:13:25 +02:00
2018-01-23 15:44:39 +00:00
2018-08-10 11:17:14 +01:00
2018-12-16 12:02:50 +02:00
2018-12-16 12:14:37 +02:00
2019-06-18 11:05:44 +01:00
2019-04-24 10:51:54 +02:00
2018-12-16 12:02:50 +02:00
2018-06-13 09:52:54 +02:00
2018-12-19 18:10:03 +01:00
2019-01-30 16:09:08 +00:00
2018-07-24 10:02:47 +02:00
2018-12-16 12:14:37 +02:00
2018-01-23 15:44:39 +00:00
2019-06-17 19:07:42 +02:00
2018-11-09 13:57:37 +00:00
2018-12-28 11:11:10 +08:00
2019-01-08 16:34:19 +00:00
2018-04-04 09:19:27 +02:00
2019-02-18 14:50:57 +00:00
2019-01-08 16:34:19 +00:00
2019-01-08 16:34:19 +00:00
2019-01-08 16:34:19 +00:00
2019-06-19 10:25:01 +01:00
2019-07-08 11:24:36 +01:00
2018-12-16 12:02:50 +02:00
2019-07-12 15:25:03 +01:00
2019-02-18 14:50:57 +00:00
2019-07-12 15:25:03 +01:00
2018-11-09 15:01:07 +00:00
2018-07-24 10:02:47 +02:00
2019-06-11 17:27:32 +01:00
2019-07-03 10:31:46 +02:00
2019-06-28 15:47:53 +01:00
2019-06-18 11:05:44 +01:00
2019-06-28 14:48:32 +01:00
2019-07-03 10:31:46 +02:00
2019-01-08 16:34:19 +00:00