1. ace43a3 object identifier and relative oid bundles by Lev Walkin · 7 years ago
  2. dd01a5e OER support for UTCTime and GeneralizedTime, also fuzz-testing by Lev Walkin · 7 years ago
  3. 349b340 UTF8String randomized fuzz-test by Lev Walkin · 7 years ago
  4. 588bf0f OBJECT IDENTIFIER and RELATIVE-OID API simplified by Lev Walkin · 7 years ago
  5. 290e2c7 REAL constraint ranges fixed after Corrigendum 1 by Lev Walkin · 7 years ago
  6. b5b524b OBJECT IDENTIFIER and RELATIVE-OID OER encoding and randomized testing by Lev Walkin · 7 years ago
  7. f11ebf8 corrected to the best known range (fixed after X.696 Corrigendum 1) by Lev Walkin · 7 years ago
  8. edd82a9 Do not call memcpy with NULL src pointer by Vasil Velichkov · 7 years ago
  9. fc25d5e Fix the memory leaks in check-42.c test by Vasil Velichkov · 7 years ago
  10. cef21e0 Fix several memory leaks in the tests by Vasil Velichkov · 7 years ago
  11. 5532a1d Expose the ASAN_ENV_FLAGS in check-assembly.sh by Vasil Velichkov · 7 years ago
  12. d0d6392 overrideable fuzzing time by Lev Walkin · 7 years ago
  13. ac6db17 better debugging by Lev Walkin · 7 years ago
  14. ebeb401 more portable get_param by Lev Walkin · 7 years ago
  15. 40bb23c proper bundles specified by Lev Walkin · 7 years ago
  16. c143b7a avoid linking 32-bit with 64-bit libs by Lev Walkin · 7 years ago
  17. d20f174 regenerated by Lev Walkin · 7 years ago
  18. 40b8a7a simpler makefile generation by Lev Walkin · 7 years ago
  19. a4f8e94 get rid of alloca() in compiler by Lev Walkin · 7 years ago
  20. c368037 PATH_MAX is hard to get these days on the Sun... by Lev Walkin · 7 years ago
  21. 226d107 use certified make by Lev Walkin · 7 years ago
  22. 09be69c compatibility with building off-sources by Lev Walkin · 7 years ago
  23. 8e71151 add file which is not guaranteed to be included by Lev Walkin · 7 years ago
  24. ab25f19 avoid removing directory with potentially modified/linked useful sources by Lev Walkin · 7 years ago
  25. 7c470c7 do up to eight different tests: m32/m64 and native/wide, and randomizer/fuzzer, in a matrix by Lev Walkin · 7 years ago
  26. 60d6267 support -m32 for 32-bit testing by Lev Walkin · 7 years ago
  27. 6cbed3d reconfigured tests to support -m32 32-bit mode testing with sanitizers by Lev Walkin · 7 years ago
  28. f58f1fc expose current make tool to check-bundles.sh by Lev Walkin · 7 years ago
  29. 39936ce Solaris compatibility by Lev Walkin · 7 years ago
  30. d28b45f run through shellcheck by Lev Walkin · 7 years ago
  31. 945958e do not remove logs by Lev Walkin · 7 years ago
  32. 4329272 for OER use IEEE754 binary32 and binary64 format over the wire by Lev Walkin · 7 years ago
  33. afcc891 add OER binary32 and binary64 IEEE-754 formats for native REAL type by Lev Walkin · 7 years ago
  34. c44edc0 take into account X696 Corrigendum 1 (05/2017) by Lev Walkin · 7 years ago
  35. 9854e66 more debug and tolerance to a differnce in CANONICAL-XER precision by Lev Walkin · 7 years ago
  36. b545070 generate float instead of double if constraints suggest this by Lev Walkin · 7 years ago
  37. 026e21a narrowing to support 32-bit floats by Lev Walkin · 7 years ago
  38. ab1d1e1 OER support and randomized testing for the REAL (floating point) type by Lev Walkin · 7 years ago
  39. 68619bf better debugging support by Lev Walkin · 7 years ago
  40. 93f372b more help by Lev Walkin · 7 years ago
  41. cec390d do not show empty CC by Lev Walkin · 7 years ago
  42. 324fb0b remove old by Lev Walkin · 7 years ago
  43. fe8c6b7 add OER for BOOLEAN by Lev Walkin · 7 years ago
  44. 8cec523 clean before testing by Lev Walkin · 7 years ago
  45. b450ce9 new tests by Lev Walkin · 7 years ago
  46. 5d947a8 fix UPER decoding of large [bit-]strings of size a multiple of 16K by Lev Walkin · 7 years ago
  47. e0d9f2b bits code has been separated form PER by Lev Walkin · 7 years ago
  48. 791d3b7 use RMAX= in test-random/bundles to test larger randomized values (default max limit is 128 bytes) by Lev Walkin · 7 years ago
  49. f5e333e typo fix by Lev Walkin · 7 years ago
  50. d597f0d typo fix by Lev Walkin · 7 years ago
  51. 233d14d add make-driven parallelism by Lev Walkin · 7 years ago
  52. a5b0288 encode BIT STRING in a minimum number of bits for CANONICAL-UPER by Lev Walkin · 7 years ago
  53. d17cf88 check and fix oer length encoding by Lev Walkin · 7 years ago
  54. ce6b0a6 better debuggability by Lev Walkin · 7 years ago
  55. f2e12c3 check randomized enumerated round-trip by Lev Walkin · 7 years ago
  56. 360b205 tabs -> spaces by Lev Walkin · 7 years ago
  57. d3cce46 more randomized testing by Lev Walkin · 7 years ago
  58. 87998b8 add randomized tests to the suite by Lev Walkin · 7 years ago
  59. cb52391 randomized value testing by Lev Walkin · 7 years ago
  60. 15734f9 fixed usage by Lev Walkin · 7 years ago
  61. 0bfea56 regenerated by Lev Walkin · 7 years ago
  62. 15b26e6 converter-sample renamed into converter-example by Lev Walkin · 7 years ago
  63. 33897e2 Use ASAN_OPTIONS=detect_leaks=1 if leak sanitizer can be enabled separately by Lev Walkin · 7 years ago
  64. 1900888 bsd compat by Lev Walkin · 7 years ago
  65. 16555a1 cross-platform mandatory include by Lev Walkin · 7 years ago
  66. 0479e04 regenerated by Lev Walkin · 7 years ago
  67. 229ad00 fixed memory leaks in test code by Lev Walkin · 7 years ago
  68. dcae9ce fixed leaks in CHOICE/XER and REAL conversion by Lev Walkin · 7 years ago
  69. c8c286a added fuzzer for XER test 70 by Lev Walkin · 7 years ago
  70. 4fe2882 ensure xer encode yields the same number of bytes as it sends to the callback by Lev Walkin · 7 years ago
  71. 7489807 get rid of zer_* in favor of generic asn_encoder and asn_decoder by Lev Walkin · 7 years ago
  72. a75b247 remove undefined behavior sanitizer warning by Lev Walkin · 7 years ago
  73. a9e6337 remove undefined behavior by Lev Walkin · 7 years ago
  74. 9318004 remove undefined behavior by Lev Walkin · 7 years ago
  75. 0995f35 get rid of undefined behavior by Lev Walkin · 7 years ago
  76. beedbde get rid of undefined behavior and narrow supported entity reference range by Lev Walkin · 7 years ago
  77. 9c57f33 remove undefined behavior sanitizer warnings by Lev Walkin · 7 years ago
  78. e0236da ensure undefined behavior sanitizer crashes the programs by Lev Walkin · 7 years ago
  79. 7b04d79 compiler selectivity by Lev Walkin · 7 years ago
  80. 58dd8c8 fix option naming by Lev Walkin · 7 years ago
  81. 07a50d8 introduce fuzzer and removed fuzzer-guided warning by Lev Walkin · 7 years ago
  82. 387a8f0 draft fuzzer infrastructure by Lev Walkin · 7 years ago
  83. b5cdc5d add C++ compile check by Lev Walkin · 7 years ago
  84. 24cf97d -fsanitize=undefined does not work with -O0 by Lev Walkin · 7 years ago
  85. 4084658 default bsd make compilation does not include use preprocessor flags by Lev Walkin · 7 years ago
  86. f6e04b5 ignore single value constraint which looks like a (bit)string itself by Lev Walkin · 7 years ago
  87. 59165cf reorganized parsing around constraints by Lev Walkin · 7 years ago
  88. bf97915 parse a variant of value constraint by Lev Walkin · 7 years ago
  89. 0c68645 updated parsing bnf by Lev Walkin · 7 years ago
  90. be518fa ENUMERATION can not be empty by Lev Walkin · 7 years ago
  91. 154519a removed superfluous constraints duplication by Lev Walkin · 7 years ago
  92. b7a202e check length size in default BMPString and UniversalString constraints by Lev Walkin · 7 years ago
  93. 4ef01a2 prohibit encoding universalstring of non-modulo-multiplier size by Lev Walkin · 7 years ago
  94. d523ea4 parse advanced WITH COMPONENTS by Lev Walkin · 7 years ago
  95. 5efafc5 early suggestion of -fcompound-names by Lev Walkin · 7 years ago
  96. b46156d naming abstraction by Lev Walkin · 7 years ago
  97. e0f2a5b 0..MAX is unsigned in constraints by Lev Walkin · 7 years ago
  98. 84382cc fix infinite recursion in constraints by Lev Walkin · 7 years ago
  99. a93d997 Add unittest, which revealed that default booleans were not set properly by Ryan Sleevi · 7 years ago
  100. 135d7dd pull extensions for aliased types by Lev Walkin · 7 years ago