- 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
- 412a813 For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 2 years ago
- f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 2a64299 Update tests/suites/test_suite_asn1parse.function by Glenn Strauss · 2 years, 9 months ago
- aa36c2a Update tests/suites/test_suite_asn1parse.function by Glenn Strauss · 2 years, 9 months ago
- 82ba274 Deprecate mbedtls_asn1_free_named_data() by Glenn Strauss · 2 years, 9 months ago
- 47b8de8 Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
- 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
- 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
- 567e0ad Add documentation and minor style changes by Chris Jones · 4 years, 6 months ago
- a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 4 years, 6 months ago
- 59961cf Add missing const attribute to asn1 api by Mateusz Starzyk · 4 years, 6 months ago
- e60e2ae Add `mbedtls_` prefix to all public names in `helpers.h` by Chris Jones · 4 years, 6 months ago
- 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 6 months ago
- f317dc4 Merge pull request #350 from gilles-peskine-arm/asn1-tests-parse_prefixes-trailing_garbage by Janos Follath · 5 years ago
- 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 6 years ago
- 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 6 years ago
- 95c893d More systematic handling of trailing garbage in parse_prefixes by Gilles Peskine · 6 years ago
- ef41838 Document how tested prefix lengths are chosen by Gilles Peskine · 6 years ago
- 42a1acf get_len_step: Fix end-of-buffer calculation when buffer_size==0 by Gilles Peskine · 6 years ago
- 6af7bf9 Add test cases for ASN.1 ENUMERATED tag by Mykhailo Sopiha · 6 years ago
- 970dcbf ASN1 tests: Match negative INTEGERs with the actual library behavior by Gilles Peskine · 6 years ago
- 321adb2 ASN1 tests: Match "Empty INTEGER" with the actual library behavior by Gilles Peskine · 6 years ago
- 03c165e Fix the build and the tests when MBEDTLS_BIGNUM_C is unset by Gilles Peskine · 6 years ago
- 88f136f Fix free_named_data_list tests by Gilles Peskine · 6 years ago
- 2cd8ecc New test helper macro ASSERT_ALLOC_WEAK by Gilles Peskine · 6 years ago
- 27d806f Add ASN.1 parsing tests by Gilles Peskine · 6 years ago