mbedtls/ChangeLog.d/asn1write-0-fix
Gilles Peskine 321a08944b Fix bug whereby 0 was written as 0200 rather than 020100
0200 is not just non-DER, it's completely invalid, since there has to be a
sign bit.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-06-10 20:13:33 +02:00

2 lines
77 B
Text

Bugfix
* Fix mbedtls_asn1_write_mpi() writing an incorrect encoding of 0.