Simon Leet
40ca54a9ac
Revise comments for x509write_csr_der_internal
...
Address remaining PR comments for #2118
- Add ChangeLog.d/x509write_csr_heap_alloc.txt.
- Fix parameter alignment per Gille's recommendation.
- Update comments to more explicitly describe the manipulation of buf.
- Replace use of `MBEDTLS_MPI_MAX_SIZE` as `sig` buffer size for
call to `x509write_csr_der_internal()` with more intuitive
`MBEDTLS_PK_SIGNATURE_MAX_SIZE`.
- Update `mbedtls_x509write_csr_der()` to return
`MBEDTLS_ERR_X509_ALLOC_FAILED` on mbedtls_calloc error.
Signed-off-by: Simon Leet <simon.leet@microsoft.com>
2020-07-08 18:32:47 +00:00
..
2020-04-22 16:01:48 +02:00
2020-02-03 10:39:55 +00:00
2019-12-19 10:24:22 +00:00
2020-06-09 10:39:38 +02:00
2019-12-03 16:07:18 +00:00
2020-03-19 13:36:33 +01:00
2019-12-03 16:07:18 +00:00
2019-12-03 16:07:18 +00:00
2019-12-03 16:07:18 +00:00
2020-01-21 15:02:14 +01:00
2020-04-22 16:01:48 +02:00
2020-06-22 13:44:03 +02:00
2020-03-24 22:57:11 +01:00
2020-01-15 15:55:11 +00:00
2020-04-22 16:01:48 +02:00
2019-09-04 10:11:45 +01:00
2019-12-03 16:07:18 +00:00
2019-12-03 16:07:18 +00:00
2020-01-24 12:11:56 +01:00
2019-12-03 16:07:18 +00:00
2019-12-03 16:07:18 +00:00
2020-05-28 20:02:40 +09:00
2020-06-24 17:16:33 +01:00
2019-12-19 10:24:22 +00:00
2020-06-15 10:57:51 +02:00
2020-01-15 15:55:11 +00:00
2020-04-02 19:54:51 +02:00
2019-12-03 16:07:18 +00:00
2020-04-17 11:57:50 +02:00
2019-12-03 16:07:18 +00:00
2019-12-03 16:07:18 +00:00
2019-12-03 16:07:18 +00:00
2020-04-20 13:56:09 +03:00
2020-06-11 14:05:25 +01:00
2019-12-03 16:07:18 +00:00
2020-04-22 16:01:48 +02:00
2019-12-03 16:07:18 +00:00
2020-01-31 10:15:32 +01:00
2020-01-31 10:15:32 +01:00
2019-12-03 16:07:18 +00:00
2020-03-19 13:36:33 +01:00
2019-12-03 16:07:18 +00:00
2020-02-18 10:31:29 +01:00
2020-01-31 10:24:21 +01:00
2019-09-04 11:31:35 +01:00
2019-12-03 16:07:18 +00:00
2019-12-03 16:07:18 +00:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2020-06-16 17:38:44 +02:00
2019-12-03 16:07:18 +00:00
2020-01-28 14:43:52 -05:00
2019-12-03 16:07:18 +00:00
2019-12-03 16:07:18 +00:00
2020-01-29 09:46:49 +01:00
2020-03-19 13:36:33 +01:00
2020-03-23 17:55:32 +01:00
2020-06-11 09:34:06 +02:00
2020-05-29 15:07:00 +02:00
2020-06-04 13:33:08 +01:00
2020-04-22 09:31:00 +02:00
2020-05-29 15:07:00 +02:00
2020-06-17 12:26:24 +01:00
2020-05-20 18:14:45 +00:00
2020-06-04 15:51:54 +01:00
2020-03-19 13:36:33 +01:00
2020-03-19 13:36:33 +01:00
2020-06-17 17:55:29 +02:00
2020-03-19 13:36:33 +01:00
2020-05-21 01:56:55 +09:00
2020-03-19 13:36:33 +01:00
2020-07-08 18:32:47 +00:00