aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_gen.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY1-1/+1
2016-06-04Constify ASN1_generate_v3FdaSilvaYY1-3/+3
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY1-2/+2
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+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-20/+9
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-6/+6
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets1-1/+1
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-1/+1
2015-05-01free NULL cleanup 11Rich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-04-16Reject empty generation strings.Dr. Stephen Henson1-2/+4
2015-04-16Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson1-7/+27
2015-03-11Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell1-0/+4
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me1-1/+1
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-2/+0
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx1-0/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-780/+728
2014-08-11Fix d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84Dr Stephen Henson1-1/+1
2012-10-22New config module for string tables. This can be used to add newDr. Stephen Henson1-0/+24
2009-11-10PR: 2090Dr. Stephen Henson1-1/+9
2009-02-10Submitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr>Dr. Stephen Henson1-0/+6
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01size_tification.Ben Laurie1-1/+1
2007-10-13Bunch of constifications.Andy Polyakov1-1/+1
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson1-12/+4
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-5/+2
2006-01-19Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson1-0/+2
2006-01-14support numeric strings in ASN1_generate_nconfNils Larsch1-0/+3
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-2/+2
2005-04-23make asn.1 field names constNils Larsch1-1/+1
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-2/+4
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-3/+5
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-1/+1
2003-02-20Ooops forgot to recognise V_ASN1_GENERALSTRING.Dr. Stephen Henson1-0/+1
2003-02-18Typo.Dr. Stephen Henson1-1/+1
2003-02-11GeneralString support in mini-ASN1 compilerDr. Stephen Henson1-0/+2
2002-11-15Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson1-1/+9
2002-11-13Fix warnings, makefile cockup.Ben Laurie1-2/+2
2002-11-13Only accept exact match for modifier or tag nameDr. Stephen Henson1-1/+1
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson1-0/+831