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