aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/OCTET_STRING.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-21stop ignoring formatting problems, start ignoring long long extension problemsLev Walkin1-5/+5
2017-10-20fix consrtaint propagation for random_fillLev Walkin1-6/+6
2017-10-18Fix one sign-compare error in OCTET_STRING.cVasil Velichkov1-1/+1
2017-10-17constness fixes, round-trip and fuzz-testing for CHOICELev Walkin1-47/+51
2017-10-16BMPString and UniversalString fuzz testingLev Walkin1-23/+33
2017-10-14comparison and free fixesLev Walkin1-3/+5
2017-10-14UTF8String randomized fuzz-testLev Walkin1-48/+63
2017-10-03ensure compilation with -std=89 and make constness explicit.Lev Walkin1-17/+18
2017-10-03fix UPER decoding of large [bit-]strings of size a multiple of 16KLev Walkin1-16/+17
2017-10-02encode BIT STRING in a minimum number of bits for CANONICAL-UPERLev Walkin1-82/+31
2017-10-02Fix UPER string decoding constrained only by lower bound > 0Lev Walkin1-79/+97
2017-09-29Combined constraints and introduced value randomizer.Lev Walkin1-10/+153
2017-09-18ensure xer encode yields the same number of bytes as it sends to the callbackLev Walkin1-6/+0
2017-09-18get rid of undefined behavior sanitizer warningsLev Walkin1-9/+20
2017-09-17get rid of undefined behavior and narrow supported entity reference rangeLev Walkin1-4/+6
2017-09-12add constLev Walkin1-6/+6
2017-09-06removed superfluous constraints duplicationLev Walkin1-1/+0
2017-09-06compare BIT STRING as wellLev Walkin1-0/+12
2017-09-06prohibit encoding universalstring of non-modulo-multiplier sizeLev Walkin1-3/+12
2017-08-27verified OCTET STRING OER operationLev Walkin1-2/+2
2017-08-26remove warningsLev Walkin1-2/+2
2017-08-25introduced ASN_STRUCT_RESET; preferred over ASN_STRUCT_FREE_CONTENTS_ONLYLev Walkin1-5/+13
2017-08-24Move type operations to another structureBi-Ruei, Chiu1-4/+8
2017-08-11further runtime support for information object classesLev Walkin1-2/+3
2017-08-10fix warningLev Walkin1-3/+3
2017-08-10structure comparison functionsLev Walkin1-1/+39
2017-08-07fix warningsLev Walkin1-34/+34
2017-08-05do not add unnecessary symbolsLev Walkin1-0/+4
2017-08-02Simplify the logic of accessing codec function for specific TYPEBi-Ruei, Chiu1-1/+1
2017-08-02fix OER stubs orderLev Walkin1-7/+7
2017-08-02introduce oer constraint codeLev Walkin1-0/+1
2017-08-02add skeleton OER stubsLev Walkin1-0/+7
2017-07-06guard PER referencesLev Walkin1-0/+5
2017-06-28stck initialized laterLev Walkin1-3/+1
2017-05-09Missing void in _new_stack()johvik1-1/+1
2017-03-26The Left variable should be a positive integerSimo Sorce1-2/+2
2017-03-26Fix few duplicate 'const' warningsVasil Velichkov1-2/+2
2016-11-09Unify the naming of asn_OCTET_STRING_specifics_t with code-generatedBi-Ruei, Chiu1-9/+9
2016-03-14do not use reserved identifiers, contdLev Walkin1-29/+29
2016-03-14do not use reserved identifiersLev Walkin1-2/+2
2016-03-14no dereference before checkLev Walkin1-5/+7
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