aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_gen.c
Commit message (Expand)AuthorAgeFilesLines
* PR: 2090Dr. Stephen Henson2009-11-101-1/+9
* Submitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr>Dr. Stephen Henson2009-02-101-0/+6
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* size_tification.Ben Laurie2008-11-011-1/+1
* Bunch of constifications.Andy Polyakov2007-10-131-1/+1
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-12/+4
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-5/+2
* Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson2006-01-191-0/+2
* support numeric strings in ASN1_generate_nconfNils Larsch2006-01-141-0/+3
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-2/+2
* make asn.1 field names constNils Larsch2005-04-231-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+4
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-3/+5
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Ooops forgot to recognise V_ASN1_GENERALSTRING.Dr. Stephen Henson2003-02-201-0/+1
* Typo.Dr. Stephen Henson2003-02-181-1/+1
* GeneralString support in mini-ASN1 compilerDr. Stephen Henson2003-02-111-0/+2
* Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson2002-11-151-1/+9
* Fix warnings, makefile cockup.Ben Laurie2002-11-131-2/+2
* Only accept exact match for modifier or tag nameDr. Stephen Henson2002-11-131-1/+1
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-0/+831