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