aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
AgeCommit message (Expand)AuthorFilesLines
2004-10-12BIT STRING now stores the number of unused octets in a separate field.Lev Walkin9-129/+157
2004-10-11fixed explicitly tagged ANY type handlingLev Walkin1-15/+28
2004-10-05different place for termination checkLev Walkin1-25/+32
2004-10-05refactoringLev Walkin2-4/+2
2004-10-05new dependencyLev Walkin1-1/+1
2004-10-05fixed reintroduced problemLev Walkin1-4/+4
2004-10-05loggingLev Walkin1-6/+3
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 Walkin9-18/+24
2004-10-03Support for canonical CANONICAL-XER orderingLev Walkin3-40/+138
2004-10-02check for the minimal encoding lengthLev Walkin2-31/+80
2004-10-02more structured testingLev Walkin1-13/+15
2004-10-02added error loggingLev Walkin1-3/+8
2004-10-02code made fasterLev Walkin1-42/+24
2004-10-02fixed indexing bug; also rearranging and made more commentsLev Walkin1-10/+17
2004-10-02test for utf8 stuffLev Walkin3-7/+101
2004-09-29added stack checking into ber_skip_length alsoLev Walkin6-10/+32
2004-09-29asn1_* renamed into asn_*Lev Walkin79-462/+466
2004-09-29length value limitLev Walkin1-0/+13
2004-09-29added tests for length limitLev Walkin1-4/+21
2004-09-29ber_dec_ctx_t renamed into asn_struct_ctx_t; added generic codec contextLev Walkin2-40/+71
2004-09-29got rid of 4k table; also asn1_* renamed into asn_*Lev Walkin1-33/+12
2004-09-29stack usage limits; also asn1_* renamed into asn_*Lev Walkin1-5/+34
2004-09-29protection against integer wrap-around; also asn1_* renamed into asn_*Lev Walkin1-21/+28
2004-09-27real_zero moved upLev Walkin1-1/+1
2004-09-27infinity handlingLev Walkin2-49/+39
2004-09-27nan handlingLev Walkin2-22/+24
2004-09-27better handling of encoded subTLVsLev Walkin1-75/+87
2004-09-27pretty-printing check casesLev Walkin1-39/+89
2004-09-27pretty-printingLev Walkin1-20/+79
2004-09-26generic primitive codec addedLev Walkin2-0/+150
2004-09-26clean-up; removed unnecessary field from type descriptorLev Walkin52-415/+251
2004-09-24reheaderizationLev Walkin41-63/+39
2004-09-24loggingLev Walkin1-2/+4
2004-09-24size_t instead of confusing ssize_tLev Walkin4-8/+6
2004-09-24context is now optionalLev Walkin5-31/+34
2004-09-24dedicated asn_application.h headerLev Walkin2-10/+25
2004-09-24added line and file name informationLev Walkin1-3/+3
2004-09-24managing nested expectations betterLev Walkin1-24/+53
2004-09-24pretty-printingLev Walkin1-4/+5
2004-09-23removed debuggingLev Walkin1-1/+0
2004-09-23pretty-printingLev Walkin9-56/+100
2004-09-22XER supportLev Walkin73-326/+1448
2004-09-19CGI environment for online ASN.1 compilationLev Walkin2-2/+0
2004-09-17__CYGWIN__ portabilityLev Walkin1-40/+57
2004-09-15ouchLev Walkin1-1/+1
2004-09-14ilogb() return value is platform-dependentLev Walkin1-4/+8
2004-09-14more portable constructsLev Walkin1-2/+2
2004-09-14explicitly add math libraryLev Walkin2-0/+10