aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/OCTET_STRING.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-04It's actually more efficient *not* to create a mutable static variable to hol...Wim Lewis1-2/+2
2014-07-29Declare the tags[] tables in skeletons as const.Wim Lewis1-6/+6
2014-01-14pointer warning fixesLev Walkin1-3/+3
2013-10-17remove warningsLev Walkin1-3/+3
2013-03-28typo in a commentLev Walkin1-1/+1
2006-11-24BMPString and UniversalString supportLev Walkin1-137/+257
2006-10-19proper format stringsLev Walkin1-2/+3
2006-10-16allowing null bufferLev Walkin1-5/+7
2006-10-09more PER supportLev Walkin1-19/+151
2006-09-18debuggingLev Walkin1-2/+5
2006-09-18per encoding supportLev Walkin1-11/+12
2006-09-13clarityLev Walkin1-1/+1
2006-08-18per supportLev Walkin1-0/+98
2006-07-27remove (incorrect) compiler warning regarding unitialized variableLev Walkin1-1/+1
2005-12-21*** empty log message ***Lev Walkin1-1/+1
2005-12-20effective bits is not 0Lev Walkin1-1/+5
2005-12-17lower bound to lengthLev Walkin1-0/+3
2005-12-17robust fromBufLev Walkin1-8/+7
2005-11-26upgrade: PER related changesLev Walkin1-21/+110
2005-11-13*** empty log message ***Lev Walkin1-0/+4
2005-11-08SET OF/SEQUENCE OF interaction with named and unnamed CHOICELev Walkin1-0/+4
2005-07-21tried -pedanticLev Walkin1-1/+1
2005-07-03removed wild guessed gcc warningLev Walkin1-2/+6
2005-07-02proper format characterLev Walkin1-1/+1
2005-04-25streamed OCTET STRING allocation problemLev Walkin1-28/+32
2005-03-29globalized assert()Lev Walkin1-1/+0
2005-03-10added const qualifierLev Walkin1-13/+13
2005-03-09relaxed XER processing rules for whitespaceLev Walkin1-25/+25
2005-03-02portabilityLev Walkin1-2/+2
2005-02-21oopsLev Walkin1-4/+4
2005-02-18graceful terminationLev Walkin1-3/+5
2005-02-14C++Lev Walkin1-1/+1
2005-02-14more XER decodingLev Walkin1-9/+24
2004-12-15C++ compatibilityLev Walkin1-5/+6
2004-12-14avoid new gcc warnings for assigning the lvalueLev Walkin1-2/+3
2004-11-08moved dereference to its placeLev Walkin1-1/+2
2004-10-26printing with debugLev Walkin1-4/+5
2004-10-26removed C99izmLev Walkin1-12/+14
2004-10-26alpha64Lev Walkin1-3/+3
2004-10-23empty stringsLev Walkin1-2/+5
2004-10-20XER supportLev Walkin1-11/+446
2004-10-12BIT STRING now stores the number of unused octets in a separate field.Lev Walkin1-90/+93
2004-10-11fixed explicitly tagged ANY type handlingLev Walkin1-15/+28
2004-10-05ease comparison with signed sizeof()Lev Walkin1-4/+3
2004-10-03added XML characters escapingLev Walkin1-2/+80
2004-10-03allow local cleanupLev Walkin1-7/+6
2004-09-29protection against integer wrap-around; also asn1_* renamed into asn_*Lev Walkin1-21/+28
2004-09-27better handling of encoded subTLVsLev Walkin1-75/+87
2004-09-26clean-up; removed unnecessary field from type descriptorLev Walkin1-23/+17
2004-09-24managing nested expectations betterLev Walkin1-24/+53