summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_conf.c
AgeCommit message (Expand)Author
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-16Embed X509_CINFDr. Stephen Henson
2015-09-16X509_CRL_INFO embedDr. Stephen Henson
2015-09-02make X509_CRL opaqueDr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-01free null cleanup finaleRich Salz
2015-03-24free NULL cleanupRich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-17do_ext_i2d: free ext_der or ext_oct on error pathJonas Maebe
2010-03-03option to replace extensions with new ones: mainly for creating cross-certifi...Dr. Stephen Henson
2010-03-03PR: 2183Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2003-05-02Make DER option work again.Dr. Stephen Henson
2003-03-21Support for policy constraints.Dr. Stephen Henson
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2000-12-13Stop extension creation code core dumping.Dr. Stephen Henson
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-05-17Various clarifications to extension docs: change the name of literalDr. Stephen Henson
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-20Fix lots of warnings.Ulf Möller
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson
1999-04-17Massive constification.Ben Laurie
1999-04-16Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson
1999-03-06Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson
1999-02-21Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson
1999-02-14Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson
1999-01-24Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson