mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-10 15:45:34 +00:00
- Replace 'RSA with MD2' OID '2a864886f70d010102' by 'RSA with SHA-256' OID '2a864886f70d01010b': Only the last byte determines the hash, and `MBEDTLS_OID_PKCS1_MD2 == MBEDTLS_OID_PKCS1 "\x02"` `MBEDTLS_OID_PKCS1_SHA256 == MBEDTLS_OID_PKCS1 "\x0b"` See oid.h. - Replace MD2 dependency by SHA256 dependency. - Adapt expected CRT info output.