Write a certificate request using the legacy "NEW CERTIFICATE REQUEST" PEM label.

Synopsis

Declared in <openssl/pem.h>

int
PEM_write_bio_X509_REQ_NEW(
    BIO* bp,
    X509_REQ const* x);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

bp

BIO to write to.

x

Request to encode.

Created with MrDocs