1. 9f470d6 stop ignoring formatting problems, start ignoring long long extension problems by Lev Walkin · 7 years ago
  2. 6bc5696 fix consrtaint propagation for random_fill by Lev Walkin · 7 years ago
  3. e56f4b2 Fix one sign-compare error in OCTET_STRING.c by Vasil Velichkov · 7 years ago
  4. 20696a4 constness fixes, round-trip and fuzz-testing for CHOICE by Lev Walkin · 7 years ago
  5. 22cef6c BMPString and UniversalString fuzz testing by Lev Walkin · 7 years ago
  6. 2ed1183 comparison and free fixes by Lev Walkin · 7 years ago
  7. 349b340 UTF8String randomized fuzz-test by Lev Walkin · 7 years ago
  8. d84f603 ensure compilation with -std=89 and make constness explicit. by Lev Walkin · 7 years ago
  9. 5d947a8 fix UPER decoding of large [bit-]strings of size a multiple of 16K by Lev Walkin · 7 years ago
  10. a5b0288 encode BIT STRING in a minimum number of bits for CANONICAL-UPER by Lev Walkin · 7 years ago
  11. 9d1b45f Fix UPER string decoding constrained only by lower bound > 0 by Lev Walkin · 7 years ago
  12. a5972be Combined constraints and introduced value randomizer. by Lev Walkin · 7 years ago
  13. 4fe2882 ensure xer encode yields the same number of bytes as it sends to the callback by Lev Walkin · 7 years ago
  14. 0368c62 get rid of undefined behavior sanitizer warnings by Lev Walkin · 7 years ago
  15. beedbde get rid of undefined behavior and narrow supported entity reference range by Lev Walkin · 7 years ago
  16. afbf2a9 add const by Lev Walkin · 7 years ago
  17. 154519a removed superfluous constraints duplication by Lev Walkin · 7 years ago
  18. 86526e3 compare BIT STRING as well by Lev Walkin · 7 years ago
  19. 4ef01a2 prohibit encoding universalstring of non-modulo-multiplier size by Lev Walkin · 7 years ago
  20. 2535bd5 verified OCTET STRING OER operation by Lev Walkin · 7 years ago
  21. 2481002 remove warnings by Lev Walkin · 7 years ago
  22. 8d99d7b introduced ASN_STRUCT_RESET; preferred over ASN_STRUCT_FREE_CONTENTS_ONLY by Lev Walkin · 7 years ago
  23. 1f87ac0 Move type operations to another structure by Bi-Ruei, Chiu · 7 years ago
  24. f6853ce further runtime support for information object classes by Lev Walkin · 7 years ago
  25. 24bf3f6 fix warning by Lev Walkin · 7 years ago
  26. cd2f48e structure comparison functions by Lev Walkin · 7 years ago
  27. 494fb70 fix warnings by Lev Walkin · 7 years ago
  28. 62d7687 do not add unnecessary symbols by Lev Walkin · 7 years ago
  29. 1fa31c9 Simplify the logic of accessing codec function for specific TYPE by Bi-Ruei, Chiu · 8 years ago
  30. b33425f fix OER stubs order by Lev Walkin · 7 years ago
  31. 7678076 introduce oer constraint code by Lev Walkin · 7 years ago
  32. cc15947 add skeleton OER stubs by Lev Walkin · 7 years ago
  33. 80334ed guard PER references by Lev Walkin · 7 years ago
  34. b02145b stck initialized later by Lev Walkin · 7 years ago
  35. 28268d9 Missing void in _new_stack() by johvik · 7 years ago
  36. cd943c2 The Left variable should be a positive integer by Simo Sorce · 8 years ago
  37. d82f77b Fix few duplicate 'const' warnings by Vasil Velichkov · 8 years ago
  38. 419ac3a Unify the naming of asn_OCTET_STRING_specifics_t with code-generated by Bi-Ruei, Chiu · 8 years ago
  39. 7c1dc05 do not use reserved identifiers, contd by Lev Walkin · 8 years ago
  40. c6cac8e do not use reserved identifiers by Lev Walkin · 8 years ago
  41. 034ee19 no dereference before check by Lev Walkin · 8 years ago
  42. 59e8d28 It's actually more efficient *not* to create a mutable static variable to hold this constant string's address. by Wim Lewis · 10 years ago
  43. 18c2ec9 Declare the tags[] tables in skeletons as const. by Wim Lewis · 10 years ago
  44. aa61a0f pointer warning fixes by Lev Walkin · 10 years ago
  45. 9c70e74 remove warnings by Lev Walkin · 11 years ago
  46. d4c1673 typo in a comment by Lev Walkin · 11 years ago
  47. 3a4689a BMPString and UniversalString support by Lev Walkin · 18 years ago
  48. 345e4c6 proper format strings by Lev Walkin · 18 years ago
  49. 2ddd308 allowing null buffer by Lev Walkin · 18 years ago
  50. 725883b more PER support by Lev Walkin · 18 years ago
  51. 0091881 debugging by Lev Walkin · 18 years ago
  52. 0a8aa60 per encoding support by Lev Walkin · 18 years ago
  53. 419f675 clarity by Lev Walkin · 18 years ago
  54. 523de9e per support by Lev Walkin · 18 years ago
  55. bc0dce3 remove (incorrect) compiler warning regarding unitialized variable by Lev Walkin · 18 years ago
  56. 1dc5b6f *** empty log message *** by Lev Walkin · 19 years ago
  57. ce676dd effective bits is not 0 by Lev Walkin · 19 years ago
  58. 1d5f0f2 lower bound to length by Lev Walkin · 19 years ago
  59. 7b28481 robust fromBuf by Lev Walkin · 19 years ago
  60. 59b176e upgrade: PER related changes by Lev Walkin · 19 years ago
  61. abde4f4 *** empty log message *** by Lev Walkin · 19 years ago
  62. d1bfea6 SET OF/SEQUENCE OF interaction with named and unnamed CHOICE by Lev Walkin · 19 years ago
  63. fdb2592 tried -pedantic by Lev Walkin · 19 years ago
  64. b0f3db6 removed wild guessed gcc warning by Lev Walkin · 19 years ago
  65. 7f85ef4 proper format character by Lev Walkin · 19 years ago
  66. 75b1bef streamed OCTET STRING allocation problem by Lev Walkin · 19 years ago
  67. fc77643 globalized assert() by Lev Walkin · 19 years ago
  68. 8c3b854 added const qualifier by Lev Walkin · 19 years ago
  69. 0fab1a6 relaxed XER processing rules for whitespace by Lev Walkin · 19 years ago
  70. a6a926a portability by Lev Walkin · 19 years ago
  71. 3ae21bd oops by Lev Walkin · 19 years ago
  72. bdaae77 graceful termination by Lev Walkin · 19 years ago
  73. d512564 C++ by Lev Walkin · 19 years ago
  74. c61f386 more XER decoding by Lev Walkin · 19 years ago
  75. 814cca7 C++ compatibility by Lev Walkin · 20 years ago
  76. 8484ed8 avoid new gcc warnings for assigning the lvalue by Lev Walkin · 20 years ago
  77. b54577a moved dereference to its place by Lev Walkin · 20 years ago
  78. 1e3ccbb printing with debug by Lev Walkin · 20 years ago
  79. abf6889 removed C99izm by Lev Walkin · 20 years ago
  80. 3370016 alpha64 by Lev Walkin · 20 years ago
  81. 4cb49cb empty strings by Lev Walkin · 20 years ago
  82. dc06f6b XER support by Lev Walkin · 20 years ago
  83. bbd9325 BIT STRING now stores the number of unused octets in a separate field. by Lev Walkin · 20 years ago
  84. 07f388c fixed explicitly tagged ANY type handling by Lev Walkin · 20 years ago
  85. 443d251 ease comparison with signed sizeof() by Lev Walkin · 20 years ago
  86. 9ca8189 added XML characters escaping by Lev Walkin · 20 years ago
  87. 942fd08 allow local cleanup by Lev Walkin · 20 years ago
  88. de4825d protection against integer wrap-around; also asn1_* renamed into asn_* by Lev Walkin · 20 years ago
  89. 5c91599 better handling of encoded subTLVs by Lev Walkin · 20 years ago
  90. 8e8078a clean-up; removed unnecessary field from type descriptor by Lev Walkin · 20 years ago
  91. 3990ba6 managing nested expectations better by Lev Walkin · 20 years ago
  92. cc6a910 pretty-printing by Lev Walkin · 20 years ago
  93. a9cc46e XER support by Lev Walkin · 20 years ago
  94. 188ed2c inner structures tagging fix. see 0.9.5 comment in ChangeLog by Lev Walkin · 20 years ago
  95. 906654e refactored tagging support by Lev Walkin · 20 years ago
  96. 8d12787 support for ANY type decoding by Lev Walkin · 20 years ago
  97. 1f670c1 sd->td by Lev Walkin · 20 years ago
  98. 29157e6 simplify by Lev Walkin · 20 years ago
  99. a737f3b preliminary ANY support by Lev Walkin · 20 years ago
  100. 4ce78ca avoided compilation warnings on gcc 3.3.x systems by Lev Walkin · 20 years ago