1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-11 05:22:30 +03:00
Files
mbedtls/programs/x509/cert_write.c
Gilles Peskine 842edf474c Make many fields of X.509 structures public
The structures mbedtls_x509_time, mbedtls_x509_crl_entry, mbedtls_x509_crl,
mbedtls_x509_crt, mbedtls_x509_san_other_name,
mbedtls_x509_subject_alternative_name, mbedtls_x509_csr are designed to
expose the result of parsing X.509 data. Document many of their fields as
being publicly readable.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-08-31 22:54:27 +02:00

28 KiB