aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-147/+234
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+2
* Stop extension creation code core dumping.Dr. Stephen Henson2000-12-131-0/+1
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-7/+14
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-4/+4
* Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1999-08-251-1/+25
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-201-12/+13
* Various clarifications to extension docs: change the name of literalDr. Stephen Henson1999-05-171-1/+1
* The various character predicates (isspace and the like) may not beBodo Möller1999-05-101-2/+2
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-091-9/+37
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-10/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Fix lots of warnings.Ulf Möller1999-04-201-1/+1
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-201-2/+6
* Change functions to ANSI C.Ulf Möller1999-04-191-65/+30
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-181-11/+10
* Massive constification.Ben Laurie1999-04-171-2/+2
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-161-0/+82
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-061-0/+23
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-5/+6
* Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson1999-02-211-3/+12
* Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson1999-02-141-11/+102
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-0/+8
* Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1999-01-241-0/+165