commit | f4e1b645175eb4fc77ebd70c128d1c732e6bb36d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 19 11:39:46 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 25 11:26:12 2014 +0200 |
tree | beb8e707109a3ac8a24b085856ce9b416791c06f | |
parent | 08485cca81a1a86577489d04875370690027a7cf [diff] [blame] |
Fix comments about X.509 versions
diff --git a/include/polarssl/x509_crl.h b/include/polarssl/x509_crl.h index 3016b87..9f597a8 100644 --- a/include/polarssl/x509_crl.h +++ b/include/polarssl/x509_crl.h
@@ -75,7 +75,7 @@ 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). */