aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509_lcl.h
diff options
context:
space:
mode:
authorViktor Dukhovni <ietf-dane@dukhovni.org>2014-07-06 01:44:30 +1000
committerViktor Dukhovni <ietf-dane@dukhovni.org>2014-07-06 01:50:50 +1000
commit6e661d458f5aa8f52bf3d9098bd10025de5f08ea (patch)
tree277fee4f16e3dda1ddd54d820a85a48a7e380e44 /crypto/x509/x509_lcl.h
parentd2ab55eb5ba5ffcca96253224c20ee1269b39b72 (diff)
downloadopenssl-6e661d458f5aa8f52bf3d9098bd10025de5f08ea.zip
openssl-6e661d458f5aa8f52bf3d9098bd10025de5f08ea.tar.gz
openssl-6e661d458f5aa8f52bf3d9098bd10025de5f08ea.tar.bz2
New peername element in X509_VERIFY_PARAM_ID
Declaration, memory management, accessor and documentation.
Diffstat (limited to 'crypto/x509/x509_lcl.h')
-rw-r--r--crypto/x509/x509_lcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h
index a20bed2..8350929 100644
--- a/crypto/x509/x509_lcl.h
+++ b/crypto/x509/x509_lcl.h
@@ -62,6 +62,7 @@ struct X509_VERIFY_PARAM_ID_st
{
STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
unsigned int hostflags; /* Flags to control matching features */
+ char *peername; /* Matching hostname in peer certificate */
unsigned char *email; /* If not NULL email address to match */
size_t emaillen;
unsigned char *ip; /* If not NULL IP address to match */