aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Embed X509_CINFDr. Stephen Henson2015-09-161-1/+1
* X509_CRL_INFO embedDr. Stephen Henson2015-09-161-1/+1
* make X509_CRL opaqueDr. Stephen Henson2015-09-021-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-10/+15
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free NULL cleanupRich Salz2015-03-241-2/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-389/+395
* do_ext_i2d: free ext_der or ext_oct on error pathJonas Maebe2014-08-171-2/+7
* option to replace extensions with new ones: mainly for creating cross-certifi...Dr. Stephen Henson2010-03-031-4/+4
* PR: 2183Dr. Stephen Henson2010-03-031-0/+15
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-5/+5
* LHASH revamp. make depend.Ben Laurie2008-05-261-20/+21
* Fix more error codes.Bodo Möller2005-05-111-6/+6
* Make DER option work again.Dr. Stephen Henson2003-05-021-2/+2
* Support for policy constraints.Dr. Stephen Henson2003-03-211-1/+1
* Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson2003-02-271-1/+11
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-9/+38
* 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