master
fuzz: added fuzzers for simple decoding functions
fuzz: add fuzzers for asn1_get_length_b/der
Add fuzz corpora for libtasn1_array2tree_fuzzer
_asn1_expand_object_id: added safety against use after free
Add first fuzz corpora for libtasn1_gnutls_der_fuzzer
Add fuzz corpora for libtasn1_parser2tree_fuzzer
parser: fix parser2tree memory leak (and parsing error)
Add first fuzz corpora for libtasn1_pkix_der_fuzzer
Modernize code coverage generation and outputs.
Add initial fuzzing
Indent using GNU indent 2.2.13.
Bump copyright years
Some C89 fixes. Closes: !70.
Avoid declaration after use, for gcc 2.95 era compilers.
Include config.h and re-enable syntax-checks.
run-clang.sh: work with out-of-tree builds