openssl/crypto/x509
Richard Levitte ef33b97050 Using checks of the existence of HEADER_{foo}_H in other header files
was a really bad idea.  For example, the following:

	#include <x509.h>
	#include <bio.h>
	#include <asn1.h>

would make sure that things like ASN1_UTCTIME_print() wasn't defined
unless you moved the inclusion of bio.h to above the inclusion of
x509.h.  The reason is that x509.h includes asn1.h, and the
declaration of ASN1_UTCTIME_print() depended on the definition of
HEADER_BIO_H.  That's what I call an obscure bug.

Instead, this change makes sure that whatever header files are needed
for the correct process of one header file are included automagically,
and that the definitions of, for example, BIO-related things are
dependent on the absence of the NO_{foo} macros.  This is also
consistent with the way parts of OpenSSL can be excluded at will.
2000-06-09 10:41:35 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
by_dir.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
by_file.c Make sure the return value of by_file_ctrl(..., X509_L_FILE_LOAD, ...) 2000-02-17 21:04:40 +00:00
Makefile.ssl "make update" 2000-04-09 12:52:40 +00:00
x509_att.c Rename functions for new convention. 2000-02-26 01:55:33 +00:00
x509_cmp.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x509_d2.c Report an error from X509_STORE_load_locations 1999-10-26 01:52:16 +00:00
x509_def.c Initial support for MacOS. 1999-09-11 17:54:18 +00:00
x509_err.c Preserve reason strings in automatically build tables. 2000-03-05 00:19:36 +00:00
x509_ext.c Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc. 2000-02-07 01:17:22 +00:00
x509_lu.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x509_obj.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x509_r2x.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x509_req.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x509_set.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x509_trs.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x509_txt.c Add trust setting support to the verify code. It now checks the 1999-11-27 19:43:10 +00:00
x509_v3.c Change the trust and purpose code so it doesn't need init 1999-12-02 02:33:56 +00:00
x509_vfy.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x509_vfy.h Using checks of the existence of HEADER_{foo}_H in other header files 2000-06-09 10:41:35 +00:00
x509.h Using checks of the existence of HEADER_{foo}_H in other header files 2000-06-09 10:41:35 +00:00
x509name.c Make V_ASN1_APP_CHOOSE work again. 2000-03-14 03:29:57 +00:00
x509rset.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x509spki.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
x509type.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x_all.c The previous commit to crypto/stack/*.[ch] pulled the type-safety strings 2000-06-01 02:36:58 +00:00