aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/OCTET_STRING.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-24BMPString and UniversalString supportvlm1-137/+257
2006-10-19proper format stringsvlm1-2/+3
2006-10-16allowing null buffervlm1-5/+7
2006-10-09more PER supportvlm1-19/+151
2006-09-18debuggingvlm1-2/+5
2006-09-18per encoding supportvlm1-11/+12
2006-09-13clarityvlm1-1/+1
2006-08-18per supportvlm1-0/+98
2006-07-27remove (incorrect) compiler warning regarding unitialized variablevlm1-1/+1
2005-12-21*** empty log message ***vlm1-1/+1
2005-12-20effective bits is not 0vlm1-1/+5
2005-12-17lower bound to lengthvlm1-0/+3
2005-12-17robust fromBufvlm1-8/+7
2005-11-26upgrade: PER related changesvlm1-21/+110
2005-11-13*** empty log message ***vlm1-0/+4
2005-11-08SET OF/SEQUENCE OF interaction with named and unnamed CHOICEvlm1-0/+4
2005-07-21tried -pedanticvlm1-1/+1
2005-07-03removed wild guessed gcc warningvlm1-2/+6
2005-07-02proper format charactervlm1-1/+1
2005-04-25streamed OCTET STRING allocation problemvlm1-28/+32
2005-03-29globalized assert()vlm1-1/+0
2005-03-10added const qualifiervlm1-13/+13
2005-03-09relaxed XER processing rules for whitespacevlm1-25/+25
2005-03-02portabilityvlm1-2/+2
2005-02-21oopsvlm1-4/+4
2005-02-18graceful terminationvlm1-3/+5
2005-02-14C++vlm1-1/+1
2005-02-14more XER decodingvlm1-9/+24
2004-12-15C++ compatibilityvlm1-5/+6
2004-12-14avoid new gcc warnings for assigning the lvaluevlm1-2/+3
2004-11-08moved dereference to its placevlm1-1/+2
2004-10-26printing with debugvlm1-4/+5
2004-10-26removed C99izmvlm1-12/+14
2004-10-26alpha64vlm1-3/+3
2004-10-23empty stringsvlm1-2/+5
2004-10-20XER supportvlm1-11/+446
2004-10-12BIT STRING now stores the number of unused octets in a separate field.vlm1-90/+93
2004-10-11fixed explicitly tagged ANY type handlingvlm1-15/+28
2004-10-05ease comparison with signed sizeof()vlm1-4/+3
2004-10-03added XML characters escapingvlm1-2/+80
2004-10-03allow local cleanupvlm1-7/+6
2004-09-29protection against integer wrap-around; also asn1_* renamed into asn_*vlm1-21/+28
2004-09-27better handling of encoded subTLVsvlm1-75/+87
2004-09-26clean-up; removed unnecessary field from type descriptorvlm1-23/+17
2004-09-24managing nested expectations bettervlm1-24/+53
2004-09-23pretty-printingvlm1-22/+29
2004-09-22XER supportvlm1-7/+89
2004-09-13inner structures tagging fix. see 0.9.5 comment in ChangeLogvlm1-33/+62
2004-09-10refactored tagging supportvlm1-1/+0
2004-09-04support for ANY type decodingvlm1-31/+55