RT1909: Omit version for v1 certificates
[openssl.git] / crypto / x509 / x509_lcl.h
index a71af342dc199ac2ea64405acced3de2b061a198..18611d57932188e9ba2dec9d34a918cd816d5758 100644 (file)
 
 struct X509_VERIFY_PARAM_ID_st
        {
-       unsigned char *host;    /* If not NULL hostname to match */
+       STACK_OF(OPENSSL_STRING) *hosts;        /* Set of acceptable names */
        unsigned int hostflags; /* Flags to control matching features */
-       unsigned char *email;   /* If not NULL email address to match */
+       char *peername;         /* Matching hostname in peer certificate */
+       char *email;            /* If not NULL email address to match */
        size_t emaillen;
        unsigned char *ip;      /* If not NULL IP address to match */
        size_t iplen;           /* Length of IP address */