Matt Caswell
899e25643d
Implement EVP_PKEY_param_check_quick() and use it in libssl
...
The low level DH API has two functions for checking parameters:
DH_check_ex() and DH_check_params_ex(). The former does a "full" check,
while the latter does a "quick" check. Most importantly it skips the
check for a safe prime. We're ok without using safe primes here because
we're doing ephemeral DH.
Now that libssl is fully using the EVP API, we need a way to specify that
we want a quick check instead of a full check. Therefore we introduce
EVP_PKEY_param_check_quick() and use it.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14146 )
2021-02-15 14:17:36 +10:00
..
2019-10-11 15:30:57 +02:00
2019-09-28 06:33:16 +02:00
2018-12-19 19:00:08 +01:00
2018-12-06 15:36:02 +01:00
2020-09-25 11:13:54 +01:00
2020-10-22 20:47:02 +10:00
2020-11-11 12:15:18 +10:00
2020-10-22 20:47:02 +10:00
2020-07-16 14:21:07 +02:00
2020-08-14 18:15:12 +10:00
2020-09-23 17:31:40 +10:00
2020-10-22 20:47:02 +10:00
2021-01-28 16:05:50 +01:00
2020-07-16 14:21:07 +02:00
2021-02-10 10:28:32 +10:00
2020-12-02 12:15:05 +10:00
2020-10-22 20:47:02 +10:00
2020-09-19 18:08:46 +10:00
2020-05-26 13:53:07 +10:00
2021-01-28 13:54:57 +01:00
2020-05-26 13:53:07 +10:00
2020-10-22 20:47:02 +10:00
2020-10-22 20:47:02 +10:00
2020-10-22 20:47:02 +10:00
2021-02-10 12:31:31 +10:00
2020-11-16 16:56:11 +10:00
2020-10-22 20:47:02 +10:00
2020-10-22 20:47:02 +10:00
2020-03-10 13:32:06 +01:00
2020-05-27 00:35:00 +02:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2021-02-10 12:31:31 +10:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2020-03-10 13:32:06 +01:00
2020-12-11 11:10:56 +00:00
2020-05-26 13:53:07 +10:00
2021-01-28 13:54:57 +01:00
2020-05-26 13:53:07 +10:00
2020-09-03 09:40:52 +01:00
2020-06-17 11:33:16 +10:00
2020-09-25 11:13:54 +01:00
2020-10-20 16:39:41 +01:00
2020-11-20 08:24:21 +10:00
2020-11-20 08:24:21 +10:00
2020-11-20 08:24:21 +10:00
2020-12-09 12:20:32 +10:00
2020-09-23 23:15:46 +02:00
2020-08-07 14:16:47 +10:00
2020-05-26 13:53:07 +10:00
2020-05-26 13:53:07 +10:00
2021-01-07 13:38:50 +00:00
2020-09-03 09:40:52 +01:00
2020-05-26 13:53:07 +10:00
2020-07-16 14:47:04 +02:00
2020-10-12 08:29:31 +02:00
2020-06-24 22:01:22 +02:00
2020-05-29 08:26:10 +02:00
2020-06-25 14:13:12 +01:00
2021-01-28 13:54:57 +01:00
2020-12-11 18:49:42 +01:00
2021-01-15 10:51:51 +01:00
2020-08-21 09:23:58 +02:00
2021-01-28 13:54:57 +01:00
2020-12-11 10:59:32 +10:00
2020-06-24 22:01:22 +02:00
2020-04-09 17:12:35 +10:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2020-04-23 13:55:52 +01:00
2020-08-21 09:04:09 +02:00
2021-01-28 13:54:57 +01:00
2021-01-28 13:54:57 +01:00
2021-02-10 12:31:31 +10:00
2020-08-07 08:02:14 +10:00
2020-11-11 12:43:27 +01:00
2021-01-28 16:05:50 +01:00
2020-09-19 18:08:46 +10:00
2020-08-07 08:02:14 +10:00
2021-02-15 14:17:36 +10:00
2021-02-10 12:31:31 +10:00
2020-11-11 12:43:27 +01:00
2020-09-23 23:15:46 +02:00
2021-02-05 14:04:59 +01:00
2020-08-24 10:02:25 +02:00
2021-01-28 13:54:57 +01:00
2020-06-04 14:33:57 +01:00
2020-10-15 14:10:06 +01:00
2018-12-06 15:36:02 +01:00
2019-11-06 19:38:32 +01:00
2020-07-24 22:53:27 +10:00
2020-04-23 13:55:52 +01:00