mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 00:05:38 +00:00
Add ChangeLog entry for unused bits in bitstrings
This commit is contained in:
parent
e730ff68ee
commit
fc547ffb92
|
@ -9,6 +9,12 @@ Bugfix
|
||||||
* Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
|
* Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
|
||||||
* Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
|
* Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
|
||||||
Fixes #2190.
|
Fixes #2190.
|
||||||
|
* Ensure that unused bits are zero when writing ASN.1 bitstrings when using
|
||||||
|
mbedtls_asn1_write_bitstring().
|
||||||
|
* Fix issue when writing the named bitstrings in KeyUsage and NsCertType
|
||||||
|
extensions in CSRs and CRTs that caused these bitstrings to not be encoded
|
||||||
|
correctly as trailing zeroes were not accounted for as unused bits in the
|
||||||
|
leading content octet. Fixes #1610.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Include configuration file in all header files that use configuration,
|
* Include configuration file in all header files that use configuration,
|
||||||
|
|
Loading…
Reference in a new issue