aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509_lcl.h
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2014-06-22 01:38:57 -0400
committerViktor Dukhovni <openssl-users@dukhovni.org>2014-06-22 20:32:35 -0400
commit8abffa4a73fcbf6536e0a42d736ed9211a8204ea (patch)
treec56ae9164778b27dc1b03008b9377b2125cedb28 /crypto/x509/x509_lcl.h
parent66d884f06770f2daaee8016299ef7e1e3b91dfd1 (diff)
downloadopenssl-8abffa4a73fcbf6536e0a42d736ed9211a8204ea.zip
openssl-8abffa4a73fcbf6536e0a42d736ed9211a8204ea.tar.gz
openssl-8abffa4a73fcbf6536e0a42d736ed9211a8204ea.tar.bz2
Multiple verifier reference identities.
Implemented as STACK_OF(OPENSSL_STRING).
Diffstat (limited to 'crypto/x509/x509_lcl.h')
-rw-r--r--crypto/x509/x509_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h
index a71af34..a20bed2 100644
--- a/crypto/x509/x509_lcl.h
+++ b/crypto/x509/x509_lcl.h
@@ -60,7 +60,7 @@
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 */
size_t emaillen;