mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Fix comments about X.509 versions
This commit is contained in:
parent
08485cca81
commit
f4e1b64517
3 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ typedef struct _x509_csr
|
|||
x509_buf raw; /**< The raw CSR data (DER). */
|
||||
x509_buf cri; /**< The raw CertificateRequestInfo body (DER). */
|
||||
|
||||
int version;
|
||||
int version; /**< CSR version (1=v1). */
|
||||
|
||||
x509_buf subject_raw; /**< The raw subject data (DER). */
|
||||
x509_name subject; /**< The parsed subject data (named information object). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue