1. af9f924 asn1_decode_simple_ber: added support for constructed definite octet string by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  2. 950a6d4 _asn1_decode_simple_ber: allow empty fields by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  3. 5a94373 asn1_der_decoding2: force the right tag on DER by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  4. 5b146e5 asn1_der_decoding2: fix flag checking by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  5. 814bec6 lib: append: cleanup by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  6. 8314e16 .gitlab-ci.yml: save artifacts on failure by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  7. 977db7d fuzz: added fuzzers for simple decoding functions by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  8. 17419db Merge branch 'tmp-update-to-f31' into 'master' by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  9. d58bdaa Updated copyright of manual to 2020 by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  10. a45b539 .gitlab-ci.yml: use fedora 31 by Nikos Mavrogiannopoulos · 4 years, 4 months ago
  11. 308b1a8 README.md: updated build badge by Nikos Mavrogiannopoulos · 4 years, 5 months ago
  12. 0ea1cad Merge branch 'tmp-c-ctype' into 'master' by Nikos Mavrogiannopoulos · 4 years, 5 months ago
  13. 53509d4 isdigit: replace with gnulib's c-ctype by Nikos Mavrogiannopoulos · 4 years, 5 months ago
  14. e6f0b04 Merge branch 'tmp-correct-installed-files' into 'master' by Tim Rühsen · 4 years, 6 months ago
  15. 49d6e3f fuzz: do not install generated fuzzers and tools by Nikos Mavrogiannopoulos · 4 years, 6 months ago
  16. 0dbc6a8 released 4.15.0 by Nikos Mavrogiannopoulos · 4 years, 6 months ago
  17. 409aebf Merge branch 'tmp-use-after-free' into 'master' by Nikos Mavrogiannopoulos · 4 years, 6 months ago
  18. b1e4ef6 _asn1_expand_object_id: protect from unbounded recursion by Nikos Mavrogiannopoulos · 4 years, 7 months ago
  19. 89f52b5 _asn1_expand_object_id: added safety against use after free by Nikos Mavrogiannopoulos · 4 years, 7 months ago
  20. 7bbe3c6 Merge branch 'tmp-git2cl' into 'master' by Nikos Mavrogiannopoulos · 4 years, 7 months ago
  21. 63bcfc6 ChangeLog: do not depend on git2cl by Nikos Mavrogiannopoulos · 4 years, 7 months ago
  22. f2862b1 Merge branch 'gtkdoc' into 'master' by Tim Rühsen · 4 years, 8 months ago
  23. ebd4f87 doc/reference: don't add empty object hierarchy chapter by Ross Burton · 4 years, 8 months ago
  24. 989511e Merge branch 'tmp-gnutls-fuzzer' into 'master' by Tim Rühsen · 4 years, 9 months ago
  25. 5032ef5 Fix harmless integer overflows by Tim Rühsen · 4 years, 9 months ago
  26. 4780f34 Add first fuzz corpora for libtasn1_gnutls_der_fuzzer by Tim Rühsen · 4 years, 9 months ago
  27. e05f57f Add new fuzzer libtasn1_pkix_der_fuzzer.c by Tim Rühsen · 4 years, 9 months ago
  28. ae3bbf4 Merge branch 'tmp-fix-ossfuzz-16249' into 'master' by Tim Rühsen · 4 years, 9 months ago
  29. 33c320a Fix OSS-Fuzz issue 16249 by Tim Rühsen · 4 years, 9 months ago
  30. 8c146c9 Merge branch 'tmp-pkix-der-fuzzer' into 'master' by Tim Rühsen · 4 years, 9 months ago
  31. 9dab8ff Add first fuzz corpora for libtasn1_pkix_der_fuzzer by Tim Rühsen · 4 years, 9 months ago
  32. 365ab7d Add new fuzzer libtasn1_pkix_der_fuzzer.c by Tim Rühsen · 4 years, 9 months ago
  33. 7db685d Merge branch 'tmp-fix-ossfuzz-16158' into 'master' by Tim Rühsen · 4 years, 9 months ago
  34. 766240c Fix null dereference in _asn1_expand_object_id() by Tim Rühsen · 4 years, 9 months ago
  35. 46b5ee4 Merge branch 'tmp-issue-trackers' into 'master' by Tim Rühsen · 4 years, 9 months ago
  36. 42ec40c README.md: added links to issue trackers [ci skip] by Nikos Mavrogiannopoulos · 4 years, 9 months ago
  37. b5e4de2 Merge branch 'tmp-fuzzing' into 'master' by Tim Rühsen · 4 years, 9 months ago
  38. 4077717 Add fuzz corpora for libtasn1_array2tree_fuzzer by Tim Rühsen · 4 years, 10 months ago
  39. 4ef8eb4 Add fuzz corpora for libtasn1_parser2tree_fuzzer by Tim Rühsen · 4 years, 10 months ago
  40. b8c28cb Fix memleaks in asn1_array2tree() by Tim Rühsen · 4 years, 10 months ago
  41. 6d14694 Suppress warnings when fuzzing by Tim Rühsen · 4 years, 10 months ago
  42. bc3f0e7 Add initial fuzzing by Tim Rühsen · 4 years, 10 months ago
  43. 08ae9b5 Merge branch 'tmp-fix-path' into 'master' by Tim Rühsen · 4 years, 10 months ago
  44. d0a6b71 docs: Fix path for ASN1.c by Tim Rühsen · 4 years, 10 months ago
  45. 925256d Merge branch 'tmp-20190727-delete-cyclo-subdir' into 'master' by Tim Rühsen · 4 years, 10 months ago
  46. 8f52940 doc: removed cyclo subdir by Andreas Metzler · 4 years, 10 months ago
  47. fc19e59 Merge branch 'tmp-minor-fixes' into 'master' by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  48. a9a4f35 Merge branch 'tmp-fix-memleak-b' into 'master' by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  49. 7deb6ae _asn1_copy_structure3: removed FIXME comment by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  50. ac7fa4f headers: added guards by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  51. e3c67fc ASN1.y: improved detection of built-in types by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  52. 480e6e9 Merge branch 'tmp-no-yacc-warnings' into 'master' by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  53. f81b7ed ASN1.y: move old definitions to new; remove warnings by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  54. 55dac47 Merge branch 'tmp-20190727-typo-whith' into 'master' by Tim Rühsen · 4 years, 10 months ago
  55. 8dadd79 typo fix: whith -> with by Andreas Metzler · 4 years, 10 months ago
  56. 08fe9ad Add .lgtm.yml for LGTM integration [ci skip] by Tim Rühsen · 4 years, 10 months ago
  57. 291cc52 Cleanup asn1_parser2tree() by Tim Rühsen · 4 years, 10 months ago
  58. 3159991 Merge branch 'tmp-fix-memleak+ubsan' into 'master' by Tim Rühsen · 4 years, 10 months ago
  59. d05f9a7 Fix memleaks in asn1_parser2tree(), found by fuzzing by Tim Rühsen · 4 years, 10 months ago
  60. ccd4241 Fix two (harmless) UBSAN messages, found by fuzzing by Tim Rühsen · 4 years, 10 months ago
  61. daf8423 Merge branch 'tmp-simplify-hash' into 'master' by Tim Rühsen · 4 years, 10 months ago
  62. 842d87b Simplified hash function in lib/parser_aux.c by Tim Rühsen · 4 years, 10 months ago
  63. c42ccb6 Merge branch 'tmp-am-ldflags' into 'master' by Tim Rühsen · 4 years, 10 months ago
  64. 4c30f26 Merge branch 'tmp-avoid-eol-brackets' into 'master' by Tim Rühsen · 4 years, 10 months ago
  65. a6f93b7 Fix LDFLAGS to AM_LDFLAGS in src/Makefile.am by Tim Rühsen · 4 years, 10 months ago
  66. 12b9808 Add sc_prohibit_eol_brackets syntax-check rule by Tim Rühsen · 4 years, 10 months ago
  67. 37eeeee Prepare code for sc_prohibit_eol_brackets by Tim Rühsen · 4 years, 10 months ago
  68. 7720650 Merge branch 'tmp-memleak-a' into 'master' by Tim Rühsen · 4 years, 10 months ago
  69. 0b1f6b2 Add memleak reproducer in tests/reproducers.c by Tim Rühsen · 4 years, 10 months ago
  70. f16d1ff Fix two memleaks in asn1_array2tree() by Tim Rühsen · 4 years, 10 months ago
  71. 35f2e90 Merge branch 'tmp-warnings' into 'master' by Tim Rühsen · 4 years, 10 months ago
  72. 96c6c25 configure: do not suggest pure keyword by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  73. 5051cff marked strerror and check_version functions as pure by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  74. 25c4e0c .gitlab-ci.yml: introduce a run with -Werror to prevent new warnings by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  75. 9721faf asn1Decoding.c: eliminated warning by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  76. 5316c53 configure: remove warning flags which are hard to eliminate by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  77. bc9e7c2 fix old-style function definition by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  78. d63c42e Merge branch 'tmp-amended-hash' into 'master' by Tim Rühsen · 4 years, 10 months ago
  79. 477c5a3 Use amended version of gnulib's hash_pjw_bare() by Tim Rühsen · 4 years, 10 months ago
  80. 5ef2786 Merge branch 'tmp-parsing-fixes' into 'master' by Tim Rühsen · 4 years, 10 months ago
  81. 14cc077 .gitlab-ci.yml: disable valgrind runs by default; added special CI run by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  82. b19ffb7 SIZE: do not store values; they were unused by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  83. 65c7644 INTEGER: ignore (0..MAX) values; they were not used by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  84. b50d5e5 _asn1_expand_object_id: fix memory leak on error by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  85. 95d5dfa ASN1.y: account for SIZE in BIT STRING by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  86. 4207899 tests: fix run under valgrind by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  87. 9f60416 asn1_parser2tree, ans1_parser2array: simplified by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  88. 50f0151 Merge branch 'tmp-fix-uint-overflow' into 'master' by Tim Rühsen · 4 years, 10 months ago
  89. f130c4f Merge branch 'tmp-gcc-manywarnings' into 'master' by Tim Rühsen · 4 years, 10 months ago
  90. 71d487e Fix uint overflow using explicit casts by Tim Rühsen · 4 years, 10 months ago
  91. 1ad5dd4 Add manywarnings module by Tim Rühsen · 4 years, 10 months ago
  92. c0485bb cfg.mk: set release type [ci skip] by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  93. 5137fdc cfg.mk: removed legacy rules by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  94. 56fc4f8 released 4.14 by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  95. c32f0f1 Fix endless loop in _asn1_check_identifier() by Tim Rühsen · 4 years, 10 months ago
  96. 7eda52c tests: removed VALGRIND variable from environment by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  97. f3510c9 Add version number defines for libtasn1.h by Tim Rühsen · 4 years, 10 months ago
  98. e6fc7d1 repo: require bison for building by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  99. d718f9c tools: included in code coverage by Nikos Mavrogiannopoulos · 4 years, 10 months ago
  100. 42497e1 .gitmodules: gnulib repo was moved to gitlab mirror by Nikos Mavrogiannopoulos · 4 years, 10 months ago