Revert "OPENSSL_NO_xxx cleanup: RFC3779"
authorDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 23 Jul 2015 16:30:06 +0000 (17:30 +0100)
committerRich Salz <rsalz@openssl.org>
Thu, 3 Sep 2015 20:31:09 +0000 (16:31 -0400)
commit47bbaa5b607f592009ed40f5678fde21c10a873c
treef245330f58ec496813a01925af52f9f78e1152df
parent64b25758edca688a30f02c260262150f7ad0bc7d
Revert "OPENSSL_NO_xxx cleanup: RFC3779"

This reverts the non-cleanup parts of commit c73ad69017. We do actually
have a reasonable use case for OPENSSL_NO_RFC3779 in the EDK2 UEFI
build, since we don't have a strspn() function in our runtime environment
and we don't want the RFC3779 functionality anyway.

In addition, it changes the default behaviour of the Configure script so
that RFC3779 support isn't disabled by default. It was always disabled
from when it was first added in 2006, right up until the point where
OPENSSL_NO_RFC3779 was turned into a no-op, and the code in the
Configure script was left *trying* to disable it, but not actually
working.

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
12 files changed:
Configure
crypto/asn1/x_x509.c
crypto/x509/x509_vfy.c
crypto/x509v3/ext_dat.h
crypto/x509v3/v3_addr.c
crypto/x509v3/v3_asid.c
crypto/x509v3/v3_purp.c
include/openssl/x509.h
include/openssl/x509v3.h
makevms.com
util/libeay.num
util/mkdef.pl