1. 7d5d930 more precise OER and PER code bundling by Lev Walkin · 7 years ago
  2. 30566d1 add asn1c compile smoke test by Lev Walkin · 7 years ago
  3. 227b944 changelog order fix by Lev Walkin · 7 years ago
  4. d1c28aa generate OER and PER by default. add -no-gen-example by Lev Walkin · 7 years ago
  5. d5f6647 remove superfluous -pdu by Lev Walkin · 7 years ago
  6. 3be4919 make -pdu=auto a default by Lev Walkin · 7 years ago
  7. 5f4dbb7 earlier detection of unknown -pdu=Type by Lev Walkin · 7 years ago
  8. 9ce64c1 API reference by Lev Walkin · 7 years ago
  9. 933b950 moved decl around to maintain comments continuity by Lev Walkin · 7 years ago
  10. cf573ec constness by Lev Walkin · 7 years ago
  11. ec4b7af doc by Lev Walkin · 7 years ago
  12. d5627a1 more logical structure by Lev Walkin · 7 years ago
  13. f333458 update doc by Lev Walkin · 7 years ago
  14. 08661a6 use ptrdiff_t by Lev Walkin · 7 years ago
  15. 1fc5edb asn_encode_to_new_buffer() by Lev Walkin · 7 years ago
  16. cd8f1e0 uper_encode() with NULL callback to ignore output and return the number of bits by Lev Walkin · 7 years ago
  17. 1a49ced use hash for name lookup by Lev Walkin · 7 years ago
  18. a67d110 name clashes using generic hashing by Lev Walkin · 7 years ago
  19. adfcde2 generic hashing mechanism by Lev Walkin · 7 years ago
  20. 3bcab4e Add test case for issue #178 by Jon Ringle · 7 years ago
  21. 8baaf6b fix randomized failures on fast enough systems by Lev Walkin · 7 years ago
  22. ce2068a fix builddir by Lev Walkin · 7 years ago
  23. c9b2f28 replace incompatible awk with C by Lev Walkin · 7 years ago
  24. 3f52df0 removed autotools intermediate files from source code by Lev Walkin · 7 years ago
  25. ee8482a avoid complaints about _BSD_SOURCE on ubuntu by Lev Walkin · 7 years ago
  26. a53bdf1 removed autotools intermediate files from source code by Lev Walkin · 7 years ago
  27. f22184d force recompile T object by Lev Walkin · 7 years ago
  28. 5e73c50 add missing member by Lev Walkin · 7 years ago
  29. 1351752 fixed non-trivial SIZE constraints for SET OF and SEQUENCE OF, fuzz-tested by Lev Walkin · 7 years ago
  30. 24354e1 fix UPER decoding of SET OF with more then 16K elements by Vasil Velichkov · 7 years ago
  31. b623e8d Fix an undefined behaviour error in constr_SET_OF.c by Vasil Velichkov · 7 years ago
  32. abb7133 Fix UPER encoding of empty SEQUENCE OF by Vasil Velichkov · 7 years ago
  33. 5fcbb28 Do not build 32bit skeletons lib and check-converter by Vasil Velichkov · 7 years ago
  34. 6fd8433 avoid failing on something that is considered compression bomb by Lev Walkin · 7 years ago
  35. 3bbbd04 remove warning by Lev Walkin · 7 years ago
  36. 2387ff3 Modify test 156 for verifying pull request 224 and 227 simultaneously by Bi-Ruei, Chiu · 7 years ago
  37. 5bdb555 Fix duplicate 'asn_VAL_23_ignore' generated from RANAP ASN.1 by Bi-Ruei, Chiu · 7 years ago
  38. 7156898 protect from SET OF NULL compression bomb by Lev Walkin · 7 years ago
  39. d8e6bbf fix memory realloc by Lev Walkin · 7 years ago
  40. 52b88e1 uper and oer SET OF and SEQUENCE OF verified by Lev Walkin · 7 years ago
  41. e5f0d94 preserve rmax for fuzzer by Lev Walkin · 7 years ago
  42. 9175a28 deprecate EMIT_ASN_DEBUG, move under ASN_ namespace by Lev Walkin · 7 years ago
  43. 5615304 api change uper_encode() by Lev Walkin · 7 years ago
  44. cb59ce6 library name change by Lev Walkin · 7 years ago
  45. 005f879 abstract out sorting by Lev Walkin · 7 years ago
  46. b2219ac remove debug by Lev Walkin · 7 years ago
  47. ddac400 mask PER by Lev Walkin · 7 years ago
  48. 3ca48b9 readme fix by Lev Walkin · 7 years ago
  49. b1d4102 clarifying comment by Lev Walkin · 7 years ago
  50. 9f470d6 stop ignoring formatting problems, start ignoring long long extension problems by Lev Walkin · 7 years ago
  51. df2edbb regenerated by Lev Walkin · 7 years ago
  52. d2a7360 bound the size of SEQUENCE OF and SET OF random generator by Lev Walkin · 7 years ago
  53. 62155df add stack overflow protection for SEQUENCE and SEQUENCE OF by Lev Walkin · 7 years ago
  54. 3c37385 fix OER comparison API by Lev Walkin · 7 years ago
  55. 8366861 fix after UPER round-trip fuzz by Lev Walkin · 7 years ago
  56. 5de8274 fix UPER BIT STRING trailer encoding by Lev Walkin · 7 years ago
  57. ba2c572 more debug by Lev Walkin · 7 years ago
  58. 1418d98 verify unusual PER canonical order by Lev Walkin · 7 years ago
  59. bc6ef1f Add two tests in tests-asn1c-compiler directory by Bi-Ruei, Chiu · 7 years ago
  60. e460c3b Fix error during 'make check' by Bi-Ruei, Chiu · 7 years ago
  61. 156b0fe Fix duplication of selector functions by Bi-Ruei, Chiu · 7 years ago
  62. dcc822a Fix duplicate type names generated in headers file by Bi-Ruei, Chiu · 7 years ago
  63. 3e2de69 Solve the problem that information object table with one entry can not be properly handled by Bi-Ruei, Chiu · 7 years ago
  64. 214c491 Pass evaluated arguments to members and type references by Bi-Ruei, Chiu · 7 years ago
  65. 89cde74 Supply meaningful data for last %d argument of DEBUG() by Bi-Ruei, Chiu · 7 years ago
  66. b6bd8d7 Use parenthesis to avoid ambiguity of operator precedence by Bi-Ruei, Chiu · 7 years ago
  67. 742a196 Fix 'FATAL: Does not look like criticality is a CLASS field reference (xxxx) denoting a type one line xxx' by Bi-Ruei, Chiu · 7 years ago
  68. 069c076 Fix crash during dealing with empty optinal fields of ioc cell by Bi-Ruei, Chiu · 7 years ago
  69. aeff717 Fix unrecognized value type for reject/ignore by Bi-Ruei, Chiu · 7 years ago
  70. 50934ba Fix 'Information Object Set XXX contains no objects' when parsing S1AP's ASN.1 by Bi-Ruei, Chiu · 7 years ago
  71. 4e5edcf temporarily mask unfinished tests by Lev Walkin · 7 years ago
  72. 6bc5696 fix consrtaint propagation for random_fill by Lev Walkin · 7 years ago
  73. d14802f fix OER SEQUENCE decode memory leak by Lev Walkin · 7 years ago
  74. 9d328ee use oer guara by Lev Walkin · 7 years ago
  75. 42f6c88 fix OER NULL and SEQUENCE extensions round-trip by Lev Walkin · 7 years ago
  76. a460cbd verify ASN.1 syntax prior to a lengthy run through a bundle by Lev Walkin · 7 years ago
  77. 130cffe add options to readme by Lev Walkin · 7 years ago
  78. 312e3e0 remove gcc compiler warnings by Lev Walkin · 7 years ago
  79. 1d2a6e8 allow fully default flags for distcheck by Lev Walkin · 7 years ago
  80. 435469e remove gcc compiler warnings by Lev Walkin · 7 years ago
  81. c547661 no default 32-bit test on travis, no 32-bit libasan there by Lev Walkin · 7 years ago
  82. b1f4f33 remove gcc-7 compiler warnings by Lev Walkin · 7 years ago
  83. 0afbd32 detect leak detector in runtime by Lev Walkin · 7 years ago
  84. 48e82d1 removed gcc-7 warnings by Lev Walkin · 7 years ago
  85. b2d896e verify that undefined sanitizer can be linked in by Lev Walkin · 7 years ago
  86. bc09dd4 generate constraints differently to avoid warnings by Lev Walkin · 7 years ago
  87. 4bd9eaf force use variable by Lev Walkin · 7 years ago
  88. 0a3bf61 do not --enable-test-32bit by default by Lev Walkin · 7 years ago
  89. 1fef87a linkability check for ASAN and UBSAN by Lev Walkin · 7 years ago
  90. 03531df stronger detection of fuzzing infrastructure (linkability) by Lev Walkin · 7 years ago
  91. d346ffd Initialize _asn_ctx in the tests by Vasil Velichkov · 7 years ago
  92. 72b1044 Fix several sign-compare errors in the tests by Vasil Velichkov · 7 years ago
  93. 97656bd Initialize ret in safe_printf(...) by Vasil Velichkov · 7 years ago
  94. c8bc573 Fix another sign-compare error in oer_support.c by Vasil Velichkov · 7 years ago
  95. 3d3af67 Run check and distcheck in separate travis builds by Vasil Velichkov · 7 years ago
  96. 51612b2 Do not tail the distcheck output by Vasil Velichkov · 7 years ago
  97. 3875d50 Switch uint8_t to size_t as len_len's type by Vasil Velichkov · 7 years ago
  98. e56f4b2 Fix one sign-compare error in OCTET_STRING.c by Vasil Velichkov · 7 years ago
  99. e60e6f2 Fix sign-compare error in oer_support by Vasil Velichkov · 7 years ago
  100. c3e0019 Fix sign-compare error in constr_SEQUENCE.c by Vasil Velichkov · 7 years ago