openssl/crypto/asn1
David Woodhouse 47bbaa5b60 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>
2015-09-03 16:31:09 -04:00
..
a_bitstr.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_d2i_fp.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_digest.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_dup.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_gentm.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_i2d_fp.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_int.c Encode b == NULL or blen == 0 as zero. 2015-06-13 12:25:42 +01:00
a_mbstr.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_object.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
a_octet.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_print.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_sign.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_strex.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_strnid.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_time.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_type.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_utctm.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_utf8.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_verify.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ameth_lib.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
asn1_err.c Remove obsolete key formats. 2015-07-16 01:06:48 -04:00
asn1_gen.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn1_lib.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
asn1_locl.h
asn1_par.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn_mime.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn_moid.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn_mstbl.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn_pack.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bio_asn1.c
bio_ndef.c
charmap.h
charmap.pl
d2i_pr.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
d2i_pu.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
evp_asn1.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
f_int.c ASN1 INTEGER refactor. 2015-05-18 18:38:42 +01:00
f_string.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
i2d_pr.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
i2d_pu.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
Makefile make update 2015-09-02 21:26:17 +01:00
n_pkey.c Remove obsolete key formats. 2015-07-16 01:06:48 -04:00
nsseq.c
p5_pbe.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p5_pbev2.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p5_scrypt.c Add scrypt PBE algorithm code. 2015-05-21 12:48:02 +01:00
p8_pkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_bitst.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_crl.c make X509_CRL opaque 2015-09-02 21:26:17 +01:00
t_pkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_req.c make X509_REQ opaque 2015-08-31 20:58:33 +01:00
t_spki.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_x509.c Check ASN1_INTEGER_get for errors. 2015-06-06 13:17:06 +01:00
t_x509a.c make X509_CERT_AUX opaque 2015-08-31 20:58:33 +01:00
tasn_dec.c
tasn_enc.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
tasn_fre.c
tasn_new.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
tasn_prn.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
tasn_scn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
tasn_typ.c
tasn_utl.c
x_algor.c
x_bignum.c check bn_new return value 2015-08-31 16:03:31 -04:00
x_crl.c make X509_CRL opaque 2015-09-02 21:26:17 +01:00
x_info.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
x_long.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_pkey.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
x_pubkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_req.c make X509_REQ opaque 2015-08-31 20:58:33 +01:00
x_sig.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_spki.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_val.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_x509.c Revert "OPENSSL_NO_xxx cleanup: RFC3779" 2015-09-03 16:31:09 -04:00
x_x509a.c make X509_CERT_AUX opaque 2015-08-31 20:58:33 +01:00