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_find_by_subject, X509_find_by_issuer_and_serial — search an array of X.509 certificatesSYNOPSIS
#include <openssl/x509.h>X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *subject);
X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *issuer, ASN1_INTEGER *serial);