mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +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
|
|
@ -75,7 +75,7 @@ typedef struct _x509_crl
|
|||
x509_buf raw; /**< The raw certificate data (DER). */
|
||||
x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */
|
||||
|
||||
int version;
|
||||
int version; /**< CRL version (1=v1, 2=v2) */
|
||||
x509_buf sig_oid1;
|
||||
|
||||
x509_buf issuer_raw; /**< The raw issuer data (DER). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue