Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
X509_signature_dump, X509_signature_print — pretty-print ASN.1 stringsSYNOPSIS
#include <openssl/x509.h>X509_signature_dump(BIO *bio, const ASN1_STRING *signature, int indent);
X509_signature_print(BIO *bio, const X509_ALGOR *algorithm, const ASN1_STRING *signature);