Write a trusted X.509 certificate (with aux trust info) to a BIO as PEM.

Synopsis

Declared in <openssl/pem.h>

int
PEM_write_bio_X509_AUX(
    BIO* bp,
    X509 const* x);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

bp

BIO to write to.

x

Certificate to encode.

Created with MrDocs