mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-05 09:33:01 +02:00
The structures mbedtls_asn1_buf, mbedtls_asn1_bitstring, mbedtls_asn1_sequence and mbedtls_asn1_named_data are designed to allow access to data after parsing. Make their fields public. Document that chaining fields are essentially read-only. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>