aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_conf.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte1-511/+0
2018-12-06Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte1-1/+1
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl1-2/+6
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-4/+4
2016-07-26Use sk_CONF_VALUE_pop_free in do_ext_nconf error path.David Benjamin1-1/+1
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY1-2/+2
2016-06-10Fix an error path leak in do_ext_nconf()Matt Caswell1-1/+3
2016-06-04Constify X509V3_EXT_*_conf*FdaSilvaYY1-30/+30
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+6
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-16Embed X509_CINFDr. Stephen Henson1-1/+1
2015-09-16X509_CRL_INFO embedDr. Stephen Henson1-1/+1
2015-09-02make X509_CRL opaqueDr. Stephen Henson1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-10/+15
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-2/+2
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets1-1/+1
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-5/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-389/+395
2014-08-17do_ext_i2d: free ext_der or ext_oct on error pathJonas Maebe1-2/+7
2010-03-03option to replace extensions with new ones: mainly for creating cross-certifi...Dr. Stephen Henson1-4/+4
2010-03-03PR: 2183Dr. Stephen Henson1-0/+15
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-5/+5
2008-05-26LHASH revamp. make depend.Ben Laurie1-20/+21
2005-05-11Fix more error codes.Bodo Möller1-6/+6
2003-05-02Make DER option work again.Dr. Stephen Henson1-2/+2
2003-03-21Support for policy constraints.Dr. Stephen Henson1-1/+1
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson1-1/+11
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson1-9/+38
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson1-147/+234
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-2/+2
2000-12-13Stop extension creation code core dumping.Dr. Stephen Henson1-0/+1
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-7/+14
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-4/+4
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1-1/+25
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1-12/+13
1999-05-17Various clarifications to extension docs: change the name of literalDr. Stephen Henson1-1/+1
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller1-2/+2
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1-9/+37
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-10/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
1999-04-20Fix lots of warnings.Ulf Möller1-1/+1
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1-2/+6
1999-04-19Change functions to ANSI C.Ulf Möller1-65/+30