Fix comments about X.509 versions

This commit is contained in:
Manuel Pégourié-Gonnard 2014-06-19 11:39:46 +02:00 committed by Paul Bakker
parent 08485cca81
commit f4e1b64517
3 changed files with 3 additions and 3 deletions
include/polarssl

View file

@ -59,7 +59,7 @@ typedef struct _x509_crt
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; /**< The X.509 version. (0=v1, 1=v2, 2=v3) */
int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */
x509_buf serial; /**< Unique id for certificate issued by a specific CA. */
x509_buf sig_oid1; /**< Signature algorithm, e.g. sha1RSA */