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