Drop hostlen from X509_VERIFY_PARAM_ID.
authorViktor Dukhovni <openssl-users@dukhovni.org>
Sun, 22 Jun 2014 05:35:44 +0000 (01:35 -0400)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 25 Jun 2014 17:21:35 +0000 (18:21 +0100)
commitd93edc0aab98377f42dd19312248597a018a7889
treef25e825b81df3313b5068cd9af5adf831bedf7df
parent609daababb4dc614f23436c21bfb1691e6d3eb89
Drop hostlen from X509_VERIFY_PARAM_ID.

Just store NUL-terminated strings.  This works better when we add
support for multiple hostnames.
(cherry picked from commit b3012c698a086937319ed413a113ed7bec1edd1a)
crypto/x509/vpm_int.h
crypto/x509/x509_vfy.c
crypto/x509/x509_vpm.c
crypto/x509v3/v3_utl.c