-*- mode: troff; coding: utf-8 -*-
Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)
Standard preamble:
========================================================================
..
.... \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
. ds C` "" . ds C' "" 'br\} . ds C` . ds C' 'br\}
Escape single quotes in literal strings from groff's Unicode transform.
If the F register is >0, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.
Avoid warning from groff about undefined register 'F'.
.. .nr rF 0 . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF ========================================================================
Title "X509_CRL_get0_by_serial 3"
way too many mistakes in technical documents.
\fBX509_CRL_get0_by_cert() is similar to X509_get0_by_serial() except it looks for a revoked entry using the serial number of certificate x.
\fBX509_CRL_get_REVOKED() returns an internal pointer to a STACK of all revoked entries for crl.
\fBX509_REVOKED_get0_serialNumber() returns an internal pointer to the serial number of r.
\fBX509_REVOKED_get0_revocationDate() returns an internal pointer to the revocation date of r.
\fBX509_REVOKED_set_serialNumber() sets the serial number of r to serial. The supplied serial pointer is not used internally so it should be freed after use.
\fBX509_REVOKED_set_revocationDate() sets the revocation date of r to \fItm. The supplied tm pointer is not used internally so it should be freed after use.
\fBX509_CRL_add0_revoked() appends revoked entry rev to CRL crl. The pointer rev is used internally so it MUST NOT be freed after the call: it is freed when the parent CRL is freed.
\fBX509_CRL_sort() sorts the revoked entries of crl into ascending serial number order.
\fBX509_CRL_get_REVOKED() returns a STACK of revoked entries.
\fBX509_REVOKED_get0_serialNumber() returns an ASN1_INTEGER structure.
\fBX509_REVOKED_get0_revocationDate() returns an ASN1_TIME structure.
\fBX509_REVOKED_set_serialNumber(), X509_REVOKED_set_revocationDate(), \fBX509_CRL_add0_revoked() and X509_CRL_sort() return 1 for success and 0 for failure.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.