Lines Matching refs:I
33 X509_CRL_get0_by_serial() attempts to find a revoked entry in I<crl> for
34 serial number I<serial>. If it is successful, it sets I<*ret> to the internal
35 pointer of the matching entry. As a result, I<*ret> B<MUST NOT> be freed
39 looks for a revoked entry using the serial number of certificate I<x>.
42 revoked entries for I<crl>.
45 serial number of I<r>.
48 revocation date of I<r>.
50 X509_REVOKED_set_serialNumber() sets the serial number of I<r> to I<serial>.
51 The supplied I<serial> pointer is not used internally so it should be
54 X509_REVOKED_set_revocationDate() sets the revocation date of I<r> to
55 I<tm>. The supplied I<tm> pointer is not used internally so it should be
58 X509_CRL_add0_revoked() appends revoked entry I<rev> to CRL I<crl>. The
59 pointer I<rev> is used internally so it B<MUST NOT> be freed after the call:
62 X509_CRL_sort() sorts the revoked entries of I<crl> into ascending serial