Hanno Becker
0af717b520
Don't use mbedtls_ssL_set_calc_verify_md writing CertificateRequest
...
mbedtls_ssl_set_calc_verify_md() serves two purposes:
(a) It checks whether a hash algorithm is suitable to be used
in the CertificateVerify message.
(b) It updates the function callback pointing to the function that
computes handshake transcript for the CertificateVerify message
w.r.t. the chosen hash function.
Step (b) is only necessary when receiving the CertificateVerify
message, while writing the CertificateRequest only involves (a).
This commit modifies the writing code for the CertificateRequest
message to inline the check (a) and thereby avoiding the call to
mbedtls_ssl_calc_verify_md().
2019-07-17 10:19:27 +01:00
..
2019-04-24 10:52:45 +02:00
2018-04-05 15:37:38 +02:00
2018-04-17 10:00:21 -05:00
2018-12-19 12:51:00 +00:00
2019-06-25 10:41:34 +01:00
2019-02-11 21:13:33 +00:00
2019-06-25 09:10:57 +01:00
2018-12-19 12:52:59 +00:00
2018-12-19 13:42:05 +00:00
2019-04-24 10:51:54 +02:00
2019-05-30 10:58:12 +01:00
2019-04-24 10:51:54 +02:00
2018-12-18 15:30:30 +00:00
2019-06-25 09:10:57 +01:00
2019-06-25 09:10:57 +01:00
2018-06-27 10:51:47 +01:00
2019-07-01 11:25:42 +01:00
2018-11-26 19:26:22 +01:00
2019-06-25 09:10:57 +01:00
2019-04-24 10:51:54 +02:00
2019-05-30 10:58:12 +01:00
2019-02-22 12:51:51 +01:00
2019-01-10 10:52:08 +02:00
2019-02-18 14:50:57 +00:00
2019-04-24 10:51:54 +02:00
2019-04-24 10:51:54 +02:00
2018-11-06 13:12:47 +00:00
2018-04-17 10:00:21 -05:00
2019-07-01 11:25:42 +01:00
2018-12-19 17:32:19 +01:00
2019-06-17 15:12:51 +02:00
2018-07-23 10:34:47 -07:00
2018-11-26 19:26:22 +01:00
2019-07-01 11:25:42 +01:00
2018-04-17 10:00:21 -05:00
2019-04-24 10:52:53 +02:00
2019-04-24 10:52:45 +02:00
2018-01-22 11:54:42 +01:00
2018-04-17 10:00:21 -05:00
2018-06-12 16:56:04 +01:00
2019-07-03 10:31:46 +02:00
2018-12-20 12:15:40 +01:00
2019-06-18 11:05:44 +01:00
2018-06-12 18:25:09 +03:00
2018-10-15 15:27:49 +02:00
2018-12-20 12:37:13 +00:00
2018-10-16 13:39:40 +01:00
2018-10-16 13:39:40 +01:00
2019-06-18 11:31:59 +02:00
2018-12-19 17:03:28 +01:00
2018-12-11 12:28:56 +01:00
2018-10-11 11:04:20 +01:00
2019-04-24 10:51:54 +02:00
2019-04-24 10:51:54 +02:00
2018-10-09 16:36:53 +01:00
2018-12-20 12:37:13 +00:00
2019-04-24 10:52:45 +02:00
2019-04-24 10:52:45 +02:00
2019-04-24 10:52:53 +02:00
2019-07-08 11:23:24 +01:00
2019-07-08 11:23:25 +01:00
2019-07-15 19:24:11 +01:00
2018-04-17 10:00:21 -05:00
2019-07-17 10:19:27 +01:00
2019-06-03 09:51:08 +02:00
2019-07-17 10:19:27 +01:00
2018-09-06 12:09:56 +01:00
2019-06-20 16:33:02 +01:00
2019-07-03 10:31:46 +02:00
2019-06-25 09:10:57 +01:00
2019-06-25 09:10:57 +01:00
2019-07-03 10:31:46 +02:00
2019-06-25 09:10:57 +01:00
2019-07-03 10:31:46 +02:00
2019-06-25 09:10:57 +01:00
2019-06-25 09:10:57 +01:00
2018-04-17 10:00:21 -05:00