• D
    Revert "OPENSSL_NO_xxx cleanup: RFC3779" · 47bbaa5b
    David Woodhouse 提交于
    This reverts the non-cleanup parts of commit c73ad690. 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: NRich Salz <rsalz@akamai.com>
    Reviewed-by: NTim Hudson <tjh@openssl.org>
    47bbaa5b
x509_vfy.c 72.5 KB