PEM_write_X509_CRL

Write an X.509 CRL to a FILE stream in PEM form.

Synopsis

Declared in <openssl/pem.h>

int
PEM_write_X509_CRL(
    FILE* fp,
    X509_CRL const* x);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
fpFILE to write to.
xCRL to encode.