File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ Bugfix
31
31
Fixes #2190.
32
32
* Fix false failure in all.sh when backup files exist in include/mbedtls
33
33
(e.g. config.h.bak). Fixed by Peter Kolbus (Garmin) #2407.
34
+ * Ensure that unused bits are zero when writing ASN.1 bitstrings when using
35
+ mbedtls_asn1_write_bitstring().
36
+ * Fix issue when writing the named bitstrings in KeyUsage and NsCertType
37
+ extensions in CSRs and CRTs that caused these bitstrings to not be encoded
38
+ correctly as trailing zeroes were not accounted for as unused bits in the
39
+ leading content octet. Fixes #1610.
34
40
35
41
Changes
36
42
* Reduce RAM consumption during session renegotiation by not storing
@@ -65,6 +71,8 @@ Features
65
71
function to see for which parameter values it is defined. This feature is
66
72
disabled by default. See its API documentation in config.h for additional
67
73
steps you have to take when enabling it.
74
+ * Add a new function mbedtls_asn1_write_named_bitstring() to write ASN.1
75
+ named bitstring in DER as required by RFC 5280 Appendix B.
68
76
69
77
API Changes
70
78
* The following functions in the random generator modules have been
You can’t perform that action at this time.
0 commit comments