aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
AgeCommit message (Expand)AuthorFilesLines
2013-03-16fix: There must be no content in self-terminating <NULL/> tag.Lev Walkin5-18/+23
2013-03-16make one-pass parsing for object identifierLev Walkin4-34/+86
2012-10-10make file reading work under windowsLev Walkin1-1/+1
2012-09-04tighten code according to tag invariantLev Walkin1-11/+23
2012-09-04fix parsing for OID and RELATIVE-OIDLev Walkin2-17/+16
2012-09-04get rid of xer_is_whitespace()Lev Walkin1-6/+6
2012-09-04removed unused variableLev Walkin1-1/+0
2012-09-04ignore empty integer bodiesLev Walkin1-1/+5
2012-09-04indentationLev Walkin1-1/+2
2012-09-03remove warningsLev Walkin1-0/+9
2012-09-03remove volatile from GeneralizedTimeLev Walkin1-9/+8
2012-09-03remove volatile qualifier from OID codeLev Walkin2-34/+76
2012-09-02remove volatile from INTEGERLev Walkin3-55/+131
2012-09-02upgrade autotoolsLev Walkin5-166/+340
2012-03-02more compact indentation specLev Walkin2-12/+7
2012-02-27fixed indentation in perLev Walkin2-1/+11
2012-02-21some reentrancy protectionLev Walkin2-6/+6
2012-02-15Merge branch 'master' of github.com:vlm/asn1cLev Walkin5-14/+46
2012-01-23more robust pre-allocation; credits to Yuriy OlkhovyyLev Walkin1-4/+3
2012-01-22ignore part of the test which is not properly structuredLev Walkin1-4/+5
2012-01-23check LP64 integersLev Walkin2-3/+30
2012-01-22unbreak overflow detection in gcc 4.4.3 (4.x?)Lev Walkin3-4/+9
2012-01-09comment fixLev Walkin1-1/+1
2012-01-09propagate per encoding errorLev Walkin1-1/+2
2012-01-09avoid rightful PER warningLev Walkin1-1/+1
2012-01-09Check binary encodings of a Real valueLev Walkin1-11/+114
2012-01-09Testing ISO 6093 NR1/NR2/NR3 conformanceLev Walkin2-39/+263
2012-01-07comments about robusness; removed Amendment referenceLev Walkin1-4/+1
2012-01-07test encoding of special valuesLev Walkin2-67/+166
2012-01-07slightly prettier codeLev Walkin1-16/+23
2012-01-07rare memory leak fixedLev Walkin1-0/+3
2012-01-06additional checksLev Walkin1-0/+39
2011-07-21remove compiler warningsLev Walkin4-9/+9
2011-06-25Fix decoding of REAL values in NR3.Lev Walkin2-8/+47
2010-12-12version 0.9.23Lev Walkin1-1/+1
2010-11-27changed WIN32_LEAN_AND_MEAN backLev Walkin1-1/+1
2010-11-20WIN32 -> _WIN32; see http://predef.sourceforge.net/preos.html#sec25Lev Walkin2-6/+6
2010-11-09update automake and move doc -> docsrcLev Walkin3-33/+21
2010-11-08aclocal-1.10Lev Walkin3-180/+194
2010-10-25removed warnings in debug mode compilationLev Walkin4-49/+51
2010-10-25PER decoding of open types fixLev Walkin2-3/+6
2010-10-24X.691 specifies an octet full of zeroes as a valid complete encoding.Lev Walkin1-1/+3
2010-10-24PER encoding fix. Reported by Grzegorz Aksamit.Lev Walkin2-2/+76
2010-10-24Removed some warningsLev Walkin2-6/+6
2010-10-16newer version of build toolsLev Walkin3-33/+45
2010-03-10minutes fix, courtesy IP Fabrics, Inc.Lev Walkin1-1/+1
2008-11-20memory OOB issue on Windows and with non-standard allocators; by Sheng YuLev Walkin1-2/+2
2007-12-03unsigned integer of 32-bit widtth support for perLev Walkin4-23/+69
2007-11-13remove MSVC warningsLev Walkin2-4/+4
2007-11-13ASSUMESTDTYPESLev Walkin1-0/+2