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_check_host, X509_check_email, X509_check_ip, X509_check_ip_asc — X.509 certificate matchingSYNOPSIS
#include <openssl/x509v3.h>X509_check_host(X509 *x, const char *name, size_t namelen, unsigned int flags, char **peername);
X509_check_email(X509 *x, const char *address, size_t addresslen, unsigned int flags);
X509_check_ip(X509 *x, const unsigned char *address, size_t addresslen, unsigned int flags);
X509_check_ip_asc(X509 *x, const char *address, unsigned int flags);