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:36:31 +0000 (15:36 +0000)
commitadc6bd73e3bd10ce6e76867482e8d137071298d7
tree0603b252f4daa903827eb6080a37f18f449a4aa6
parent8c6d8c2a498146992123ef5407d7ba01a1e7224d
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.
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