Add opaque ID structure.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 11 Dec 2013 14:28:57 +0000 (14:28 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 13 Dec 2013 15:42:16 +0000 (15:42 +0000)
commit4a253652eebd8678d2d4494705c0ce498966fc20
treeb23795a290d854bd4c57f6e5f198f5a2859d48c2
parent4fcdd66fff5fea0cfa1055c6680a76a4303f28a2
Add opaque ID structure.

Move the IP, email and host checking fields from the public
X509_VERIFY_PARAM structure into an opaque X509_VERIFY_PARAM_ID
structure. By doing this the structure can be modified in future
without risk of breaking any applications.
(cherry picked from commit adc6bd73e3bd10ce6e76867482e8d137071298d7)

Conflicts:

crypto/x509/x509_vpm.c
crypto/x509/Makefile
crypto/x509/vpm_int.h [new file with mode: 0644]
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
crypto/x509/x509_vpm.c