X509_algor_st

Opaque ASN.1 AlgorithmIdentifier (algorithm OID plus optional parameters).

Synopsis

Declared in <openssl/x509.h>

struct X509_algor_st;

Data Members

NameDescription
algorithm Object identifier naming the algorithm.
parameter Optional algorithm parameters, or NULL when parameters are absent/NULL.