Lines Matching refs:version
8 certificate request or CRL version
15 int X509_set_version(X509 *x, long version);
18 int X509_REQ_set_version(X509_REQ *x, long version);
21 int X509_CRL_set_version(X509_CRL *x, long version);
25 int X509_ACERT_set_version(X509_ACERT *x, long version);
30 X509_get_version() returns the numerical value of the version field of
34 version. So B<X509_VERSION_3> has value 2 and B<X509_VERSION_1> has value 0.
36 X509_set_version() sets the numerical value of the version field of certificate
37 I<x> to I<version>.
41 X509_CRL_get_version() and X509_CRL_set_version() get and set the version
48 The version field of certificates, certificate requests and CRLs has a
49 DEFAULT value of B<v1(0)> meaning the field should be omitted for version
55 return the numerical value of the version field.