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_ALGOR_new, X509_ALGOR_free, X509_ALGOR_dup, X509_ALGOR_set0, X509_ALGOR_get0, X509_ALGOR_set_md, X509_ALGOR_cmp — create, change, and inspect algorithm identifiersSYNOPSIS
#include <openssl/x509.h>X509_ALGOR_new(void);
X509_ALGOR_free(X509_ALGOR *alg);
X509_ALGOR_dup(X509_ALGOR *alg);
X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval);
X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, const void **ppval, const X509_ALGOR *alg);
X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md);
X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b);