Print a GeneralName to a BIO in human‐readable form.
Synopsis
Declared in <openssl/x509v3.h>
int
GENERAL_NAME_print(
BIO* out,
GENERAL_NAME* gen);
Return Value
1 on success.
Parameters
Name |
Description |
out |
Destination BIO. |
gen |
GeneralName to print. |
Created with MrDocs