aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-04-17Improve test coverage by using stderr output in test evaluation of parser ↵HEADmasterJohannes Lode1-2/+2
and AST testing.
2021-04-17Remove compiler warning about misleading indention.Johannes Lode1-1/+1
2021-04-17docs: fix simple typo, occured -> occurredTim Gates3-3/+3
There is a small typo in skeletons/NativeInteger.c, skeletons/NativeReal.c, skeletons/REAL.h. Should read `occurred` rather than `occured`.
2020-07-06Added contributorLev Walkin1-0/+1
2020-07-06Fix compiler redefinition warningsDamir Franusic1-1/+2
* check if __EXTENSIONS__ if alreay defined
2020-07-06Update asn1c-usage.texfei4xu1-1/+1
The encode function call will crash if it's not initialized. Update the document to make it more clear.
2020-07-06Follow-up to #379Lev Walkin3-4/+5
2020-07-06fix issue #379Rob Stradling1-1/+4
2020-07-06Decouple NULL and BOOLEANLev Walkin3-9/+66
2019-09-27Fix usage cmd in README of examples/sample.source.LDAP3Shad Ansari1-1/+1
2019-08-24Fix OCTET_STRING/BIT_STRING skeleton dependencyJonathan D. Storm1-1/+1
2019-08-10Fix XER decoder of INTEGER, Issue #344.Lev Walkin3-96/+241
In some cases an INTEGER overflow during parsing is not detected and incorrect value is returned to the decoder instead of an error. Reported by Nika Pona <npona@digamma.ai>. (Severity: low; Seuciry impact: medium).
2019-02-10added OpenBSDLev Walkin1-2/+2
2019-02-10add stdargLev Walkin1-1/+2
2019-01-27Added PR#260 authorLev Walkin1-0/+1
2019-01-27Added Russ for PR#275Lev Walkin1-0/+1
2019-01-27Fix warning : function declaration isn’t a prototypeBi-Ruei, Chiu1-2/+2
2019-01-27Missing modification to buffer size for 9 digitsRuss Kubik1-1/+1
2019-01-27restore testRuss Kubik1-0/+1
2019-01-27Increase GeneralizedTime fractional second precision to 9 digitsRuss Kubik2-10/+10
2019-01-27fix the rest of type conversions for printingLev Walkin1-7/+7
2019-01-25use long long to match off_t widthLev Walkin1-4/+4
2019-01-25add stdint.h from C99Lev Walkin1-2/+2
2019-01-22[unber] fix output regressionLev Walkin1-2/+3
2019-01-21added Dave for PR#283Lev Walkin1-0/+1
2019-01-21Remove static qualifier from var in SET_OF__encode_sortedDave Cridland1-1/+1
The function `SET_OF__encode_sorted` stored the working element buffer in a static variable. If called recursively (that is, when performing encoding of a SET containing another SET) the outermost element buffer is therefore clobbered by the innermost call. This causes a SEGV on continuation of the outermost call. Bug found during testing of [https://github.com/surevine/spiffing Spiffing], fix verified with the same test suite.
2019-01-21[unber] fix buffer overrun in the BER introspection and debugging tool (unber)Lev Walkin8-101/+300
2019-01-21weeded the library out of unber programLev Walkin5-727/+821
2019-01-21better test diagnosticsLev Walkin1-9/+11
2019-01-21moved unber and enber into asn1-toolsLev Walkin15-28/+55
2017-11-21-m32 compile without asanLev Walkin1-8/+6
2017-11-21fix library dependency managementLev Walkin1-7/+4
2017-11-20libs fixLev Walkin2-1/+2
2017-11-20format integer value as INTEGER_tLev Walkin6-1/+123
2017-11-20formattingLev Walkin1-8/+8
2017-11-20debug origin linesLev Walkin6-8/+35
2017-11-19add hidden -debug-type-naming optionLev Walkin3-16/+93
2017-11-18better error reporting when destination directory is not availableLev Walkin2-96/+119
2017-11-18slash-terminate differentlyLev Walkin1-8/+16
2017-11-17update doc and changelogLev Walkin2-1/+4
2017-11-17Add -gen-autotools option generates example configure.ac and Makefile.amJon Ringle3-1/+67
2017-11-17Generate Makefile.am.asn1convertJon Ringle2-2/+67
This file can be included and transformed via automake
2017-11-17Rename Makefile.am.example => converter-example.mkJon Ringle16-38/+42
The generated Makefile.am.example is not really in the automake style. Renaming it to converter-example.mk to reflect that it is a plain makefile snippet and that it is for creating the converter-example
2017-11-17autotools: Make Makefile.am.libasncodec more autotools friendlyJon Ringle1-2/+4
2017-11-17Add '-D destdir' option for generated filesJon Ringle7-81/+98
2017-11-17Rename ASN_MODULE_{SOURCES,HEADERS} => ASN_MODULE_{SRCS,HDRS}Jon Ringle14-188/+188
2017-11-15add asn_encode* and other encodersLev Walkin3-73/+481
2017-11-14constness fixLev Walkin2-4/+4
2017-11-14updated docLev Walkin1-0/+0
2017-11-14rename a bit for consistencyLev Walkin1-7/+7