1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-30 17:48:17 +08:00
Gilles Peskine d3268834f3 Document what the SSL async sign callback needs to do with RSA
Document how the SSL async sign callback must treat its md_alg and
hash parameters when doing an RSA signature: sign-the-hash if md_alg
is nonzero (TLS 1.2), and sign-the-digestinfo if md_alg is zero
(TLS <= 1.1).

In ssl_server2, don't use md_alg=MBEDTLS_MD_NONE to indicate that
ssl_async_resume must perform an encryption, because md_alg is also
MBEDTLS_MD_NONE in TLS <= 1.1. Add a test case to exercise this
case (signature with MBEDTLS_MD_NONE).
2018-04-26 10:00:40 +02:00
..
2018-04-16 09:35:15 +01:00
2018-04-16 11:11:25 +01:00
2018-04-16 14:51:52 +01:00
2018-02-08 14:29:14 +00:00
2018-04-16 16:04:57 +01:00
2018-01-30 16:22:05 +00:00
2018-02-22 10:24:30 +00:00
2018-02-22 10:24:30 +00:00
2018-02-22 10:24:30 +00:00
2018-04-16 16:31:16 +01:00
2018-04-16 15:28:35 +01:00
2018-04-17 14:08:56 +01:00
2018-04-17 10:38:39 +01:00
2018-03-27 13:03:42 +01:00
2018-03-16 16:25:12 +00:00