aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3conf.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-56/+58
Reviewed-by: Tim Hudson <tjh@openssl.org>
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2003-01-01Adjust the parameter lists in some not commonly used files.Richard Levitte1-1/+1
PR: 428
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-1/+0
to main trunk. Lets see if the makes it to openssl-cvs :-)
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-5/+5
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller1-3/+1
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-4/+7
without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe
1999-01-24Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1-0/+127