File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
which allows copy-less parsing of DER encoded X.509 CRTs,
8
8
at the cost of additional lifetime constraints on the input
9
9
buffer, but at the benefit of reduced RAM consumption.
10
+ * Add a new function mbedtls_asn1_write_named_bitstring() to write ASN.1
11
+ named bitstring in DER as required by RFC 5280 Appendix B.
10
12
11
13
API Changes
12
14
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.
@@ -71,8 +73,6 @@ Features
71
73
function to see for which parameter values it is defined. This feature is
72
74
disabled by default. See its API documentation in config.h for additional
73
75
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.
76
76
77
77
API Changes
78
78
* The following functions in the random generator modules have been
You can’t perform that action at this time.
0 commit comments