1. 4195e8f docs: fix simple typo, occured -> occurred by Tim Gates · 3 years, 6 months ago
  2. 6db79fd Fix compiler redefinition warnings by Damir Franusic · 5 years ago
  3. c7abb8e Decouple NULL and BOOLEAN by Lev Walkin · 4 years ago
  4. b361194 Fix OCTET_STRING/BIT_STRING skeleton dependency by Jonathan D. Storm · 4 years, 9 months ago
  5. 6495ca5 Fix XER decoder of INTEGER, Issue #344. by Lev Walkin · 4 years, 10 months ago
  6. 88ed3b5 added OpenBSD by Lev Walkin · 5 years ago
  7. 2eba107 Fix warning : function declaration isn’t a prototype by Bi-Ruei, Chiu · 6 years ago
  8. d8fee36 Missing modification to buffer size for 9 digits by Russ Kubik · 6 years ago
  9. 94d8794 Increase GeneralizedTime fractional second precision to 9 digits by Russ Kubik · 6 years ago
  10. cffe1b1 Remove static qualifier from var in SET_OF__encode_sorted by Dave Cridland · 6 years ago
  11. 4cc779f -m32 compile without asan by Lev Walkin · 7 years ago
  12. bbe7925 formatting by Lev Walkin · 7 years ago
  13. 686f38b constness fix by Lev Walkin · 7 years ago
  14. 304a70e remove warnings by Lev Walkin · 7 years ago
  15. f9a94df update dependencies by Lev Walkin · 7 years ago
  16. f09cf48 update dependencies by Lev Walkin · 7 years ago
  17. d3fd7a4 update dependencies by Lev Walkin · 7 years ago
  18. 8ae074c Fix 'make check' error under sample.source.RRC by Bi-Ruei, Chiu · 7 years ago
  19. 7d5d930 more precise OER and PER code bundling by Lev Walkin · 7 years ago
  20. 3be4919 make -pdu=auto a default by Lev Walkin · 7 years ago
  21. 933b950 moved decl around to maintain comments continuity by Lev Walkin · 7 years ago
  22. cf573ec constness by Lev Walkin · 7 years ago
  23. ec4b7af doc by Lev Walkin · 7 years ago
  24. 1fc5edb asn_encode_to_new_buffer() by Lev Walkin · 7 years ago
  25. cd8f1e0 uper_encode() with NULL callback to ignore output and return the number of bits by Lev Walkin · 7 years ago
  26. ee8482a avoid complaints about _BSD_SOURCE on ubuntu by Lev Walkin · 7 years ago
  27. 1351752 fixed non-trivial SIZE constraints for SET OF and SEQUENCE OF, fuzz-tested by Lev Walkin · 7 years ago
  28. 24354e1 fix UPER decoding of SET OF with more then 16K elements by Vasil Velichkov · 7 years ago
  29. b623e8d Fix an undefined behaviour error in constr_SET_OF.c by Vasil Velichkov · 7 years ago
  30. abb7133 Fix UPER encoding of empty SEQUENCE OF by Vasil Velichkov · 7 years ago
  31. 5fcbb28 Do not build 32bit skeletons lib and check-converter by Vasil Velichkov · 7 years ago
  32. 3bbbd04 remove warning by Lev Walkin · 7 years ago
  33. 7156898 protect from SET OF NULL compression bomb by Lev Walkin · 7 years ago
  34. d8e6bbf fix memory realloc by Lev Walkin · 7 years ago
  35. 52b88e1 uper and oer SET OF and SEQUENCE OF verified by Lev Walkin · 7 years ago
  36. 9175a28 deprecate EMIT_ASN_DEBUG, move under ASN_ namespace by Lev Walkin · 7 years ago
  37. 5615304 api change uper_encode() by Lev Walkin · 7 years ago
  38. 005f879 abstract out sorting by Lev Walkin · 7 years ago
  39. b2219ac remove debug by Lev Walkin · 7 years ago
  40. ddac400 mask PER by Lev Walkin · 7 years ago
  41. 3ca48b9 readme fix by Lev Walkin · 7 years ago
  42. b1d4102 clarifying comment by Lev Walkin · 7 years ago
  43. 9f470d6 stop ignoring formatting problems, start ignoring long long extension problems by Lev Walkin · 7 years ago
  44. d2a7360 bound the size of SEQUENCE OF and SET OF random generator by Lev Walkin · 7 years ago
  45. 62155df add stack overflow protection for SEQUENCE and SEQUENCE OF by Lev Walkin · 7 years ago
  46. 3c37385 fix OER comparison API by Lev Walkin · 7 years ago
  47. 8366861 fix after UPER round-trip fuzz by Lev Walkin · 7 years ago
  48. 5de8274 fix UPER BIT STRING trailer encoding by Lev Walkin · 7 years ago
  49. 6bc5696 fix consrtaint propagation for random_fill by Lev Walkin · 7 years ago
  50. d14802f fix OER SEQUENCE decode memory leak by Lev Walkin · 7 years ago
  51. 9d328ee use oer guara by Lev Walkin · 7 years ago
  52. 42f6c88 fix OER NULL and SEQUENCE extensions round-trip by Lev Walkin · 7 years ago
  53. 48e82d1 removed gcc-7 warnings by Lev Walkin · 7 years ago
  54. bc09dd4 generate constraints differently to avoid warnings by Lev Walkin · 7 years ago
  55. c8bc573 Fix another sign-compare error in oer_support.c by Vasil Velichkov · 7 years ago
  56. 3875d50 Switch uint8_t to size_t as len_len's type by Vasil Velichkov · 7 years ago
  57. e56f4b2 Fix one sign-compare error in OCTET_STRING.c by Vasil Velichkov · 7 years ago
  58. e60e6f2 Fix sign-compare error in oer_support by Vasil Velichkov · 7 years ago
  59. c3e0019 Fix sign-compare error in constr_SEQUENCE.c by Vasil Velichkov · 7 years ago
  60. 39ab82f Fix two strict-aliasing errors by Vasil Velichkov · 7 years ago
  61. 6aac1c3 Fix sign-compare errors by Vasil Velichkov · 7 years ago
  62. 1c0ce5e unused arg by Lev Walkin · 7 years ago
  63. 19e12b5 signedness fix by Lev Walkin · 7 years ago
  64. 0b56b22 fix default value cmp/set order by Lev Walkin · 7 years ago
  65. af51eaf fix: encode effective integer by Lev Walkin · 7 years ago
  66. 20696a4 constness fixes, round-trip and fuzz-testing for CHOICE by Lev Walkin · 7 years ago
  67. 312795a OER CHOICE extensions support + fuzzing by Lev Walkin · 7 years ago
  68. 7193cf0 OER encoding of pure NULLs verified by Lev Walkin · 7 years ago
  69. 22cef6c BMPString and UniversalString fuzz testing by Lev Walkin · 7 years ago
  70. e4a1625 compare literal values if times are not well-formed for semantic comparison by Lev Walkin · 7 years ago
  71. 2d824a6 fix type by Lev Walkin · 7 years ago
  72. dd01a5e OER support for UTCTime and GeneralizedTime, also fuzz-testing by Lev Walkin · 7 years ago
  73. 2ed1183 comparison and free fixes by Lev Walkin · 7 years ago
  74. 349b340 UTF8String randomized fuzz-test by Lev Walkin · 7 years ago
  75. 588bf0f OBJECT IDENTIFIER and RELATIVE-OID API simplified by Lev Walkin · 7 years ago
  76. b5b524b OBJECT IDENTIFIER and RELATIVE-OID OER encoding and randomized testing by Lev Walkin · 7 years ago
  77. 0770393 fix issue 220: implicit declaration of function ‘isatty’ by Jon Ringle · 7 years ago
  78. aead8c5 Fix a memory leak in SEQUENCE_free by Vasil Velichkov · 7 years ago
  79. 84dd0fe Fix a memory leak in xer_equivalent by Vasil Velichkov · 7 years ago
  80. edd82a9 Do not call memcpy with NULL src pointer by Vasil Velichkov · 7 years ago
  81. 8f50176 typo fix by Lev Walkin · 7 years ago
  82. 758aead remove excessive useless integer conversion width by Lev Walkin · 7 years ago
  83. 42a94cb unistd does not always include getopt.h (by @velichkov) by Lev Walkin · 7 years ago
  84. c346f90 easier fix for sanitization (by @velichkov) by Lev Walkin · 7 years ago
  85. 121ad66 better entropy estimation by Lev Walkin · 7 years ago
  86. ed93977 internal implementation file by Lev Walkin · 7 years ago
  87. e2bbbf8 remove the use of alloca in skeletons by Lev Walkin · 7 years ago
  88. 68079d3 detect double->float overflows by Lev Walkin · 7 years ago
  89. 63a89da fix tail zeroes elimination by Lev Walkin · 7 years ago
  90. 6cbed3d reconfigured tests to support -m32 32-bit mode testing with sanitizers by Lev Walkin · 7 years ago
  91. cc6a76b Undefined Behavior sanitizer fixes by Lev Walkin · 7 years ago
  92. fa9a326 Sun compat by Lev Walkin · 7 years ago
  93. fe37431 sun compatibility by Lev Walkin · 7 years ago
  94. 9d6ba1c Solaris fix by Lev Walkin · 7 years ago
  95. b7c5899 Ensure XER decoding happens in the long domain (instead of imax_t) by Lev Walkin · 7 years ago
  96. 85d7a1b 32-bit mode compile by Lev Walkin · 7 years ago
  97. 9cbf678 remove warnings by Lev Walkin · 7 years ago
  98. ad4c63d check for defines instead of guessing by Lev Walkin · 7 years ago
  99. fb46912 remove nonportable debug by Lev Walkin · 7 years ago
  100. d839785 add OER ENUMERATED in -fwide-types mode by Lev Walkin · 7 years ago