edhoc 1.3.3 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.clang-format +79 -0
- package/README.md +6 -5
- package/dist/cbor-utils.d.ts +30 -0
- package/dist/cbor-utils.d.ts.map +1 -0
- package/dist/cbor-utils.js +179 -0
- package/dist/cipher-suites.d.ts +13 -0
- package/dist/cipher-suites.d.ts.map +1 -0
- package/dist/cipher-suites.js +22 -0
- package/dist/edhoc.d.ts +85 -277
- package/dist/edhoc.d.ts.map +1 -1
- package/dist/edhoc.js +562 -34
- package/package.json +5 -19
- package/.gitmodules +0 -3
- package/binding.gyp +0 -66
- package/dist/bindings.d.ts +0 -5
- package/dist/bindings.d.ts.map +0 -1
- package/dist/bindings.js +0 -10
- package/external/libedhoc/backends/cbor/include/backend_cbor_bstr_type_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_bstr_type_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_bstr_type_types.h +0 -34
- package/external/libedhoc/backends/cbor/include/backend_cbor_ead_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_ead_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_edhoc_types.h +0 -102
- package/external/libedhoc/backends/cbor/include/backend_cbor_enc_structure_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_enc_structure_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_enc_structure_types.h +0 -37
- package/external/libedhoc/backends/cbor/include/backend_cbor_id_cred_x_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_id_cred_x_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_info_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_info_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_int_type_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_int_type_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_int_type_types.h +0 -34
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_1_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_1_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_2_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_2_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_3_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_3_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_4_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_4_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_error_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_message_error_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_plaintext_2_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_plaintext_2_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_plaintext_3_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_plaintext_3_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_plaintext_4_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_plaintext_4_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_sig_structure_decode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_sig_structure_encode.h +0 -35
- package/external/libedhoc/backends/cbor/include/backend_cbor_sig_structure_types.h +0 -38
- package/external/libedhoc/backends/cbor/include/backend_cbor_x509_types.h +0 -180
- package/external/libedhoc/backends/cbor/src/backend_cbor_bstr_type_decode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_bstr_type_encode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_ead_decode.c +0 -69
- package/external/libedhoc/backends/cbor/src/backend_cbor_ead_encode.c +0 -69
- package/external/libedhoc/backends/cbor/src/backend_cbor_enc_structure_decode.c +0 -53
- package/external/libedhoc/backends/cbor/src/backend_cbor_enc_structure_encode.c +0 -53
- package/external/libedhoc/backends/cbor/src/backend_cbor_id_cred_x_decode.c +0 -152
- package/external/libedhoc/backends/cbor/src/backend_cbor_id_cred_x_encode.c +0 -152
- package/external/libedhoc/backends/cbor/src/backend_cbor_info_decode.c +0 -52
- package/external/libedhoc/backends/cbor/src/backend_cbor_info_encode.c +0 -52
- package/external/libedhoc/backends/cbor/src/backend_cbor_int_type_decode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_int_type_encode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_1_decode.c +0 -115
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_1_encode.c +0 -115
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_2_decode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_2_encode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_3_decode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_3_encode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_4_decode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_4_encode.c +0 -50
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_error_decode.c +0 -92
- package/external/libedhoc/backends/cbor/src/backend_cbor_message_error_encode.c +0 -92
- package/external/libedhoc/backends/cbor/src/backend_cbor_plaintext_2_decode.c +0 -216
- package/external/libedhoc/backends/cbor/src/backend_cbor_plaintext_2_encode.c +0 -217
- package/external/libedhoc/backends/cbor/src/backend_cbor_plaintext_3_decode.c +0 -212
- package/external/libedhoc/backends/cbor/src/backend_cbor_plaintext_3_encode.c +0 -212
- package/external/libedhoc/backends/cbor/src/backend_cbor_plaintext_4_decode.c +0 -87
- package/external/libedhoc/backends/cbor/src/backend_cbor_plaintext_4_encode.c +0 -87
- package/external/libedhoc/backends/cbor/src/backend_cbor_sig_structure_decode.c +0 -54
- package/external/libedhoc/backends/cbor/src/backend_cbor_sig_structure_encode.c +0 -54
- package/external/libedhoc/externals/Unity/examples/example_1/src/ProductionCode.c +0 -31
- package/external/libedhoc/externals/Unity/examples/example_1/src/ProductionCode.h +0 -10
- package/external/libedhoc/externals/Unity/examples/example_1/src/ProductionCode2.c +0 -18
- package/external/libedhoc/externals/Unity/examples/example_1/src/ProductionCode2.h +0 -9
- package/external/libedhoc/externals/Unity/examples/example_1/test/TestProductionCode.c +0 -69
- package/external/libedhoc/externals/Unity/examples/example_1/test/TestProductionCode2.c +0 -38
- package/external/libedhoc/externals/Unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
- package/external/libedhoc/externals/Unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
- package/external/libedhoc/externals/Unity/examples/example_2/src/ProductionCode.c +0 -31
- package/external/libedhoc/externals/Unity/examples/example_2/src/ProductionCode.h +0 -10
- package/external/libedhoc/externals/Unity/examples/example_2/src/ProductionCode2.c +0 -18
- package/external/libedhoc/externals/Unity/examples/example_2/src/ProductionCode2.h +0 -9
- package/external/libedhoc/externals/Unity/examples/example_2/test/TestProductionCode.c +0 -71
- package/external/libedhoc/externals/Unity/examples/example_2/test/TestProductionCode2.c +0 -40
- package/external/libedhoc/externals/Unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -16
- package/external/libedhoc/externals/Unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -18
- package/external/libedhoc/externals/Unity/examples/example_2/test/test_runners/all_tests.c +0 -19
- package/external/libedhoc/externals/Unity/examples/example_3/helper/UnityHelper.c +0 -17
- package/external/libedhoc/externals/Unity/examples/example_3/helper/UnityHelper.h +0 -19
- package/external/libedhoc/externals/Unity/examples/example_3/src/ProductionCode.c +0 -31
- package/external/libedhoc/externals/Unity/examples/example_3/src/ProductionCode.h +0 -10
- package/external/libedhoc/externals/Unity/examples/example_3/src/ProductionCode2.c +0 -18
- package/external/libedhoc/externals/Unity/examples/example_3/src/ProductionCode2.h +0 -9
- package/external/libedhoc/externals/Unity/examples/example_3/test/TestProductionCode.c +0 -69
- package/external/libedhoc/externals/Unity/examples/example_3/test/TestProductionCode2.c +0 -38
- package/external/libedhoc/externals/Unity/examples/example_4/src/ProductionCode.c +0 -31
- package/external/libedhoc/externals/Unity/examples/example_4/src/ProductionCode.h +0 -10
- package/external/libedhoc/externals/Unity/examples/example_4/src/ProductionCode2.c +0 -18
- package/external/libedhoc/externals/Unity/examples/example_4/src/ProductionCode2.h +0 -9
- package/external/libedhoc/externals/Unity/examples/example_4/test/TestProductionCode.c +0 -70
- package/external/libedhoc/externals/Unity/examples/example_4/test/TestProductionCode2.c +0 -42
- package/external/libedhoc/externals/Unity/examples/example_4/test/test_runners/TestProductionCode2_Runner.c +0 -53
- package/external/libedhoc/externals/Unity/examples/example_4/test/test_runners/TestProductionCode_Runner.c +0 -57
- package/external/libedhoc/externals/Unity/examples/unity_config.h +0 -251
- package/external/libedhoc/externals/Unity/extras/bdd/src/unity_bdd.h +0 -44
- package/external/libedhoc/externals/Unity/extras/bdd/test/test_bdd.c +0 -129
- package/external/libedhoc/externals/Unity/extras/fixture/src/unity_fixture.c +0 -310
- package/external/libedhoc/externals/Unity/extras/fixture/src/unity_fixture.h +0 -95
- package/external/libedhoc/externals/Unity/extras/fixture/src/unity_fixture_internals.h +0 -51
- package/external/libedhoc/externals/Unity/extras/fixture/test/main/AllTests.c +0 -20
- package/external/libedhoc/externals/Unity/extras/fixture/test/template_fixture_tests.c +0 -40
- package/external/libedhoc/externals/Unity/extras/fixture/test/unity_fixture_Test.c +0 -246
- package/external/libedhoc/externals/Unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -33
- package/external/libedhoc/externals/Unity/extras/memory/src/unity_memory.c +0 -203
- package/external/libedhoc/externals/Unity/extras/memory/src/unity_memory.h +0 -61
- package/external/libedhoc/externals/Unity/extras/memory/test/unity_memory_Test.c +0 -326
- package/external/libedhoc/externals/Unity/extras/memory/test/unity_memory_TestRunner.c +0 -50
- package/external/libedhoc/externals/Unity/extras/memory/test/unity_output_Spy.c +0 -57
- package/external/libedhoc/externals/Unity/extras/memory/test/unity_output_Spy.h +0 -17
- package/external/libedhoc/externals/Unity/src/unity.c +0 -2501
- package/external/libedhoc/externals/Unity/src/unity.h +0 -698
- package/external/libedhoc/externals/Unity/src/unity_internals.h +0 -1183
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_cmd.c +0 -61
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_def.c +0 -57
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_head1.c +0 -55
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_head1.h +0 -15
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_cmd.c +0 -80
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_def.c +0 -76
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_head1.c +0 -75
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_head1.h +0 -13
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_new1.c +0 -89
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_new2.c +0 -89
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_param.c +0 -77
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_run1.c +0 -89
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_run2.c +0 -89
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_mock_yaml.c +0 -90
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_new1.c +0 -67
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_new2.c +0 -70
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_param.c +0 -58
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_run1.c +0 -67
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_run2.c +0 -70
- package/external/libedhoc/externals/Unity/test/expectdata/testsample_yaml.c +0 -71
- package/external/libedhoc/externals/Unity/test/testdata/CException.h +0 -18
- package/external/libedhoc/externals/Unity/test/testdata/Defs.h +0 -16
- package/external/libedhoc/externals/Unity/test/testdata/cmock.h +0 -21
- package/external/libedhoc/externals/Unity/test/testdata/mockMock.h +0 -20
- package/external/libedhoc/externals/Unity/test/testdata/testRunnerGenerator.c +0 -204
- package/external/libedhoc/externals/Unity/test/testdata/testRunnerGeneratorSmall.c +0 -73
- package/external/libedhoc/externals/Unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -200
- package/external/libedhoc/externals/Unity/test/tests/self_assessment_utils.h +0 -151
- package/external/libedhoc/externals/Unity/test/tests/test_unity_arrays.c +0 -2941
- package/external/libedhoc/externals/Unity/test/tests/test_unity_core.c +0 -375
- package/external/libedhoc/externals/Unity/test/tests/test_unity_doubles.c +0 -1285
- package/external/libedhoc/externals/Unity/test/tests/test_unity_floats.c +0 -1395
- package/external/libedhoc/externals/Unity/test/tests/test_unity_integers.c +0 -2863
- package/external/libedhoc/externals/Unity/test/tests/test_unity_integers_64.c +0 -783
- package/external/libedhoc/externals/Unity/test/tests/test_unity_memory.c +0 -82
- package/external/libedhoc/externals/Unity/test/tests/test_unity_parameterized.c +0 -309
- package/external/libedhoc/externals/Unity/test/tests/test_unity_parameterizedDemo.c +0 -28
- package/external/libedhoc/externals/Unity/test/tests/test_unity_strings.c +0 -330
- package/external/libedhoc/externals/Unity/test/tests/types_for_test.h +0 -21
- package/external/libedhoc/externals/compact25519/src/c25519/c25519.c +0 -126
- package/external/libedhoc/externals/compact25519/src/c25519/c25519.h +0 -49
- package/external/libedhoc/externals/compact25519/src/c25519/ed25519.c +0 -323
- package/external/libedhoc/externals/compact25519/src/c25519/ed25519.h +0 -84
- package/external/libedhoc/externals/compact25519/src/c25519/edsign.c +0 -171
- package/external/libedhoc/externals/compact25519/src/c25519/edsign.h +0 -53
- package/external/libedhoc/externals/compact25519/src/c25519/f25519.c +0 -330
- package/external/libedhoc/externals/compact25519/src/c25519/f25519.h +0 -98
- package/external/libedhoc/externals/compact25519/src/c25519/fprime.c +0 -226
- package/external/libedhoc/externals/compact25519/src/c25519/fprime.h +0 -81
- package/external/libedhoc/externals/compact25519/src/c25519/sha512.c +0 -230
- package/external/libedhoc/externals/compact25519/src/c25519/sha512.h +0 -54
- package/external/libedhoc/externals/compact25519/src/compact_ed25519.c +0 -46
- package/external/libedhoc/externals/compact25519/src/compact_ed25519.h +0 -110
- package/external/libedhoc/externals/compact25519/src/compact_wipe.c +0 -12
- package/external/libedhoc/externals/compact25519/src/compact_wipe.h +0 -14
- package/external/libedhoc/externals/compact25519/src/compact_x25519.c +0 -68
- package/external/libedhoc/externals/compact25519/src/compact_x25519.h +0 -101
- package/external/libedhoc/externals/compact25519/test/pcg_random.h +0 -25
- package/external/libedhoc/externals/compact25519/test/run-all.c +0 -178
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/Hacl_Curve25519.h +0 -21
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/everest.h +0 -234
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlib/FStar_UInt128.h +0 -124
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h +0 -280
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlib.h +0 -29
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlin/c_endianness.h +0 -204
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlin/internal/builtin.h +0 -16
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlin/internal/callconv.h +0 -46
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlin/internal/compat.h +0 -34
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlin/internal/debug.h +0 -57
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlin/internal/target.h +0 -102
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlin/internal/types.h +0 -61
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/kremlin/internal/wasmsupport.h +0 -5
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/vs2013/Hacl_Curve25519.h +0 -21
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/vs2013/inttypes.h +0 -36
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/vs2013/stdbool.h +0 -31
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/include/everest/x25519.h +0 -190
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/library/Hacl_Curve25519.c +0 -760
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c +0 -50
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/library/everest.c +0 -102
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/library/kremlib/FStar_UInt128_extracted.c +0 -413
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/library/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c +0 -100
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/library/legacy/Hacl_Curve25519.c +0 -805
- package/external/libedhoc/externals/mbedtls/3rdparty/everest/library/x25519.c +0 -186
- package/external/libedhoc/externals/mbedtls/3rdparty/p256-m/p256-m/p256-m.c +0 -1514
- package/external/libedhoc/externals/mbedtls/3rdparty/p256-m/p256-m/p256-m.h +0 -135
- package/external/libedhoc/externals/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c +0 -312
- package/external/libedhoc/externals/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.h +0 -219
- package/external/libedhoc/externals/mbedtls/configs/config-ccm-psk-dtls1_2.h +0 -92
- package/external/libedhoc/externals/mbedtls/configs/config-ccm-psk-tls1_2.h +0 -83
- package/external/libedhoc/externals/mbedtls/configs/config-no-entropy.h +0 -73
- package/external/libedhoc/externals/mbedtls/configs/config-suite-b.h +0 -106
- package/external/libedhoc/externals/mbedtls/configs/config-symmetric-only.h +0 -77
- package/external/libedhoc/externals/mbedtls/configs/config-thread.h +0 -76
- package/external/libedhoc/externals/mbedtls/configs/crypto-config-ccm-aes-sha256.h +0 -25
- package/external/libedhoc/externals/mbedtls/configs/crypto_config_profile_medium.h +0 -136
- package/external/libedhoc/externals/mbedtls/configs/tfm_mbedcrypto_config_profile_medium.h +0 -609
- package/external/libedhoc/externals/mbedtls/doxygen/input/doc_encdec.h +0 -54
- package/external/libedhoc/externals/mbedtls/doxygen/input/doc_hashing.h +0 -30
- package/external/libedhoc/externals/mbedtls/doxygen/input/doc_mainpage.h +0 -19
- package/external/libedhoc/externals/mbedtls/doxygen/input/doc_rng.h +0 -27
- package/external/libedhoc/externals/mbedtls/doxygen/input/doc_ssltls.h +0 -37
- package/external/libedhoc/externals/mbedtls/doxygen/input/doc_tcpip.h +0 -32
- package/external/libedhoc/externals/mbedtls/doxygen/input/doc_x509.h +0 -31
- package/external/libedhoc/externals/mbedtls/include/mbedtls/aes.h +0 -627
- package/external/libedhoc/externals/mbedtls/include/mbedtls/aria.h +0 -341
- package/external/libedhoc/externals/mbedtls/include/mbedtls/asn1.h +0 -641
- package/external/libedhoc/externals/mbedtls/include/mbedtls/asn1write.h +0 -389
- package/external/libedhoc/externals/mbedtls/include/mbedtls/base64.h +0 -82
- package/external/libedhoc/externals/mbedtls/include/mbedtls/bignum.h +0 -1084
- package/external/libedhoc/externals/mbedtls/include/mbedtls/build_info.h +0 -146
- package/external/libedhoc/externals/mbedtls/include/mbedtls/camellia.h +0 -303
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ccm.h +0 -518
- package/external/libedhoc/externals/mbedtls/include/mbedtls/chacha20.h +0 -202
- package/external/libedhoc/externals/mbedtls/include/mbedtls/chachapoly.h +0 -342
- package/external/libedhoc/externals/mbedtls/include/mbedtls/check_config.h +0 -1206
- package/external/libedhoc/externals/mbedtls/include/mbedtls/cipher.h +0 -1183
- package/external/libedhoc/externals/mbedtls/include/mbedtls/cmac.h +0 -246
- package/external/libedhoc/externals/mbedtls/include/mbedtls/compat-2.x.h +0 -46
- package/external/libedhoc/externals/mbedtls/include/mbedtls/config_adjust_legacy_crypto.h +0 -183
- package/external/libedhoc/externals/mbedtls/include/mbedtls/config_adjust_legacy_from_psa.h +0 -877
- package/external/libedhoc/externals/mbedtls/include/mbedtls/config_adjust_psa_from_legacy.h +0 -334
- package/external/libedhoc/externals/mbedtls/include/mbedtls/config_adjust_psa_superset_legacy.h +0 -142
- package/external/libedhoc/externals/mbedtls/include/mbedtls/config_adjust_ssl.h +0 -76
- package/external/libedhoc/externals/mbedtls/include/mbedtls/config_adjust_x509.h +0 -25
- package/external/libedhoc/externals/mbedtls/include/mbedtls/config_psa.h +0 -55
- package/external/libedhoc/externals/mbedtls/include/mbedtls/constant_time.h +0 -36
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ctr_drbg.h +0 -564
- package/external/libedhoc/externals/mbedtls/include/mbedtls/debug.h +0 -308
- package/external/libedhoc/externals/mbedtls/include/mbedtls/des.h +0 -385
- package/external/libedhoc/externals/mbedtls/include/mbedtls/dhm.h +0 -972
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ecdh.h +0 -441
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ecdsa.h +0 -671
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ecjpake.h +0 -298
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ecp.h +0 -1362
- package/external/libedhoc/externals/mbedtls/include/mbedtls/entropy.h +0 -273
- package/external/libedhoc/externals/mbedtls/include/mbedtls/error.h +0 -201
- package/external/libedhoc/externals/mbedtls/include/mbedtls/gcm.h +0 -370
- package/external/libedhoc/externals/mbedtls/include/mbedtls/hkdf.h +0 -124
- package/external/libedhoc/externals/mbedtls/include/mbedtls/hmac_drbg.h +0 -434
- package/external/libedhoc/externals/mbedtls/include/mbedtls/lms.h +0 -440
- package/external/libedhoc/externals/mbedtls/include/mbedtls/mbedtls_config.h +0 -4116
- package/external/libedhoc/externals/mbedtls/include/mbedtls/md.h +0 -640
- package/external/libedhoc/externals/mbedtls/include/mbedtls/md5.h +0 -190
- package/external/libedhoc/externals/mbedtls/include/mbedtls/memory_buffer_alloc.h +0 -142
- package/external/libedhoc/externals/mbedtls/include/mbedtls/net_sockets.h +0 -299
- package/external/libedhoc/externals/mbedtls/include/mbedtls/nist_kw.h +0 -166
- package/external/libedhoc/externals/mbedtls/include/mbedtls/oid.h +0 -722
- package/external/libedhoc/externals/mbedtls/include/mbedtls/pem.h +0 -160
- package/external/libedhoc/externals/mbedtls/include/mbedtls/pk.h +0 -1091
- package/external/libedhoc/externals/mbedtls/include/mbedtls/pkcs12.h +0 -186
- package/external/libedhoc/externals/mbedtls/include/mbedtls/pkcs5.h +0 -197
- package/external/libedhoc/externals/mbedtls/include/mbedtls/pkcs7.h +0 -241
- package/external/libedhoc/externals/mbedtls/include/mbedtls/platform.h +0 -485
- package/external/libedhoc/externals/mbedtls/include/mbedtls/platform_time.h +0 -79
- package/external/libedhoc/externals/mbedtls/include/mbedtls/platform_util.h +0 -201
- package/external/libedhoc/externals/mbedtls/include/mbedtls/poly1305.h +0 -168
- package/external/libedhoc/externals/mbedtls/include/mbedtls/private_access.h +0 -20
- package/external/libedhoc/externals/mbedtls/include/mbedtls/psa_util.h +0 -104
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ripemd160.h +0 -136
- package/external/libedhoc/externals/mbedtls/include/mbedtls/rsa.h +0 -1143
- package/external/libedhoc/externals/mbedtls/include/mbedtls/sha1.h +0 -219
- package/external/libedhoc/externals/mbedtls/include/mbedtls/sha256.h +0 -198
- package/external/libedhoc/externals/mbedtls/include/mbedtls/sha3.h +0 -172
- package/external/libedhoc/externals/mbedtls/include/mbedtls/sha512.h +0 -208
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ssl.h +0 -5369
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ssl_cache.h +0 -187
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ssl_ciphersuites.h +0 -616
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ssl_cookie.h +0 -106
- package/external/libedhoc/externals/mbedtls/include/mbedtls/ssl_ticket.h +0 -181
- package/external/libedhoc/externals/mbedtls/include/mbedtls/threading.h +0 -105
- package/external/libedhoc/externals/mbedtls/include/mbedtls/timing.h +0 -94
- package/external/libedhoc/externals/mbedtls/include/mbedtls/version.h +0 -78
- package/external/libedhoc/externals/mbedtls/include/mbedtls/x509.h +0 -550
- package/external/libedhoc/externals/mbedtls/include/mbedtls/x509_crl.h +0 -184
- package/external/libedhoc/externals/mbedtls/include/mbedtls/x509_crt.h +0 -1196
- package/external/libedhoc/externals/mbedtls/include/mbedtls/x509_csr.h +0 -319
- package/external/libedhoc/externals/mbedtls/include/psa/build_info.h +0 -20
- package/external/libedhoc/externals/mbedtls/include/psa/crypto.h +0 -4685
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_adjust_auto_enabled.h +0 -21
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_adjust_config_key_pair_types.h +0 -91
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_adjust_config_synonyms.h +0 -45
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_builtin_composites.h +0 -210
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_builtin_key_derivation.h +0 -118
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_builtin_primitives.h +0 -114
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_compat.h +0 -153
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_config.h +0 -153
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_driver_common.h +0 -44
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_driver_contexts_composites.h +0 -151
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h +0 -52
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_driver_contexts_primitives.h +0 -105
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_extra.h +0 -2064
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_legacy.h +0 -88
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_platform.h +0 -92
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_se_driver.h +0 -1383
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_sizes.h +0 -1282
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_struct.h +0 -460
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_types.h +0 -453
- package/external/libedhoc/externals/mbedtls/include/psa/crypto_values.h +0 -2756
- package/external/libedhoc/externals/mbedtls/library/aes.c +0 -2315
- package/external/libedhoc/externals/mbedtls/library/aesce.c +0 -503
- package/external/libedhoc/externals/mbedtls/library/aesce.h +0 -121
- package/external/libedhoc/externals/mbedtls/library/aesni.c +0 -802
- package/external/libedhoc/externals/mbedtls/library/aesni.h +0 -158
- package/external/libedhoc/externals/mbedtls/library/alignment.h +0 -509
- package/external/libedhoc/externals/mbedtls/library/aria.c +0 -991
- package/external/libedhoc/externals/mbedtls/library/asn1parse.c +0 -467
- package/external/libedhoc/externals/mbedtls/library/asn1write.c +0 -436
- package/external/libedhoc/externals/mbedtls/library/base64.c +0 -299
- package/external/libedhoc/externals/mbedtls/library/base64_internal.h +0 -45
- package/external/libedhoc/externals/mbedtls/library/bignum.c +0 -2806
- package/external/libedhoc/externals/mbedtls/library/bignum_core.c +0 -894
- package/external/libedhoc/externals/mbedtls/library/bignum_core.h +0 -763
- package/external/libedhoc/externals/mbedtls/library/bignum_mod.c +0 -394
- package/external/libedhoc/externals/mbedtls/library/bignum_mod.h +0 -452
- package/external/libedhoc/externals/mbedtls/library/bignum_mod_raw.c +0 -276
- package/external/libedhoc/externals/mbedtls/library/bignum_mod_raw.h +0 -416
- package/external/libedhoc/externals/mbedtls/library/bignum_mod_raw_invasive.h +0 -34
- package/external/libedhoc/externals/mbedtls/library/bn_mul.h +0 -1094
- package/external/libedhoc/externals/mbedtls/library/camellia.c +0 -1044
- package/external/libedhoc/externals/mbedtls/library/ccm.c +0 -712
- package/external/libedhoc/externals/mbedtls/library/chacha20.c +0 -497
- package/external/libedhoc/externals/mbedtls/library/chachapoly.c +0 -478
- package/external/libedhoc/externals/mbedtls/library/check_crypto_config.h +0 -141
- package/external/libedhoc/externals/mbedtls/library/cipher.c +0 -1664
- package/external/libedhoc/externals/mbedtls/library/cipher_wrap.c +0 -2422
- package/external/libedhoc/externals/mbedtls/library/cipher_wrap.h +0 -132
- package/external/libedhoc/externals/mbedtls/library/cmac.c +0 -1067
- package/external/libedhoc/externals/mbedtls/library/common.h +0 -325
- package/external/libedhoc/externals/mbedtls/library/constant_time.c +0 -261
- package/external/libedhoc/externals/mbedtls/library/constant_time_impl.h +0 -554
- package/external/libedhoc/externals/mbedtls/library/constant_time_internal.h +0 -579
- package/external/libedhoc/externals/mbedtls/library/ctr_drbg.c +0 -881
- package/external/libedhoc/externals/mbedtls/library/debug.c +0 -465
- package/external/libedhoc/externals/mbedtls/library/des.c +0 -1042
- package/external/libedhoc/externals/mbedtls/library/dhm.c +0 -712
- package/external/libedhoc/externals/mbedtls/library/ecdh.c +0 -685
- package/external/libedhoc/externals/mbedtls/library/ecdsa.c +0 -867
- package/external/libedhoc/externals/mbedtls/library/ecjpake.c +0 -1216
- package/external/libedhoc/externals/mbedtls/library/ecp.c +0 -3631
- package/external/libedhoc/externals/mbedtls/library/ecp_curves.c +0 -5467
- package/external/libedhoc/externals/mbedtls/library/ecp_curves_new.c +0 -6043
- package/external/libedhoc/externals/mbedtls/library/ecp_internal_alt.h +0 -287
- package/external/libedhoc/externals/mbedtls/library/ecp_invasive.h +0 -325
- package/external/libedhoc/externals/mbedtls/library/entropy.c +0 -676
- package/external/libedhoc/externals/mbedtls/library/entropy_poll.c +0 -229
- package/external/libedhoc/externals/mbedtls/library/entropy_poll.h +0 -64
- package/external/libedhoc/externals/mbedtls/library/error.c +0 -878
- package/external/libedhoc/externals/mbedtls/library/gcm.c +0 -1168
- package/external/libedhoc/externals/mbedtls/library/hkdf.c +0 -161
- package/external/libedhoc/externals/mbedtls/library/hmac_drbg.c +0 -633
- package/external/libedhoc/externals/mbedtls/library/lmots.c +0 -821
- package/external/libedhoc/externals/mbedtls/library/lmots.h +0 -311
- package/external/libedhoc/externals/mbedtls/library/lms.c +0 -779
- package/external/libedhoc/externals/mbedtls/library/md.c +0 -1108
- package/external/libedhoc/externals/mbedtls/library/md5.c +0 -426
- package/external/libedhoc/externals/mbedtls/library/md_psa.h +0 -63
- package/external/libedhoc/externals/mbedtls/library/md_wrap.h +0 -46
- package/external/libedhoc/externals/mbedtls/library/memory_buffer_alloc.c +0 -745
- package/external/libedhoc/externals/mbedtls/library/mps_common.h +0 -181
- package/external/libedhoc/externals/mbedtls/library/mps_error.h +0 -89
- package/external/libedhoc/externals/mbedtls/library/mps_reader.c +0 -538
- package/external/libedhoc/externals/mbedtls/library/mps_reader.h +0 -366
- package/external/libedhoc/externals/mbedtls/library/mps_trace.c +0 -112
- package/external/libedhoc/externals/mbedtls/library/mps_trace.h +0 -154
- package/external/libedhoc/externals/mbedtls/library/net_sockets.c +0 -696
- package/external/libedhoc/externals/mbedtls/library/nist_kw.c +0 -725
- package/external/libedhoc/externals/mbedtls/library/oid.c +0 -1154
- package/external/libedhoc/externals/mbedtls/library/padlock.c +0 -155
- package/external/libedhoc/externals/mbedtls/library/padlock.h +0 -111
- package/external/libedhoc/externals/mbedtls/library/pem.c +0 -520
- package/external/libedhoc/externals/mbedtls/library/pk.c +0 -970
- package/external/libedhoc/externals/mbedtls/library/pk_internal.h +0 -118
- package/external/libedhoc/externals/mbedtls/library/pk_wrap.c +0 -1834
- package/external/libedhoc/externals/mbedtls/library/pk_wrap.h +0 -156
- package/external/libedhoc/externals/mbedtls/library/pkcs12.c +0 -447
- package/external/libedhoc/externals/mbedtls/library/pkcs5.c +0 -496
- package/external/libedhoc/externals/mbedtls/library/pkcs7.c +0 -773
- package/external/libedhoc/externals/mbedtls/library/pkparse.c +0 -1845
- package/external/libedhoc/externals/mbedtls/library/pkwrite.c +0 -836
- package/external/libedhoc/externals/mbedtls/library/pkwrite.h +0 -112
- package/external/libedhoc/externals/mbedtls/library/platform.c +0 -402
- package/external/libedhoc/externals/mbedtls/library/platform_util.c +0 -285
- package/external/libedhoc/externals/mbedtls/library/poly1305.c +0 -492
- package/external/libedhoc/externals/mbedtls/library/psa_crypto.c +0 -8432
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_aead.c +0 -653
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_aead.h +0 -499
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_cipher.c +0 -590
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_cipher.h +0 -293
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_client.c +0 -67
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_core.h +0 -838
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_core_common.h +0 -52
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_driver_wrappers.h +0 -2871
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_driver_wrappers_no_static.c +0 -256
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_driver_wrappers_no_static.h +0 -31
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_ecp.c +0 -561
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_ecp.h +0 -267
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_ffdh.c +0 -295
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_ffdh.h +0 -132
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_hash.c +0 -470
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_hash.h +0 -211
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_invasive.h +0 -70
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_its.h +0 -131
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_mac.c +0 -496
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_mac.h +0 -264
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_pake.c +0 -571
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_pake.h +0 -159
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_random_impl.h +0 -192
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_rsa.c +0 -727
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_rsa.h +0 -317
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_se.c +0 -373
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_se.h +0 -185
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_slot_management.c +0 -559
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_slot_management.h +0 -213
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_storage.c +0 -481
- package/external/libedhoc/externals/mbedtls/library/psa_crypto_storage.h +0 -384
- package/external/libedhoc/externals/mbedtls/library/psa_its_file.c +0 -259
- package/external/libedhoc/externals/mbedtls/library/psa_util.c +0 -160
- package/external/libedhoc/externals/mbedtls/library/psa_util_internal.h +0 -96
- package/external/libedhoc/externals/mbedtls/library/ripemd160.c +0 -490
- package/external/libedhoc/externals/mbedtls/library/rsa.c +0 -2640
- package/external/libedhoc/externals/mbedtls/library/rsa_alt_helpers.c +0 -447
- package/external/libedhoc/externals/mbedtls/library/rsa_alt_helpers.h +0 -208
- package/external/libedhoc/externals/mbedtls/library/sha1.c +0 -480
- package/external/libedhoc/externals/mbedtls/library/sha256.c +0 -946
- package/external/libedhoc/externals/mbedtls/library/sha3.c +0 -626
- package/external/libedhoc/externals/mbedtls/library/sha512.c +0 -1111
- package/external/libedhoc/externals/mbedtls/library/ssl_cache.c +0 -410
- package/external/libedhoc/externals/mbedtls/library/ssl_ciphersuites.c +0 -2050
- package/external/libedhoc/externals/mbedtls/library/ssl_client.c +0 -1017
- package/external/libedhoc/externals/mbedtls/library/ssl_client.h +0 -22
- package/external/libedhoc/externals/mbedtls/library/ssl_cookie.c +0 -380
- package/external/libedhoc/externals/mbedtls/library/ssl_debug_helpers.h +0 -78
- package/external/libedhoc/externals/mbedtls/library/ssl_debug_helpers_generated.c +0 -234
- package/external/libedhoc/externals/mbedtls/library/ssl_misc.h +0 -2847
- package/external/libedhoc/externals/mbedtls/library/ssl_msg.c +0 -6155
- package/external/libedhoc/externals/mbedtls/library/ssl_ticket.c +0 -540
- package/external/libedhoc/externals/mbedtls/library/ssl_tls.c +0 -9577
- package/external/libedhoc/externals/mbedtls/library/ssl_tls12_client.c +0 -3607
- package/external/libedhoc/externals/mbedtls/library/ssl_tls12_server.c +0 -4403
- package/external/libedhoc/externals/mbedtls/library/ssl_tls13_client.c +0 -3046
- package/external/libedhoc/externals/mbedtls/library/ssl_tls13_generic.c +0 -1740
- package/external/libedhoc/externals/mbedtls/library/ssl_tls13_invasive.h +0 -23
- package/external/libedhoc/externals/mbedtls/library/ssl_tls13_keys.c +0 -1897
- package/external/libedhoc/externals/mbedtls/library/ssl_tls13_keys.h +0 -651
- package/external/libedhoc/externals/mbedtls/library/ssl_tls13_server.c +0 -3146
- package/external/libedhoc/externals/mbedtls/library/threading.c +0 -181
- package/external/libedhoc/externals/mbedtls/library/timing.c +0 -154
- package/external/libedhoc/externals/mbedtls/library/version.c +0 -32
- package/external/libedhoc/externals/mbedtls/library/version_features.c +0 -826
- package/external/libedhoc/externals/mbedtls/library/x509.c +0 -1776
- package/external/libedhoc/externals/mbedtls/library/x509_create.c +0 -557
- package/external/libedhoc/externals/mbedtls/library/x509_crl.c +0 -712
- package/external/libedhoc/externals/mbedtls/library/x509_crt.c +0 -3292
- package/external/libedhoc/externals/mbedtls/library/x509_csr.c +0 -574
- package/external/libedhoc/externals/mbedtls/library/x509write.c +0 -174
- package/external/libedhoc/externals/mbedtls/library/x509write_crt.c +0 -681
- package/external/libedhoc/externals/mbedtls/library/x509write_csr.c +0 -331
- package/external/libedhoc/externals/mbedtls/programs/aes/crypt_and_hash.c +0 -573
- package/external/libedhoc/externals/mbedtls/programs/cipher/cipher_aead_demo.c +0 -259
- package/external/libedhoc/externals/mbedtls/programs/fuzz/common.c +0 -105
- package/external/libedhoc/externals/mbedtls/programs/fuzz/common.h +0 -25
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_client.c +0 -195
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_dtlsclient.c +0 -138
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_dtlsserver.c +0 -183
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_pkcs7.c +0 -20
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_privkey.c +0 -106
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_pubkey.c +0 -86
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_server.c +0 -218
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_x509crl.c +0 -41
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_x509crt.c +0 -41
- package/external/libedhoc/externals/mbedtls/programs/fuzz/fuzz_x509csr.c +0 -41
- package/external/libedhoc/externals/mbedtls/programs/fuzz/onefile.c +0 -69
- package/external/libedhoc/externals/mbedtls/programs/hash/generic_sum.c +0 -209
- package/external/libedhoc/externals/mbedtls/programs/hash/hello.c +0 -45
- package/external/libedhoc/externals/mbedtls/programs/hash/md_hmac_demo.c +0 -136
- package/external/libedhoc/externals/mbedtls/programs/pkey/dh_client.c +0 -274
- package/external/libedhoc/externals/mbedtls/programs/pkey/dh_genprime.c +0 -161
- package/external/libedhoc/externals/mbedtls/programs/pkey/dh_server.c +0 -296
- package/external/libedhoc/externals/mbedtls/programs/pkey/ecdh_curve25519.c +0 -189
- package/external/libedhoc/externals/mbedtls/programs/pkey/ecdsa.c +0 -217
- package/external/libedhoc/externals/mbedtls/programs/pkey/gen_key.c +0 -419
- package/external/libedhoc/externals/mbedtls/programs/pkey/key_app.c +0 -316
- package/external/libedhoc/externals/mbedtls/programs/pkey/key_app_writer.c +0 -435
- package/external/libedhoc/externals/mbedtls/programs/pkey/mpi_demo.c +0 -84
- package/external/libedhoc/externals/mbedtls/programs/pkey/pk_decrypt.c +0 -153
- package/external/libedhoc/externals/mbedtls/programs/pkey/pk_encrypt.c +0 -154
- package/external/libedhoc/externals/mbedtls/programs/pkey/pk_sign.c +0 -155
- package/external/libedhoc/externals/mbedtls/programs/pkey/pk_verify.c +0 -128
- package/external/libedhoc/externals/mbedtls/programs/pkey/rsa_decrypt.c +0 -172
- package/external/libedhoc/externals/mbedtls/programs/pkey/rsa_encrypt.c +0 -149
- package/external/libedhoc/externals/mbedtls/programs/pkey/rsa_genkey.c +0 -141
- package/external/libedhoc/externals/mbedtls/programs/pkey/rsa_sign.c +0 -155
- package/external/libedhoc/externals/mbedtls/programs/pkey/rsa_sign_pss.c +0 -161
- package/external/libedhoc/externals/mbedtls/programs/pkey/rsa_verify.c +0 -131
- package/external/libedhoc/externals/mbedtls/programs/pkey/rsa_verify_pss.c +0 -136
- package/external/libedhoc/externals/mbedtls/programs/psa/aead_demo.c +0 -281
- package/external/libedhoc/externals/mbedtls/programs/psa/crypto_examples.c +0 -321
- package/external/libedhoc/externals/mbedtls/programs/psa/hmac_demo.c +0 -159
- package/external/libedhoc/externals/mbedtls/programs/psa/key_ladder_demo.c +0 -691
- package/external/libedhoc/externals/mbedtls/programs/psa/psa_constant_names.c +0 -310
- package/external/libedhoc/externals/mbedtls/programs/psa/psa_constant_names_generated.c +0 -474
- package/external/libedhoc/externals/mbedtls/programs/random/gen_entropy.c +0 -75
- package/external/libedhoc/externals/mbedtls/programs/random/gen_random_ctr_drbg.c +0 -107
- package/external/libedhoc/externals/mbedtls/programs/ssl/dtls_client.c +0 -342
- package/external/libedhoc/externals/mbedtls/programs/ssl/dtls_server.c +0 -408
- package/external/libedhoc/externals/mbedtls/programs/ssl/mini_client.c +0 -274
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_client1.c +0 -288
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_client2.c +0 -3118
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_context_info.c +0 -1009
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_fork_server.c +0 -381
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_mail_client.c +0 -804
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_pthread_server.c +0 -489
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_server.c +0 -362
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_server2.c +0 -4268
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_test_common_source.c +0 -375
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_test_lib.c +0 -601
- package/external/libedhoc/externals/mbedtls/programs/ssl/ssl_test_lib.h +0 -306
- package/external/libedhoc/externals/mbedtls/programs/test/benchmark.c +0 -1284
- package/external/libedhoc/externals/mbedtls/programs/test/cmake_package/cmake_package.c +0 -27
- package/external/libedhoc/externals/mbedtls/programs/test/cmake_package_install/cmake_package_install.c +0 -28
- package/external/libedhoc/externals/mbedtls/programs/test/cmake_subproject/cmake_subproject.c +0 -28
- package/external/libedhoc/externals/mbedtls/programs/test/dlopen.c +0 -92
- package/external/libedhoc/externals/mbedtls/programs/test/query_compile_time_config.c +0 -66
- package/external/libedhoc/externals/mbedtls/programs/test/query_config.c +0 -5137
- package/external/libedhoc/externals/mbedtls/programs/test/query_config.h +0 -34
- package/external/libedhoc/externals/mbedtls/programs/test/query_included_headers.c +0 -29
- package/external/libedhoc/externals/mbedtls/programs/test/selftest.c +0 -583
- package/external/libedhoc/externals/mbedtls/programs/test/udp_proxy.c +0 -967
- package/external/libedhoc/externals/mbedtls/programs/test/zeroize.c +0 -72
- package/external/libedhoc/externals/mbedtls/programs/util/pem2der.c +0 -265
- package/external/libedhoc/externals/mbedtls/programs/util/strerror.c +0 -61
- package/external/libedhoc/externals/mbedtls/programs/wince_main.c +0 -31
- package/external/libedhoc/externals/mbedtls/programs/x509/cert_app.c +0 -456
- package/external/libedhoc/externals/mbedtls/programs/x509/cert_req.c +0 -509
- package/external/libedhoc/externals/mbedtls/programs/x509/cert_write.c +0 -1012
- package/external/libedhoc/externals/mbedtls/programs/x509/crl_app.c +0 -132
- package/external/libedhoc/externals/mbedtls/programs/x509/load_roots.c +0 -165
- package/external/libedhoc/externals/mbedtls/programs/x509/req_app.c +0 -132
- package/external/libedhoc/externals/mbedtls/tests/configs/tls13-only.h +0 -31
- package/external/libedhoc/externals/mbedtls/tests/configs/user-config-for-test.h +0 -89
- package/external/libedhoc/externals/mbedtls/tests/configs/user-config-malloc-0-null.h +0 -22
- package/external/libedhoc/externals/mbedtls/tests/configs/user-config-zeroize-memset.h +0 -17
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/aes_alt.h +0 -23
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/aria_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/camellia_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/ccm_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/chacha20_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/chachapoly_alt.h +0 -18
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/cmac_alt.h +0 -15
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/des_alt.h +0 -22
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/dhm_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/ecjpake_alt.h +0 -15
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/ecp_alt.h +0 -22
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/gcm_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/md5_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/nist_kw_alt.h +0 -15
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/platform_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/poly1305_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/ripemd160_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/rsa_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/sha1_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/sha256_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/sha512_alt.h +0 -16
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/threading_alt.h +0 -14
- package/external/libedhoc/externals/mbedtls/tests/include/alt-dummy/timing_alt.h +0 -19
- package/external/libedhoc/externals/mbedtls/tests/include/alt-extra/psa/crypto.h +0 -7
- package/external/libedhoc/externals/mbedtls/tests/include/baremetal-override/time.h +0 -6
- package/external/libedhoc/externals/mbedtls/tests/include/spe/crypto_spe.h +0 -131
- package/external/libedhoc/externals/mbedtls/tests/include/test/arguments.h +0 -26
- package/external/libedhoc/externals/mbedtls/tests/include/test/asn1_helpers.h +0 -38
- package/external/libedhoc/externals/mbedtls/tests/include/test/bignum_helpers.h +0 -106
- package/external/libedhoc/externals/mbedtls/tests/include/test/certs.h +0 -234
- package/external/libedhoc/externals/mbedtls/tests/include/test/constant_flow.h +0 -71
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/aead.h +0 -121
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/asymmetric_encryption.h +0 -67
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/cipher.h +0 -130
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/config_test_driver.h +0 -44
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/crypto_config_test_driver_extension.h +0 -430
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/hash.h +0 -64
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/key_agreement.h +0 -62
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/key_management.h +0 -123
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/mac.h +0 -125
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/pake.h +0 -75
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/signature.h +0 -112
- package/external/libedhoc/externals/mbedtls/tests/include/test/drivers/test_driver.h +0 -32
- package/external/libedhoc/externals/mbedtls/tests/include/test/fake_external_rng_for_test.h +0 -40
- package/external/libedhoc/externals/mbedtls/tests/include/test/helpers.h +0 -268
- package/external/libedhoc/externals/mbedtls/tests/include/test/macros.h +0 -250
- package/external/libedhoc/externals/mbedtls/tests/include/test/psa_crypto_helpers.h +0 -398
- package/external/libedhoc/externals/mbedtls/tests/include/test/psa_exercise_key.h +0 -223
- package/external/libedhoc/externals/mbedtls/tests/include/test/psa_helpers.h +0 -24
- package/external/libedhoc/externals/mbedtls/tests/include/test/random.h +0 -91
- package/external/libedhoc/externals/mbedtls/tests/include/test/ssl_helpers.h +0 -628
- package/external/libedhoc/externals/mbedtls/tests/src/asn1_helpers.c +0 -62
- package/external/libedhoc/externals/mbedtls/tests/src/bignum_helpers.c +0 -145
- package/external/libedhoc/externals/mbedtls/tests/src/certs.c +0 -480
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/hash.c +0 -199
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/platform_builtin_keys.c +0 -78
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/test_driver_aead.c +0 -462
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/test_driver_asymmetric_encryption.c +0 -151
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/test_driver_cipher.c +0 -424
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/test_driver_key_agreement.c +0 -147
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/test_driver_key_management.c +0 -783
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/test_driver_mac.c +0 -422
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/test_driver_pake.c +0 -202
- package/external/libedhoc/externals/mbedtls/tests/src/drivers/test_driver_signature.c +0 -405
- package/external/libedhoc/externals/mbedtls/tests/src/fake_external_rng_for_test.c +0 -45
- package/external/libedhoc/externals/mbedtls/tests/src/helpers.c +0 -353
- package/external/libedhoc/externals/mbedtls/tests/src/psa_crypto_helpers.c +0 -196
- package/external/libedhoc/externals/mbedtls/tests/src/psa_exercise_key.c +0 -989
- package/external/libedhoc/externals/mbedtls/tests/src/random.c +0 -136
- package/external/libedhoc/externals/mbedtls/tests/src/test_certs.h +0 -1226
- package/external/libedhoc/externals/mbedtls/tests/src/test_helpers/ssl_helpers.c +0 -2292
- package/external/libedhoc/externals/mbedtls/tests/src/threading_helpers.c +0 -210
- package/external/libedhoc/externals/zcbor/include/zcbor_common.h +0 -509
- package/external/libedhoc/externals/zcbor/include/zcbor_decode.h +0 -447
- package/external/libedhoc/externals/zcbor/include/zcbor_encode.h +0 -240
- package/external/libedhoc/externals/zcbor/include/zcbor_print.h +0 -165
- package/external/libedhoc/externals/zcbor/include/zcbor_tags.h +0 -94
- package/external/libedhoc/externals/zcbor/samples/hello_world/src/main.c +0 -41
- package/external/libedhoc/externals/zcbor/samples/pet/include/pet_decode.h +0 -39
- package/external/libedhoc/externals/zcbor/samples/pet/include/pet_encode.h +0 -39
- package/external/libedhoc/externals/zcbor/samples/pet/include/pet_types.h +0 -47
- package/external/libedhoc/externals/zcbor/samples/pet/src/main.c +0 -128
- package/external/libedhoc/externals/zcbor/samples/pet/src/pet_decode.c +0 -60
- package/external/libedhoc/externals/zcbor/samples/pet/src/pet_encode.c +0 -61
- package/external/libedhoc/externals/zcbor/src/zcbor_common.c +0 -430
- package/external/libedhoc/externals/zcbor/src/zcbor_decode.c +0 -1567
- package/external/libedhoc/externals/zcbor/src/zcbor_encode.c +0 -609
- package/external/libedhoc/externals/zcbor/tests/decode/test1_suit_old_formats/src/main.c +0 -367
- package/external/libedhoc/externals/zcbor/tests/decode/test2_suit/src/main.c +0 -189
- package/external/libedhoc/externals/zcbor/tests/decode/test3_simple/src/main.c +0 -528
- package/external/libedhoc/externals/zcbor/tests/decode/test5_corner_cases/src/main.c +0 -2154
- package/external/libedhoc/externals/zcbor/tests/decode/test7_suit9_simple/src/main.c +0 -134
- package/external/libedhoc/externals/zcbor/tests/decode/test8_suit12/src/main.c +0 -862
- package/external/libedhoc/externals/zcbor/tests/decode/test9_manifest14/src/main.c +0 -363
- package/external/libedhoc/externals/zcbor/tests/encode/test1_suit/src/main.c +0 -453
- package/external/libedhoc/externals/zcbor/tests/encode/test2_simple/src/main.c +0 -122
- package/external/libedhoc/externals/zcbor/tests/encode/test3_corner_cases/src/main.c +0 -1554
- package/external/libedhoc/externals/zcbor/tests/encode/test4_senml/src/main.c +0 -65
- package/external/libedhoc/externals/zcbor/tests/fuzz/fuzz_everything.c +0 -12
- package/external/libedhoc/externals/zcbor/tests/fuzz/fuzz_manifest12.c +0 -136
- package/external/libedhoc/externals/zcbor/tests/fuzz/fuzz_pet.c +0 -12
- package/external/libedhoc/externals/zcbor/tests/fuzz/main_entry.c +0 -60
- package/external/libedhoc/externals/zcbor/tests/fuzz/main_entry.h +0 -5
- package/external/libedhoc/externals/zcbor/tests/unit/test1_unit_tests/src/main.c +0 -1437
- package/external/libedhoc/externals/zcbor/tests/unit/test3_float16/src/main.c +0 -203
- package/external/libedhoc/include/edhoc.h +0 -687
- package/external/libedhoc/include/edhoc_common.h +0 -289
- package/external/libedhoc/include/edhoc_context.h +0 -343
- package/external/libedhoc/include/edhoc_credentials.h +0 -265
- package/external/libedhoc/include/edhoc_crypto.h +0 -331
- package/external/libedhoc/include/edhoc_ead.h +0 -102
- package/external/libedhoc/include/edhoc_macros.h +0 -60
- package/external/libedhoc/include/edhoc_values.h +0 -181
- package/external/libedhoc/library/edhoc.c +0 -253
- package/external/libedhoc/library/edhoc_common.c +0 -1314
- package/external/libedhoc/library/edhoc_exporter.c +0 -542
- package/external/libedhoc/library/edhoc_message_1.c +0 -474
- package/external/libedhoc/library/edhoc_message_2.c +0 -1697
- package/external/libedhoc/library/edhoc_message_3.c +0 -1467
- package/external/libedhoc/library/edhoc_message_4.c +0 -828
- package/external/libedhoc/library/edhoc_message_error.c +0 -238
- package/external/libedhoc/tests/include/cipher_suite_0.h +0 -131
- package/external/libedhoc/tests/include/cipher_suite_2.h +0 -139
- package/external/libedhoc/tests/include/test_vector_rfc9529_chapter_2.h +0 -786
- package/external/libedhoc/tests/include/test_vector_rfc9529_chapter_3.h +0 -529
- package/external/libedhoc/tests/include/test_vector_x5chain_sign_keys_suite_0.h +0 -137
- package/external/libedhoc/tests/include/test_vector_x5chain_sign_keys_suite_2.h +0 -168
- package/external/libedhoc/tests/include/test_vector_x5chain_static_dh_keys_suite_2.h +0 -162
- package/external/libedhoc/tests/include/test_vector_x5t_sign_keys_suite_2.h +0 -180
- package/external/libedhoc/tests/src/cipher_suite_0.c +0 -445
- package/external/libedhoc/tests/src/cipher_suite_2.c +0 -600
- package/external/libedhoc/tests/src/module_test_api.c +0 -430
- package/external/libedhoc/tests/src/module_test_cipher_suite_0.c +0 -395
- package/external/libedhoc/tests/src/module_test_cipher_suite_2.c +0 -392
- package/external/libedhoc/tests/src/module_test_error_message.c +0 -251
- package/external/libedhoc/tests/src/module_test_main.c +0 -49
- package/external/libedhoc/tests/src/module_test_rfc9528_suites_negotiation.c +0 -541
- package/external/libedhoc/tests/src/module_test_rfc9529_chapter_2.c +0 -2681
- package/external/libedhoc/tests/src/module_test_rfc9529_chapter_3.c +0 -1635
- package/external/libedhoc/tests/src/module_test_x5chain_sign_keys_suite_0.c +0 -1135
- package/external/libedhoc/tests/src/module_test_x5chain_sign_keys_suite_2.c +0 -1249
- package/external/libedhoc/tests/src/module_test_x5chain_static_dh_keys_suite_2.c +0 -798
- package/external/libedhoc/tests/src/module_test_x5t_sign_keys_suite_2.c +0 -956
- package/include/Binding.h +0 -348
- package/include/EdhocComposeAsyncWorker.h +0 -49
- package/include/EdhocCredentialManager.h +0 -89
- package/include/EdhocCryptoManager.h +0 -495
- package/include/EdhocEadManager.h +0 -147
- package/include/EdhocExportOscoreAsyncWorker.h +0 -57
- package/include/EdhocKeyExporterAsyncWorker.h +0 -56
- package/include/EdhocKeyUpdateAsyncWorker.h +0 -55
- package/include/EdhocProcessAsyncWorker.h +0 -55
- package/include/RunningContext.h +0 -102
- package/include/Suites.h +0 -27
- package/include/Utils.h +0 -71
- package/patches/prebuildify-cross+5.1.0.dev.patch +0 -26
- package/patches/prebuildify-cross+5.1.1.dev.patch +0 -26
- package/prebuilds/android-arm/edhoc.armv7.node +0 -0
- package/prebuilds/android-arm64/edhoc.armv8.node +0 -0
- package/prebuilds/darwin-arm64/edhoc.node +0 -0
- package/prebuilds/darwin-x64/edhoc.node +0 -0
- package/prebuilds/linux-arm/edhoc.armv6.node +0 -0
- package/prebuilds/linux-arm/edhoc.armv7.node +0 -0
- package/prebuilds/linux-arm64/edhoc.armv8.node +0 -0
- package/prebuilds/linux-x64/edhoc.glibc.node +0 -0
- package/prebuilds/linux-x64/edhoc.musl.node +0 -0
- package/prebuilds/win32-ia32/edhoc.node +0 -0
- package/prebuilds/win32-x64/edhoc.node +0 -0
- package/src/Binding.cpp +0 -434
- package/src/EdhocComposeAsyncWorker.cpp +0 -60
- package/src/EdhocCredentialManager.cpp +0 -314
- package/src/EdhocCryptoManager.cpp +0 -593
- package/src/EdhocEadManager.cpp +0 -148
- package/src/EdhocExportOscoreAsyncWorker.cpp +0 -67
- package/src/EdhocKeyExporterAsyncWorker.cpp +0 -39
- package/src/EdhocKeyUpdateAsyncWorker.cpp +0 -31
- package/src/EdhocProcessAsyncWorker.cpp +0 -120
- package/src/RunningContext.cpp +0 -95
- package/src/Suites.cpp +0 -120
- package/src/Utils.cpp +0 -54
- package/test/basic.test.ts +0 -118
- package/test/vectors.test.ts +0 -111
|
@@ -1,862 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2021 Nordic Semiconductor ASA
|
|
3
|
-
*
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
#include <zephyr/ztest.h>
|
|
9
|
-
#include "manifest12_decode.h"
|
|
10
|
-
|
|
11
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
12
|
-
uint8_t crash_vector0[] = {
|
|
13
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
14
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0xef,
|
|
15
|
-
0x8d, 0x46, 0x6c, 0xc9, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
16
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14,
|
|
17
|
-
0xa4, 0x01, 0x5a, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe,
|
|
18
|
-
0x9d, 0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0xfe, 0x02, 0x50, 0x14, 0x92, 0xaf,
|
|
19
|
-
0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xab,
|
|
20
|
-
0x45, 0x03, 0x58, 0x24, 0x82, 0x02, 0x58, 0x20, 0x00, 0x11, 0x22, 0x33,
|
|
21
|
-
0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
22
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
23
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
24
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
25
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
26
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x02, 0xf6, 0x39, 0xa8, 0x55, 0xec,
|
|
27
|
-
0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xd2, 0x84, 0x01, 0x00,
|
|
28
|
-
0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40, 0xa1, 0x9f, 0xd1, 0xf2, 0x3b, 0x17,
|
|
29
|
-
0xbe, 0xfc, 0x32, 0x1c, 0xec, 0xe7, 0x42, 0x3d, 0xfb, 0x48, 0xc4, 0x57,
|
|
30
|
-
0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10, 0xc6, 0x77, 0x3f,
|
|
31
|
-
0x6f, 0x3a, 0x82, 0x11, 0x37, 0x6b, 0x59, 0x54, 0x09, 0x20, 0xb6, 0xc5,
|
|
32
|
-
0xf5, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d, 0x3d, 0x97, 0x4f,
|
|
33
|
-
0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58,
|
|
34
|
-
0x71, 0xa5, 0x01, 0x01, 0x02, 0x00, 0x03, 0x58, 0x5f, 0xa2, 0x02, 0x81,
|
|
35
|
-
0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4, 0x01, 0x50, 0xfa,
|
|
36
|
-
0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d, 0xe6, 0x63, 0xe4,
|
|
37
|
-
0xd4, 0x1f, 0xfe, 0x02, 0x50, 0x14, 0x92, 0xaf, 0x14, 0x25, 0x69, 0x5e,
|
|
38
|
-
0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xab, 0x45, 0x03, 0x58, 0x24,
|
|
39
|
-
0x82, 0x02, 0x58, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
40
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
41
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x20,
|
|
42
|
-
0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb,
|
|
43
|
-
0xcc, 0xdd, 0xee, 0xff, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
|
|
44
|
-
0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0,
|
|
45
|
-
0x01, 0x0f, 0x02, 0x0f, 0x0a, 0x43, 0x82, 0x03, 0x0f, 0x0c, 0x00, 0x00,
|
|
46
|
-
0x7f, 0xff, 0x50, 0x9a, 0x00, 0xf9, 0x80, 0xb0, 0x84, 0x43, 0x64, 0xff,
|
|
47
|
-
0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47, 0x00,
|
|
48
|
-
0x7f, 0x78, 0x51, 0x10, 0x10, 0x1a, 0xfa, 0x2c
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
52
|
-
uint8_t crash_vector1[] = {
|
|
53
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
54
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
55
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
56
|
-
0xfb, 0x48, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0xd2,
|
|
57
|
-
0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40, 0xa1, 0x9f, 0xd1,
|
|
58
|
-
0xf2, 0x3b, 0x17, 0xbe, 0xfc, 0x32, 0x1c, 0x00, 0x80, 0x42, 0x3d, 0xfb,
|
|
59
|
-
0x48, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10,
|
|
60
|
-
0xc6, 0x77, 0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09,
|
|
61
|
-
0x20, 0xb6, 0xc5, 0xf5, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d,
|
|
62
|
-
0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
63
|
-
0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01, 0x02, 0x00, 0x03, 0x58, 0x5f,
|
|
64
|
-
0xa2, 0x02, 0x60, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4,
|
|
65
|
-
0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d,
|
|
66
|
-
0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0xfe, 0x02, 0x50, 0x14, 0x92, 0xaf, 0x14,
|
|
67
|
-
0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xab, 0x45,
|
|
68
|
-
0x03, 0x58, 0x24, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01,
|
|
69
|
-
0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76,
|
|
70
|
-
0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a,
|
|
71
|
-
0x43, 0x82, 0x03, 0x0f, 0x0c, 0x43, 0x82, 0x17, 0x01, 0x50, 0x9a, 0x00,
|
|
72
|
-
0xf9, 0x80, 0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6,
|
|
73
|
-
0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78, 0x51, 0x10, 0x10,
|
|
74
|
-
0x1a, 0xfa, 0x2c
|
|
75
|
-
};
|
|
76
|
-
|
|
77
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
78
|
-
uint8_t crash_vector2[] = {
|
|
79
|
-
0xd8, 0x30, 0xa2, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
80
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
81
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0xff, 0xff, 0xff, 0xf6, 0x39,
|
|
82
|
-
0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xa8,
|
|
83
|
-
0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xb8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8,
|
|
84
|
-
0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x5a, 0xc0, 0xc0,
|
|
85
|
-
0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0,
|
|
86
|
-
0xc0, 0xc0, 0xc0, 0xda, 0xc0, 0xc0, 0xc0, 0xb9, 0xc0, 0xc0, 0xc0, 0xc0,
|
|
87
|
-
0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0x80, 0x00, 0xa8,
|
|
88
|
-
0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8,
|
|
89
|
-
0xa8, 0xa8, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
90
|
-
0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0,
|
|
91
|
-
0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xda, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0,
|
|
92
|
-
0xc0, 0xc0, 0xc0, 0xa8, 0xa8, 0xa8, 0xa8, 0x82, 0x82, 0x82, 0x82, 0xff,
|
|
93
|
-
0xff, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
94
|
-
0x93, 0x82, 0x82, 0x82, 0x82, 0x0b, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82,
|
|
95
|
-
0x82, 0x82, 0x82, 0x82, 0x83, 0x82, 0x00, 0x00, 0x00, 0xba, 0x98, 0x76,
|
|
96
|
-
0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a,
|
|
97
|
-
0x43, 0x82, 0x03, 0x0f, 0x0c, 0x43, 0x7f, 0x02, 0x58, 0x20, 0x5c, 0x09,
|
|
98
|
-
0x7e, 0xf6, 0x4b, 0xdc, 0x40, 0x13, 0x63, 0xb5, 0x45, 0x03, 0x33, 0x00,
|
|
99
|
-
0x9b, 0x49, 0x0a, 0x43, 0x33, 0x3d, 0x50, 0x1f, 0x86, 0x64, 0xe2, 0x98,
|
|
100
|
-
0x14, 0x42, 0xd1, 0x3d, 0x50, 0x17, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f,
|
|
101
|
-
0xcb, 0xbe, 0xb4, 0x45, 0x67, 0x20, 0x00, 0x50, 0x50, 0x50, 0x45, 0x50,
|
|
102
|
-
0x00, 0x00, 0x00, 0x20, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50,
|
|
103
|
-
0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x9d, 0x70, 0x0f, 0x39,
|
|
104
|
-
0x39, 0x39, 0x39, 0x39, 0x00, 0x05, 0xff, 0xff, 0x05, 0x00, 0x02, 0x7b,
|
|
105
|
-
0xac, 0x70, 0xbf, 0x00, 0x8e, 0x50, 0x79, 0x80, 0xbf, 0x00, 0x6e, 0x24,
|
|
106
|
-
0x62, 0x01, 0x04, 0xa4, 0x01, 0xab, 0x30, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
107
|
-
0x07, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x70, 0x3a,
|
|
108
|
-
0x2f, 0x2f, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f,
|
|
109
|
-
0x6d, 0x2f, 0x66, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
110
|
-
0x08, 0x08, 0x00, 0x05, 0xff, 0xff, 0x05, 0x00, 0x02, 0x7b, 0xac, 0x5f,
|
|
111
|
-
0xc8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x07, 0xfe, 0x08, 0x08,
|
|
112
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
113
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
114
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00,
|
|
115
|
-
0x00, 0x01, 0x00, 0x08, 0x08, 0x08, 0x08, 0xe7, 0x08, 0x08, 0x08, 0x08,
|
|
116
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
117
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
118
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
119
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
120
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
121
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
122
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
123
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
124
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
125
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
126
|
-
0x08, 0x08, 0x58, 0x27, 0x63, 0xe4, 0xd4, 0x5f, 0xe5, 0xe5, 0xff, 0xe5,
|
|
127
|
-
0xe5, 0xe5, 0x2f, 0x65, 0x0c, 0x59, 0x67, 0x82, 0xe2, 0x82, 0x81, 0x41,
|
|
128
|
-
0x00, 0xa0, 0x00, 0x10, 0x65, 0x78, 0x64, 0x00, 0x00, 0x50, 0x4b, 0x01,
|
|
129
|
-
0x55, 0x66, 0x77, 0x88, 0x00, 0xf1, 0x42, 0x02, 0x57, 0x72, 0xc8, 0x02,
|
|
130
|
-
0x00, 0x40, 0xb9, 0x02, 0x57, 0x91, 0xa5, 0xaf, 0x1c, 0x46, 0x69, 0x5e,
|
|
131
|
-
0x5f, 0xc8, 0x94, 0xa6, 0x80, 0xd6, 0xb5, 0x98, 0x3c, 0x27, 0x4d, 0xab,
|
|
132
|
-
0xa8, 0x97, 0xbe, 0xff, 0x80, 0xb0, 0x10, 0x50, 0x79, 0x70, 0xbf, 0x00,
|
|
133
|
-
0x8e, 0x50, 0x79, 0x80, 0xbf, 0x00, 0x6e, 0x24, 0x62, 0x01, 0x04, 0xa4,
|
|
134
|
-
0x01, 0xab, 0x30, 0x08, 0x08, 0x08, 0x08, 0x08, 0x07, 0x08, 0x08, 0x08,
|
|
135
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x70, 0x3a, 0x2f, 0x2f, 0x65, 0x78,
|
|
136
|
-
0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x66, 0x08,
|
|
137
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x05,
|
|
138
|
-
0xff, 0xff, 0x05, 0x00, 0x02, 0x7b, 0xac, 0x5f, 0xc8, 0x08, 0x08, 0x08,
|
|
139
|
-
0x08, 0x08, 0x08, 0x08, 0x07, 0xfe, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
140
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x1b, 0x09, 0x08, 0x08, 0x08, 0x08,
|
|
141
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
142
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x1c, 0x01, 0x00, 0x08,
|
|
143
|
-
0x08, 0x08, 0x08, 0xe7, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
144
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
145
|
-
0x08, 0x08, 0x08, 0xf3, 0xe9, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
146
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x07, 0xee,
|
|
147
|
-
0x08, 0x08, 0x08, 0x58, 0x27, 0x63, 0xe4, 0xd4, 0x5f, 0xb1, 0x02, 0x50,
|
|
148
|
-
0x79, 0x84, 0x43, 0xa1, 0x01, 0x19, 0xa0, 0xf6, 0x2c, 0x40, 0xa1, 0xfd,
|
|
149
|
-
0xe5, 0xff, 0xff, 0xe5, 0xe5, 0xe5, 0x2f, 0x65, 0x0c, 0x59, 0x67, 0x82,
|
|
150
|
-
0xe2, 0x82, 0x81, 0x41, 0x00, 0xa0, 0x00, 0x10, 0x65, 0x78, 0x64, 0x00,
|
|
151
|
-
0x00, 0x50, 0x4b, 0x01, 0x55, 0x66, 0x77, 0x88, 0x00, 0xf1, 0x42, 0x02,
|
|
152
|
-
0x57, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
|
|
153
|
-
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x17, 0x07, 0x07,
|
|
154
|
-
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
|
|
155
|
-
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
|
|
156
|
-
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
|
|
157
|
-
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
|
|
158
|
-
0x07, 0x07, 0x07, 0x00, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
|
|
159
|
-
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
|
|
160
|
-
0x07, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10, 0xc6, 0x77, 0x3f, 0x6f,
|
|
161
|
-
0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09, 0x20, 0xb6, 0xc5, 0xf5,
|
|
162
|
-
0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d, 0x3d, 0x97, 0x4f, 0xaa,
|
|
163
|
-
0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58, 0x71,
|
|
164
|
-
0xa5, 0x01, 0x01, 0x02, 0x00, 0x03, 0x58, 0x5f, 0xa2, 0x02, 0x33, 0x81,
|
|
165
|
-
0x41, 0x02, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4, 0x67, 0x66, 0xab, 0xcd,
|
|
166
|
-
0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x20, 0x00, 0x19, 0x0e,
|
|
167
|
-
0x19, 0x20, 0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a, 0x43, 0x82, 0x03, 0x00,
|
|
168
|
-
0x00, 0x00, 0x20, 0x17, 0x01, 0x50, 0x9a, 0x00, 0xf9, 0x80, 0xb0, 0x84,
|
|
169
|
-
0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5, 0x00, 0x00,
|
|
170
|
-
0xfa, 0x47, 0x7f, 0x39, 0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb,
|
|
171
|
-
0x99, 0x58, 0x4a, 0xd2, 0x64, 0x00, 0x00, 0x00, 0xfe, 0x02, 0x50, 0x14,
|
|
172
|
-
0x92, 0xaf, 0x14, 0x25, 0x69, 0x5e, 0x01, 0xbf, 0x42, 0x9b, 0x2d, 0x51,
|
|
173
|
-
0xf2, 0x2b, 0x41, 0x03, 0x58, 0x24, 0x5c, 0x00, 0xf9, 0x74, 0x51, 0x00,
|
|
174
|
-
0x01, 0x00, 0x08, 0x08, 0x08, 0x08, 0xe7, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
175
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
176
|
-
0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
177
|
-
0x07, 0xf3, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
|
|
178
|
-
0x08, 0x08, 0x10, 0x10, 0x1a, 0xfa, 0x2c
|
|
179
|
-
};
|
|
180
|
-
|
|
181
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
182
|
-
uint8_t crash_vector3[] = {
|
|
183
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
184
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
185
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
186
|
-
0xa8, 0x4f, 0xec, 0x9a, 0x86, 0x73, 0xdb, 0x48, 0xbb, 0x57, 0xb8, 0xf1,
|
|
187
|
-
0xe5, 0xa8, 0x26, 0x38, 0x01, 0x0c, 0x7a, 0xf4, 0x80, 0x06, 0x64, 0x00,
|
|
188
|
-
0x10, 0x00, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xd2, 0x84, 0x43,
|
|
189
|
-
0xa1, 0x01, 0x26, 0xf2, 0xf6, 0x58, 0x40, 0xa1, 0x9f, 0xd1, 0xf2, 0x3b,
|
|
190
|
-
0x17, 0xbe, 0xfc, 0x32, 0x1c, 0xec, 0xe7, 0x42, 0x3d, 0xfb, 0x48, 0xc4,
|
|
191
|
-
0x20, 0x00, 0x00, 0x00, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10, 0xc6, 0x77,
|
|
192
|
-
0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x42, 0x3d, 0xfb, 0x48, 0xc4, 0x57, 0xb8,
|
|
193
|
-
0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x04, 0xc6, 0x77, 0x3f, 0x6f,
|
|
194
|
-
0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09, 0x20, 0xb6, 0xc5, 0xf5,
|
|
195
|
-
0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d, 0x3d, 0x97, 0x4f, 0xaa,
|
|
196
|
-
0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58, 0x71,
|
|
197
|
-
0xa5, 0x01, 0x01, 0x02, 0x00, 0x45, 0x1b, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
198
|
-
0x20, 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa,
|
|
199
|
-
0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd,
|
|
200
|
-
0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10, 0x0e, 0x19, 0x87,
|
|
201
|
-
0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a, 0x43, 0x82, 0x03, 0x0f, 0x0c, 0x43,
|
|
202
|
-
0x82, 0x17, 0x01, 0x50, 0x9a, 0x00, 0x10, 0xff, 0x1a, 0xfa, 0x2c
|
|
203
|
-
};
|
|
204
|
-
|
|
205
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
206
|
-
uint8_t crash_vector4[] = {
|
|
207
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
208
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x39, 0x4e, 0x71,
|
|
209
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
210
|
-
0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xd2,
|
|
211
|
-
0x84, 0x43, 0xa1, 0x01, 0x58, 0x56, 0x86, 0x14, 0xa4, 0x01, 0x5a, 0xfa,
|
|
212
|
-
0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d, 0xe6, 0x63, 0xe4,
|
|
213
|
-
0xd4, 0x1f, 0xfe, 0x02, 0x81, 0x14, 0x92, 0xaf, 0x14, 0x25, 0x69, 0x5e,
|
|
214
|
-
0x48, 0xbf, 0x42, 0x9b, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09,
|
|
215
|
-
0x20, 0x93, 0xc5, 0xf5, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d,
|
|
216
|
-
0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
217
|
-
0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01, 0x02, 0x00, 0x03, 0x58, 0x5f,
|
|
218
|
-
0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4,
|
|
219
|
-
0x01, 0x5a, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x02,
|
|
220
|
-
0x58, 0x20, 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99,
|
|
221
|
-
0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab,
|
|
222
|
-
0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0xaf, 0xcc, 0xbb, 0xf1,
|
|
223
|
-
0xe2, 0x00, 0x23, 0x45, 0xab, 0x39, 0xc9, 0xca, 0xf1, 0xfa, 0xff, 0x9a,
|
|
224
|
-
0x98, 0x49, 0x00, 0x04, 0x00, 0x23, 0xff, 0x0c, 0x04, 0x22, 0x58, 0x67,
|
|
225
|
-
0x83, 0x02, 0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5, 0x00, 0x00, 0xfa,
|
|
226
|
-
0x47, 0x00, 0x7f, 0x78, 0x51, 0x10, 0x10, 0x1a, 0xfa, 0x2c
|
|
227
|
-
};
|
|
228
|
-
|
|
229
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
230
|
-
uint8_t crash_vector5[] = {
|
|
231
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
232
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
233
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
234
|
-
0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x34, 0xb4,
|
|
235
|
-
0x43, 0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01, 0x02, 0x00, 0x03, 0x58,
|
|
236
|
-
0x5f, 0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14,
|
|
237
|
-
0xa4, 0x01, 0x5a, 0xfa, 0x6b, 0x4e, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe,
|
|
238
|
-
0x9d, 0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0xfe, 0x02, 0x50, 0x14, 0x92, 0xaf,
|
|
239
|
-
0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xab,
|
|
240
|
-
0x45, 0x03, 0x58, 0x24, 0x82, 0x02, 0x58, 0x20, 0x00, 0x11, 0x22, 0x33,
|
|
241
|
-
0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff,
|
|
242
|
-
0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98,
|
|
243
|
-
0x76, 0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0, 0x01, 0x0f, 0x02, 0x0f,
|
|
244
|
-
0x0a, 0x43, 0x82, 0x03, 0x0f, 0x0c, 0x43, 0x82, 0x17, 0x01, 0x50, 0x9a,
|
|
245
|
-
0x00, 0xf9, 0x80, 0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00,
|
|
246
|
-
0xe6, 0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78, 0x51, 0x10,
|
|
247
|
-
0x10, 0x1a, 0xfa, 0x2c
|
|
248
|
-
};
|
|
249
|
-
|
|
250
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
251
|
-
uint8_t crash_vector6[] = {
|
|
252
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
253
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
254
|
-
0xe1, 0xe3, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
255
|
-
0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x92,
|
|
256
|
-
0x84, 0x65, 0xbe, 0xfc, 0x32, 0x1c, 0xec, 0xe7, 0x42, 0x3d, 0xfb, 0x48,
|
|
257
|
-
0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0xc8, 0xc8, 0xc8,
|
|
258
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
259
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
260
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
261
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
262
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xcf,
|
|
263
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xa5, 0xc8,
|
|
264
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
265
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
266
|
-
0xc8, 0xc8, 0xa5, 0xe4, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
267
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc3, 0xc8,
|
|
268
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xef, 0x8d, 0x46,
|
|
269
|
-
0x51, 0xc9, 0x02, 0xf6, 0x39, 0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed,
|
|
270
|
-
0xdb, 0x99, 0x58, 0x4a, 0xd2, 0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6,
|
|
271
|
-
0x58, 0x40, 0xa1, 0x9f, 0xd1, 0xf2, 0x3b, 0x17, 0xbe, 0xfc, 0x32, 0x1c,
|
|
272
|
-
0xec, 0xe7, 0x42, 0x3d, 0xfb, 0x48, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac,
|
|
273
|
-
0x83, 0x57, 0x7a, 0x3c, 0x10, 0xc6, 0x77, 0x3f, 0x6f, 0xa5, 0x01, 0x01,
|
|
274
|
-
0x02, 0x00, 0x03, 0x58, 0x09, 0x20, 0xb6, 0xc5, 0xf5, 0x7b, 0xac, 0x5f,
|
|
275
|
-
0xc8, 0x54, 0x3d, 0x8f, 0x5d, 0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03,
|
|
276
|
-
0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01,
|
|
277
|
-
0x02, 0x00, 0x03, 0x58, 0x5f, 0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x1b,
|
|
278
|
-
0x58, 0x56, 0x86, 0x14, 0xa4, 0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5,
|
|
279
|
-
0xad, 0x5f, 0xdf, 0xbe, 0x9d, 0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0xfe, 0x02,
|
|
280
|
-
0x50, 0x14, 0x92, 0xaf, 0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b,
|
|
281
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
282
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8,
|
|
283
|
-
0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47,
|
|
284
|
-
0x00, 0x7f, 0x78, 0x51, 0x10, 0x10, 0x1a, 0xfa, 0x2c
|
|
285
|
-
};
|
|
286
|
-
|
|
287
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
288
|
-
uint8_t crash_vector7[] = {
|
|
289
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
290
|
-
0x11, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
291
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x5a, 0xc9, 0x02, 0xf6, 0x39,
|
|
292
|
-
0xe8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xd2,
|
|
293
|
-
0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x25, 0x1c, 0xec, 0xe7,
|
|
294
|
-
0x42, 0x3d, 0xfb, 0x48, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57,
|
|
295
|
-
0x92, 0xaf, 0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51,
|
|
296
|
-
0xf2, 0xab, 0x27, 0x03, 0x58, 0x24, 0x82, 0x02, 0x58, 0x20, 0x00, 0x01,
|
|
297
|
-
0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd,
|
|
298
|
-
0xee, 0xff, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc,
|
|
299
|
-
0xba, 0x98, 0x76, 0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0, 0x01, 0x0f,
|
|
300
|
-
0x02, 0x0f, 0x0a, 0x43, 0x82, 0x03, 0x0f, 0x0c, 0x43, 0x82, 0x17, 0x01,
|
|
301
|
-
0x50, 0x9a, 0x00, 0xf9, 0x80, 0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98,
|
|
302
|
-
0x49, 0x00, 0xe6, 0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78,
|
|
303
|
-
0x51, 0x10, 0x10, 0x1a, 0xfa, 0x2c
|
|
304
|
-
};
|
|
305
|
-
|
|
306
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
307
|
-
uint8_t crash_vector8[] = {
|
|
308
|
-
0xd8, 0x30, 0xa4, 0x01, 0x52, 0x9a, 0x00, 0x00, 0x00, 0x01, 0x81, 0x47,
|
|
309
|
-
0x94, 0x7a, 0xee, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xd2,
|
|
310
|
-
0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40, 0xa1, 0x9f, 0xd1,
|
|
311
|
-
0xf2, 0x3b, 0x17, 0xbe, 0xfc, 0x32, 0x1c, 0xec, 0xe7, 0x42, 0x3d, 0xfb,
|
|
312
|
-
0x48, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10,
|
|
313
|
-
0xc6, 0x77, 0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09,
|
|
314
|
-
0x20, 0xb6, 0xc5, 0xf5, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d,
|
|
315
|
-
0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
316
|
-
0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01, 0x02, 0x00, 0x03, 0x00, 0x20,
|
|
317
|
-
0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0xff, 0x7f,
|
|
318
|
-
0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d,
|
|
319
|
-
0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0xbe, 0xfe, 0x02, 0x50, 0x14, 0x92, 0xaf,
|
|
320
|
-
0x00, 0x00, 0xfa, 0x39, 0x00, 0x00, 0x00, 0xfa, 0x39, 0x00, 0x14, 0x25,
|
|
321
|
-
0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71, 0xe1, 0xf2, 0x41, 0x8e, 0xef,
|
|
322
|
-
0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39, 0xa8, 0x55, 0xec, 0x9a, 0xf3,
|
|
323
|
-
0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xd2, 0x84, 0x43, 0xa1, 0x01, 0x26,
|
|
324
|
-
0xa0, 0xf6, 0x58, 0x40, 0xa1, 0x9f, 0xd1, 0xf2, 0x3b, 0x17, 0xbe, 0xfc,
|
|
325
|
-
0x32, 0x1c, 0xec, 0xe7, 0x42, 0x3d, 0xfb, 0x48, 0xc4, 0x57, 0xb8, 0xf1,
|
|
326
|
-
0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10, 0xc6, 0x77, 0x3f, 0x6f, 0x3a,
|
|
327
|
-
0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09, 0x20, 0xb6, 0xc5, 0xf5, 0x7b,
|
|
328
|
-
0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d, 0x3d, 0x97, 0x4f, 0xaa, 0x2e,
|
|
329
|
-
0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58, 0x71, 0xa5,
|
|
330
|
-
0x01, 0x01, 0x02, 0x46, 0x59, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46,
|
|
331
|
-
0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46,
|
|
332
|
-
0x46, 0x46, 0x4b, 0x46, 0x46, 0x46, 0x46, 0x46, 0x00, 0x40, 0x46, 0x46,
|
|
333
|
-
0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46,
|
|
334
|
-
0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46,
|
|
335
|
-
0x46, 0x46, 0xff, 0xff, 0xff, 0x7f, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46,
|
|
336
|
-
0x46, 0x46, 0x66, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46,
|
|
337
|
-
0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46,
|
|
338
|
-
0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46, 0x46,
|
|
339
|
-
0x46, 0xe6, 0x76, 0xf5, 0x00, 0x00, 0xfa, 0x2d, 0x00, 0x88, 0x94, 0x94,
|
|
340
|
-
0x94, 0xbd, 0x01, 0xa2, 0xa2, 0x4d, 0x20, 0x00, 0x5f, 0x4d, 0x63, 0x00,
|
|
341
|
-
0x39, 0x4d, 0x00
|
|
342
|
-
};
|
|
343
|
-
|
|
344
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
345
|
-
uint8_t crash_vector9[] = {
|
|
346
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
347
|
-
0x20, 0x71, 0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x6a, 0x46, 0x6c, 0xc9, 0x02,
|
|
348
|
-
0xf6, 0x39, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
349
|
-
0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x95,
|
|
350
|
-
0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95,
|
|
351
|
-
0x95, 0x95, 0x95, 0x95, 0x7a, 0xf4, 0x68, 0xff, 0xff, 0xff, 0x39, 0x39,
|
|
352
|
-
0x35, 0x39, 0x39, 0x39, 0x39, 0x39, 0x39, 0x3f, 0xab, 0x7d, 0x10, 0xda,
|
|
353
|
-
0x00, 0x00, 0x10, 0x65, 0x78, 0x64, 0x00, 0x00, 0x40, 0x13, 0x63, 0x6f,
|
|
354
|
-
0x4a, 0x00, 0xbf, 0x56, 0x28, 0x60, 0x9a, 0xd6, 0x38, 0x3d, 0xce, 0x14,
|
|
355
|
-
0xc7, 0x20, 0xa1, 0xba, 0x43, 0x00, 0x2f, 0xe3, 0xf5, 0xcd, 0x00, 0xa0,
|
|
356
|
-
0x41, 0x43, 0x00, 0x2f, 0xe3, 0xf5, 0xcd, 0x02, 0x40, 0x0f, 0x0c, 0xbe,
|
|
357
|
-
0x7a, 0xf4, 0x80, 0x80, 0x80, 0x80, 0x86, 0x80, 0x80, 0x80, 0x80, 0x80,
|
|
358
|
-
0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x70, 0xe6, 0x20,
|
|
359
|
-
0x74, 0x70, 0x78, 0x74, 0x20, 0x25, 0x7b, 0x7b, 0x6d, 0x1a, 0x6e, 0x69,
|
|
360
|
-
0x68, 0xff, 0x02, 0xff, 0xd9, 0x01, 0x26, 0xa0, 0xf7, 0x1c, 0x46, 0x69,
|
|
361
|
-
0x5e, 0x58, 0x24, 0x82, 0x02, 0x58, 0x20, 0x00, 0x11, 0x22, 0x33, 0x44,
|
|
362
|
-
0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01,
|
|
363
|
-
0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76,
|
|
364
|
-
0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a,
|
|
365
|
-
0x43, 0x82, 0x03, 0x0f, 0x0c, 0x43, 0x82, 0x17, 0x01, 0x50, 0x9a, 0x00,
|
|
366
|
-
0xf9, 0x80, 0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6,
|
|
367
|
-
0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x75, 0x51, 0x10, 0x10,
|
|
368
|
-
0x1a, 0xfa, 0x2c
|
|
369
|
-
};
|
|
370
|
-
|
|
371
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
372
|
-
uint8_t crash_vector10[] = {
|
|
373
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
374
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
375
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
376
|
-
0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xd2,
|
|
377
|
-
0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40, 0xa1, 0x9f, 0xd1,
|
|
378
|
-
0xf2, 0x3b, 0x17, 0xbe, 0xfc, 0x32, 0x1c, 0x00, 0x80, 0x42, 0x3d, 0xfb,
|
|
379
|
-
0x48, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10,
|
|
380
|
-
0xc6, 0x77, 0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09,
|
|
381
|
-
0x20, 0xb6, 0xc5, 0xf5, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d,
|
|
382
|
-
0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
383
|
-
0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01, 0x02, 0x00, 0x03, 0x58, 0x5f,
|
|
384
|
-
0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4,
|
|
385
|
-
0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d,
|
|
386
|
-
0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0xfe, 0x02, 0x50, 0x14, 0x92, 0xaf, 0x14,
|
|
387
|
-
0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xab, 0x45,
|
|
388
|
-
0x12, 0x58, 0x24, 0x88, 0x7a, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01,
|
|
389
|
-
0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76,
|
|
390
|
-
0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a,
|
|
391
|
-
0x43, 0x82, 0x03, 0x0f, 0x0c, 0x43, 0x82, 0x17, 0x01, 0x50, 0x9a, 0x00,
|
|
392
|
-
0xf9, 0x80, 0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6,
|
|
393
|
-
0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78, 0x51, 0x10, 0x10,
|
|
394
|
-
0x1a, 0xfa, 0x2c
|
|
395
|
-
};
|
|
396
|
-
|
|
397
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
398
|
-
uint8_t crash_vector11[] = {
|
|
399
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
400
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
401
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0xff, 0x7e, 0xde, 0x00, 0x39,
|
|
402
|
-
0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0xd2,
|
|
403
|
-
0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40, 0xa1, 0x9f, 0xd1,
|
|
404
|
-
0xf2, 0x3b, 0x17, 0xbe, 0xfc, 0x32, 0x1c, 0x00, 0x80, 0x42, 0x3d, 0xfb,
|
|
405
|
-
0x48, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10,
|
|
406
|
-
0xc6, 0x77, 0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09,
|
|
407
|
-
0x20, 0xb6, 0xc5, 0x17, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d,
|
|
408
|
-
0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
409
|
-
0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01, 0x02, 0x00, 0x03, 0x58, 0x5f,
|
|
410
|
-
0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4,
|
|
411
|
-
0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d,
|
|
412
|
-
0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0xfe, 0x02, 0x50, 0x14, 0x92, 0xaf, 0x14,
|
|
413
|
-
0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xab, 0x45,
|
|
414
|
-
0x12, 0x58, 0x24, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01,
|
|
415
|
-
0x23, 0x45, 0x67, 0x89, 0x32, 0x1c, 0x00, 0x80, 0x42, 0x3d, 0xfb, 0x48,
|
|
416
|
-
0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0xab, 0xcd, 0xef,
|
|
417
|
-
0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0,
|
|
418
|
-
0x01, 0x0f, 0x02, 0x0f, 0x0a, 0x43, 0x82, 0x03, 0x0f, 0x0c, 0x43, 0x82,
|
|
419
|
-
0x17, 0x01, 0x50, 0x9a, 0x00, 0xf9, 0x80, 0xb0, 0x84, 0x43, 0x64, 0xff,
|
|
420
|
-
0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47, 0x00,
|
|
421
|
-
0x7f, 0x78, 0x51, 0x10, 0x10, 0x1a, 0xfa, 0x2c
|
|
422
|
-
};
|
|
423
|
-
|
|
424
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
425
|
-
uint8_t crash_vector12[] = {
|
|
426
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
427
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
428
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
429
|
-
0xa8, 0x20, 0x00, 0x00, 0x00, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x8e,
|
|
430
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x99, 0x8e, 0x8e,
|
|
431
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e,
|
|
432
|
-
0x8e, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10,
|
|
433
|
-
0xc6, 0x77, 0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09,
|
|
434
|
-
0x20, 0xb6, 0xc5, 0xf5, 0x7a, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d,
|
|
435
|
-
0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
436
|
-
0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0xa1, 0x02, 0x00, 0x03, 0x58, 0x5f,
|
|
437
|
-
0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4,
|
|
438
|
-
0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d,
|
|
439
|
-
0xe6, 0x63, 0xe4, 0x43, 0x82, 0x17, 0x01, 0x64, 0x00, 0x00, 0xf9, 0x80,
|
|
440
|
-
0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5,
|
|
441
|
-
0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78, 0x4b, 0x10, 0x10, 0x1a, 0xfa,
|
|
442
|
-
0x2c
|
|
443
|
-
};
|
|
444
|
-
|
|
445
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
446
|
-
uint8_t crash_vector13[] = {
|
|
447
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
448
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
449
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
450
|
-
0xa8, 0x20, 0x00, 0x00, 0x00, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x8e,
|
|
451
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x99, 0x8e, 0x8e,
|
|
452
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e,
|
|
453
|
-
0x7a, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10,
|
|
454
|
-
0xc6, 0x77, 0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09,
|
|
455
|
-
0x20, 0xb6, 0xc5, 0xf5, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d,
|
|
456
|
-
0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
457
|
-
0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0xa1, 0x02, 0x00, 0x03, 0x58, 0x5f,
|
|
458
|
-
0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4,
|
|
459
|
-
0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d,
|
|
460
|
-
0xe6, 0x63, 0xe4, 0x43, 0x82, 0x17, 0x01, 0x64, 0x00, 0x00, 0xf9, 0x80,
|
|
461
|
-
0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5,
|
|
462
|
-
0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78, 0x4b, 0x10, 0x10, 0x1a, 0xfa,
|
|
463
|
-
0x2c
|
|
464
|
-
};
|
|
465
|
-
|
|
466
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
467
|
-
uint8_t crash_vector14[] = {
|
|
468
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
469
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0x20, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
470
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
471
|
-
0xa8, 0x20, 0x00, 0x00, 0x00, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x8e,
|
|
472
|
-
0x8e, 0x41, 0x00, 0xe9, 0x57, 0x56, 0x86, 0x14, 0xa4, 0x01, 0x10, 0xfa,
|
|
473
|
-
0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d, 0xe6, 0x63, 0xe4,
|
|
474
|
-
0x43, 0x82, 0x17, 0x01, 0x64, 0x00, 0x00, 0xf9, 0x80, 0xb0, 0x84, 0x43,
|
|
475
|
-
0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xce, 0x7a, 0xf5, 0x00, 0x00, 0x03,
|
|
476
|
-
0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01,
|
|
477
|
-
0x02, 0x00, 0x03, 0x58, 0x5f, 0xa2, 0x02, 0x81, 0x81, 0xd3, 0x00, 0x04,
|
|
478
|
-
0x58, 0x59, 0x86, 0x14, 0xa4, 0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5,
|
|
479
|
-
0x10, 0x00, 0xdf, 0xbe, 0x9d, 0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0x86, 0x14,
|
|
480
|
-
0xfe, 0x02, 0xff, 0x14, 0x92, 0xaf, 0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf,
|
|
481
|
-
0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xab, 0x45, 0x03, 0x58, 0x24, 0x88, 0x99,
|
|
482
|
-
0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab,
|
|
483
|
-
0xcd, 0xef, 0xfe, 0x58, 0x73, 0x82, 0x58, 0x24, 0xa2, 0x02, 0x58, 0x20,
|
|
484
|
-
0x5c, 0x0a, 0x5b, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71, 0xe1,
|
|
485
|
-
0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39, 0xa8,
|
|
486
|
-
0x20, 0x00, 0x00, 0x00, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x8e, 0x8e,
|
|
487
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x99, 0x8e, 0x00, 0x00,
|
|
488
|
-
0x8e, 0x8e, 0x8e, 0x6b, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e,
|
|
489
|
-
0x7d, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x69, 0x3c, 0x10, 0xc6,
|
|
490
|
-
0x77, 0x3f, 0x6f, 0x2b, 0x79, 0x02, 0x7b, 0x3d, 0x97, 0x4f, 0x00, 0x00,
|
|
491
|
-
0xff, 0xff, 0xda, 0xb8, 0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58, 0x71, 0xa5,
|
|
492
|
-
0x01, 0xa1, 0x02, 0x00, 0x03, 0x58, 0x5f, 0xa2, 0x02, 0x81, 0x81, 0x41,
|
|
493
|
-
0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4, 0x01, 0x50, 0xfa, 0x6b, 0x4a,
|
|
494
|
-
0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d, 0xe6, 0x63, 0xe4, 0x43, 0x82,
|
|
495
|
-
0x17, 0x01, 0x86, 0x00, 0x00, 0xf9, 0x80, 0xb0, 0x84, 0x43, 0x64, 0xff,
|
|
496
|
-
0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5, 0x00, 0x00, 0x03, 0xda, 0xa5,
|
|
497
|
-
0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58, 0x71, 0xa5, 0x01, 0x01, 0x02, 0x00,
|
|
498
|
-
0x03, 0x58, 0x5f, 0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56,
|
|
499
|
-
0x86, 0x14, 0xa4, 0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f,
|
|
500
|
-
0xdf, 0x20, 0x9d, 0xe6, 0x63, 0xe4, 0xd4, 0x1f, 0x86, 0x14, 0xfe, 0x02,
|
|
501
|
-
0xff, 0x24, 0x92, 0xaf, 0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b,
|
|
502
|
-
0x2d, 0x51, 0xf2, 0xab, 0x45, 0x97, 0x97, 0x00, 0x00, 0x01, 0x00, 0x97,
|
|
503
|
-
0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x80, 0x97, 0x97, 0x97, 0x97, 0x97,
|
|
504
|
-
0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x01, 0x97, 0x97, 0x97,
|
|
505
|
-
0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0xdb, 0x99,
|
|
506
|
-
0x58, 0x00, 0x10, 0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40,
|
|
507
|
-
0xa1, 0x9f, 0xd1, 0xf2, 0x3b, 0x17, 0xbe, 0xfc, 0x32, 0x1c, 0xec, 0xe7,
|
|
508
|
-
0x42, 0x3d, 0xfb, 0x48, 0xc4, 0x57
|
|
509
|
-
};
|
|
510
|
-
|
|
511
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
512
|
-
uint8_t crash_vector15[] = {
|
|
513
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
514
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
515
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
516
|
-
0xa8, 0x20, 0x00, 0x00, 0x00, 0xf3, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x8e,
|
|
517
|
-
0x8e, 0x00, 0x10, 0x00, 0x00, 0x10, 0x8e, 0x8e, 0x8e, 0x99, 0x8e, 0x8e,
|
|
518
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e,
|
|
519
|
-
0x7a, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x55, 0x7a, 0x3c, 0x10,
|
|
520
|
-
0xc6, 0x77, 0x3f, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x10, 0xf6,
|
|
521
|
-
0x39, 0xa8, 0x55, 0xec, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a,
|
|
522
|
-
0xd2, 0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40, 0xa1, 0x9f,
|
|
523
|
-
0xd1, 0xf2, 0x3b, 0x17, 0xbe, 0xfc, 0x32, 0x1c, 0xec, 0xe7, 0x42, 0x3d,
|
|
524
|
-
0xfb, 0x48, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c,
|
|
525
|
-
0x10, 0xc6, 0x77, 0x3f, 0x6f, 0x3a, 0x79, 0x5d, 0x3d, 0x97, 0x4f, 0xaa,
|
|
526
|
-
0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03, 0x58, 0x71,
|
|
527
|
-
0xa5, 0x01, 0x01, 0x02, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00,
|
|
528
|
-
0xe6, 0x76, 0xf5, 0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78, 0x4b, 0x10,
|
|
529
|
-
0x10, 0x5a, 0xfa, 0x2c
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
533
|
-
uint8_t crash_vector16[] = {
|
|
534
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
535
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
536
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
537
|
-
0xa8, 0x20, 0x00, 0x00, 0x00, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x8e,
|
|
538
|
-
0x8e, 0x8e, 0x8e, 0x73, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x99, 0x8e, 0x8e,
|
|
539
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e,
|
|
540
|
-
0x8e, 0xc4, 0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x00, 0xe7,
|
|
541
|
-
0x01, 0xe8, 0xff, 0x54, 0x09, 0x20, 0xb6, 0xc5, 0xf5, 0x7b, 0x00, 0xfd,
|
|
542
|
-
0x00, 0x40, 0x21, 0xff, 0xb9, 0xff, 0x7a, 0x43, 0x77, 0x0d, 0x00, 0x01,
|
|
543
|
-
0x7a, 0xff, 0x82, 0x01, 0xff, 0x20, 0x00, 0x04, 0x00, 0x0c, 0x01, 0x54,
|
|
544
|
-
0xc8, 0xe7, 0xe7, 0xe7, 0x6f, 0x00, 0xd1, 0x3a, 0x00, 0x00, 0xe7, 0xf2,
|
|
545
|
-
0xe7, 0xff, 0x54, 0x09, 0x20, 0xb6, 0xc5, 0xf5, 0x7b, 0xac, 0x5f, 0xc8,
|
|
546
|
-
0x54, 0x3d, 0x8f, 0x5d, 0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda,
|
|
547
|
-
0x20, 0x00, 0xfd, 0x00, 0x40, 0x40, 0xff, 0xb9, 0xff, 0x7a, 0x43, 0x77,
|
|
548
|
-
0x0d, 0x00, 0x01, 0x7a, 0x53, 0xa5, 0x01, 0xa1, 0x02, 0x00, 0x03, 0x64,
|
|
549
|
-
0x5f, 0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14,
|
|
550
|
-
0xa4, 0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe,
|
|
551
|
-
0x9d, 0xe6, 0x63, 0xe4, 0x37, 0x82, 0x17, 0x01, 0x64, 0x00, 0x00, 0xf9,
|
|
552
|
-
0x80, 0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6, 0x76,
|
|
553
|
-
0xe0, 0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78, 0x4b, 0x10, 0x10, 0x1a,
|
|
554
|
-
0xfa, 0x2c
|
|
555
|
-
};
|
|
556
|
-
|
|
557
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
558
|
-
uint8_t crash_vector17[] = {
|
|
559
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
560
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
561
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
562
|
-
0xa8, 0x20, 0x00, 0x00, 0x00, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x8e,
|
|
563
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0xa0, 0x8e, 0x8e, 0x8e, 0x8e, 0x99, 0x8e, 0x8e,
|
|
564
|
-
0xf0, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e,
|
|
565
|
-
0x8e, 0xc4, 0x7a, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0x3c, 0x10,
|
|
566
|
-
0xc6, 0x77, 0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09,
|
|
567
|
-
0x20, 0xb6, 0xc5, 0xf5, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d,
|
|
568
|
-
0x3d, 0x97, 0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
569
|
-
0xa7, 0x00, 0x00, 0x71, 0xa5, 0x01, 0xa1, 0x02, 0x00, 0x03, 0x58, 0x5f,
|
|
570
|
-
0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4,
|
|
571
|
-
0x01, 0x50, 0xfa, 0x6b, 0x4a, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d,
|
|
572
|
-
0xe6, 0x63, 0xe4, 0x43, 0x82, 0x17, 0x01, 0x64, 0x00, 0x00, 0xf9, 0x80,
|
|
573
|
-
0xb0, 0x84, 0x43, 0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5,
|
|
574
|
-
0x00, 0x00, 0xfa, 0x47, 0x00, 0x7f, 0x78, 0x4b, 0x10, 0x10, 0x1a, 0xfa,
|
|
575
|
-
0x2c
|
|
576
|
-
};
|
|
577
|
-
|
|
578
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
579
|
-
uint8_t crash_vector18[] = {
|
|
580
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
581
|
-
0x20, 0x5c, 0x09, 0x7d, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
582
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
583
|
-
0xa8, 0x20, 0x00, 0x00, 0x00, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x8e,
|
|
584
|
-
0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x99, 0x8e, 0x8e,
|
|
585
|
-
0x8e, 0x8e, 0xed, 0x32, 0x1c, 0xec, 0xe7, 0x42, 0x3d, 0xfb, 0x48, 0xc4,
|
|
586
|
-
0x57, 0xb8, 0xf1, 0xf6, 0xac, 0x83, 0x57, 0x7a, 0xbc, 0x10, 0xc6, 0x77,
|
|
587
|
-
0x3f, 0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09, 0x20, 0xb6,
|
|
588
|
-
0xc5, 0xf5, 0x7b, 0xac, 0x5f, 0xc8, 0x54, 0x3d, 0x8f, 0x5d, 0x5a, 0x97,
|
|
589
|
-
0x4f, 0xaa, 0x2e, 0x6d, 0x03, 0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03,
|
|
590
|
-
0x58, 0x71, 0x6c, 0x01, 0x01, 0x02, 0x00, 0x03, 0x58, 0x5f, 0xa2, 0x02,
|
|
591
|
-
0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x86, 0x14, 0xa4, 0x01, 0x50,
|
|
592
|
-
0xfe, 0x6b, 0x3c, 0x53, 0xd5, 0xad, 0x5f, 0xdf, 0xbe, 0x9d, 0xe6, 0x63,
|
|
593
|
-
0xe4, 0xd4, 0x1f, 0xfe, 0x02, 0x50, 0x14, 0x92, 0xaf, 0x29, 0x25, 0x69,
|
|
594
|
-
0x5e, 0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xb1, 0x45, 0x03, 0x58,
|
|
595
|
-
0x24, 0x82, 0x02, 0x58, 0x20, 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66,
|
|
596
|
-
0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01, 0x23, 0x45,
|
|
597
|
-
0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32,
|
|
598
|
-
0x10, 0x0e, 0x19, 0x87, 0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a, 0x43, 0x82,
|
|
599
|
-
0x03, 0x0f, 0x0c, 0x43, 0x82, 0x17, 0x02
|
|
600
|
-
};
|
|
601
|
-
|
|
602
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
603
|
-
uint8_t crash_vector19[] = {
|
|
604
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
605
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x43, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
606
|
-
0xe1, 0xf2, 0x55, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
607
|
-
0xa8, 0x55, 0xf6, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x97,
|
|
608
|
-
0x97, 0x97, 0x97, 0x97, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0xe5, 0xc2,
|
|
609
|
-
0xf0, 0xe5, 0xe5, 0xe5, 0x6f, 0x68, 0x71, 0xe1, 0xf2, 0x41, 0x8e, 0xef,
|
|
610
|
-
0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xd4, 0xce, 0xa1, 0x01, 0x07, 0xa0, 0xd6,
|
|
611
|
-
0x2c, 0x40, 0xa1, 0xe5, 0xa7, 0x8e, 0x5a, 0xfe, 0x01, 0x02, 0x25, 0x03,
|
|
612
|
-
0x58, 0x5f, 0xa2, 0x02, 0x81, 0x81, 0x41, 0x00, 0x04, 0x58, 0x56, 0x02,
|
|
613
|
-
0x00, 0x03, 0x58, 0x5f, 0xa2, 0x02, 0x14, 0x25, 0x69, 0x5e, 0x23, 0x02,
|
|
614
|
-
0x7c, 0xdf, 0x02, 0x59, 0x25
|
|
615
|
-
};
|
|
616
|
-
|
|
617
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
618
|
-
uint8_t crash_vector20[] = {
|
|
619
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
620
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x21, 0x9b, 0x49, 0x4e, 0x71,
|
|
621
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
622
|
-
0x01, 0x55, 0xee, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x99,
|
|
623
|
-
0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x08, 0x15, 0x08,
|
|
624
|
-
0x00, 0x00, 0xff, 0xff, 0x68, 0x7a, 0xf4, 0x68, 0xff, 0xff, 0x19, 0xff,
|
|
625
|
-
0x7f, 0x35, 0x39, 0x39, 0x39, 0x39, 0x39, 0x39, 0x3f, 0xab, 0x20, 0x86,
|
|
626
|
-
0x73, 0x74, 0x2d, 0x64, 0x69, 0x67, 0x65, 0x73, 0x40, 0x78, 0x74, 0x7d,
|
|
627
|
-
0x87, 0x82, 0x80, 0xff, 0x82, 0x02, 0x40, 0x0f, 0x0c, 0xbe, 0x7a, 0xf4,
|
|
628
|
-
0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80,
|
|
629
|
-
0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x64, 0x00, 0x00, 0x00, 0x7a,
|
|
630
|
-
0xf4, 0x68, 0xff, 0xff, 0xff, 0x39, 0x39, 0x35, 0x39, 0x39, 0x39, 0x39,
|
|
631
|
-
0x39, 0x39, 0x3f, 0xab, 0x7d, 0x10, 0xda, 0x00, 0x00, 0x10, 0x65, 0x78,
|
|
632
|
-
0x64, 0x00, 0x00, 0x40, 0x13, 0x63, 0x6f, 0x4a, 0x00, 0xbf, 0x56, 0x28,
|
|
633
|
-
0x60, 0x9a, 0xd6, 0x38, 0x3d, 0xce, 0x14, 0xc7, 0x20, 0xa1, 0xba, 0x43,
|
|
634
|
-
0x00, 0x2f, 0xe3, 0xf5, 0x92, 0xaf, 0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf,
|
|
635
|
-
0x42, 0x9b, 0x2d, 0x51, 0xf2, 0xab, 0x45, 0x03, 0x58, 0x24, 0x82, 0x02,
|
|
636
|
-
0x58, 0x20, 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99,
|
|
637
|
-
0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab,
|
|
638
|
-
0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10, 0x0e, 0x19,
|
|
639
|
-
0x87, 0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a, 0x43, 0x82, 0x03, 0x0f, 0x0c,
|
|
640
|
-
0x43, 0x82, 0x17, 0x01, 0x50, 0x9a, 0x00, 0xf9, 0x80, 0xb0, 0x84, 0x43,
|
|
641
|
-
0x64, 0xff, 0xba, 0x98, 0x49, 0x00, 0xe6, 0x76, 0xf5, 0x00, 0x00, 0xfa,
|
|
642
|
-
0x47, 0x00, 0x7f, 0x78, 0x51, 0x10, 0x10, 0x1a, 0xfa, 0x2c
|
|
643
|
-
};
|
|
644
|
-
|
|
645
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
646
|
-
uint8_t crash_vector21[] = {
|
|
647
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
648
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
649
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
650
|
-
0x01, 0x55, 0xee, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x84,
|
|
651
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84,
|
|
652
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84,
|
|
653
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84,
|
|
654
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84,
|
|
655
|
-
0x09, 0x20, 0xb6, 0xc5, 0xf5, 0x5a, 0xac, 0x5f, 0xc8, 0x80, 0x3d, 0x8f,
|
|
656
|
-
0x15, 0x10, 0xab, 0xcd, 0x39, 0x98, 0x22, 0x54, 0x32, 0x00, 0x84, 0x84,
|
|
657
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x7f,
|
|
658
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x80, 0x84, 0x84, 0x84, 0x84,
|
|
659
|
-
0x84, 0xfa, 0x39, 0x00, 0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b,
|
|
660
|
-
0x2d, 0x51, 0xf2, 0xab, 0x45, 0x03, 0x58, 0x24, 0x82, 0x02, 0x58, 0x20,
|
|
661
|
-
0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb,
|
|
662
|
-
0xcc, 0xdd, 0xee, 0xff, 0xf2, 0x22, 0x45, 0x10, 0x89, 0xab, 0xcd, 0xce,
|
|
663
|
-
0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0xda, 0xa5, 0x34, 0xb4, 0x43,
|
|
664
|
-
0xa7, 0x03, 0x03, 0x58, 0x24, 0x82, 0x02, 0x58, 0xb2, 0x00, 0x11, 0x22,
|
|
665
|
-
0x33, 0x44, 0x55, 0x66, 0x77, 0xa1, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee,
|
|
666
|
-
0xff, 0x01, 0x23, 0x45, 0x10, 0x89, 0xab, 0xcd, 0xce, 0xfe, 0xdc, 0xba,
|
|
667
|
-
0x98, 0x76, 0x54, 0x32, 0x10, 0x0e, 0x19, 0x87, 0xd0, 0x01, 0x0f, 0x02,
|
|
668
|
-
0x0f, 0x0a, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff,
|
|
669
|
-
0x0e, 0x1a, 0x00, 0x01, 0x2c, 0x22, 0x13, 0x43, 0xa1, 0x01, 0x41, 0x16,
|
|
670
|
-
0x00, 0xfa, 0x01, 0x03, 0x28, 0x0c, 0x45, 0x84, 0x0c, 0x02, 0x17, 0x02
|
|
671
|
-
};
|
|
672
|
-
|
|
673
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
674
|
-
uint8_t crash_vector22[] = {
|
|
675
|
-
0xd8, 0x30, 0xa4, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
676
|
-
0x20, 0x5c, 0x09, 0x7e, 0xf6, 0x4b, 0xf3, 0x00, 0x9b, 0x49, 0x4e, 0x71,
|
|
677
|
-
0xe1, 0xf2, 0x41, 0x8e, 0xef, 0x8d, 0x46, 0x6c, 0xc9, 0x02, 0xf6, 0x39,
|
|
678
|
-
0x01, 0x55, 0xee, 0x9a, 0xf3, 0xe9, 0xed, 0xdb, 0x99, 0x58, 0x4a, 0x84,
|
|
679
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84,
|
|
680
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84,
|
|
681
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x00, 0x00,
|
|
682
|
-
0x04, 0x00, 0x91, 0x74, 0x8a, 0x8d, 0x74, 0x74, 0x74, 0x74, 0xc6, 0x3f,
|
|
683
|
-
0x6f, 0x3a, 0x79, 0x02, 0x37, 0x6b, 0x59, 0x54, 0x09, 0x20, 0xb6, 0xc5,
|
|
684
|
-
0xf5, 0x5a, 0xac, 0x5f, 0xc8, 0x80, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84,
|
|
685
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84,
|
|
686
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x84,
|
|
687
|
-
0x84, 0x84, 0x84, 0x84, 0x84, 0x80, 0x84, 0x84, 0x84, 0x84, 0x84, 0xfa,
|
|
688
|
-
0x39, 0x00, 0x14, 0x25, 0x69, 0x5e, 0x48, 0xbf, 0x42, 0x9b, 0x2d, 0x51,
|
|
689
|
-
0xf2, 0xab, 0x45, 0x03, 0x58, 0x24, 0x82, 0x02, 0x58, 0x20, 0x00, 0x11,
|
|
690
|
-
0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd,
|
|
691
|
-
0xee, 0xff, 0x01, 0x23, 0x45, 0x10, 0x89, 0xab, 0xcd, 0xce, 0xfe, 0xcc,
|
|
692
|
-
0xba, 0x98, 0x76, 0x54, 0x32, 0xda, 0xa5, 0x34, 0xb4, 0x43, 0xa7, 0x03,
|
|
693
|
-
0x03, 0x58, 0x24, 0x82, 0x02, 0x58, 0xb2, 0x00, 0x11, 0x22, 0x33, 0x44,
|
|
694
|
-
0x55, 0x66, 0x77, 0xa1, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff, 0x01,
|
|
695
|
-
0x87, 0xd0, 0x01, 0x0f, 0x02, 0x0f, 0x0a, 0x66, 0x77, 0x88, 0x99, 0xaa,
|
|
696
|
-
0xbb, 0x40, 0xdd, 0xee, 0xff, 0x0e, 0x1a, 0x00, 0x01, 0x2c, 0x22, 0x13,
|
|
697
|
-
0x43, 0xa1, 0x01, 0x01, 0x16, 0x00, 0x16, 0x02, 0x03, 0x28, 0x0c, 0x45,
|
|
698
|
-
0x84, 0x0c, 0x02, 0x17, 0x02
|
|
699
|
-
};
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
/* Test vector discovered via fuzzing with AFL. */
|
|
703
|
-
uint8_t crash_vector23[] = {
|
|
704
|
-
0xd8, 0x30, 0xa2, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02, 0x58,
|
|
705
|
-
0x20, 0x4b, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
|
|
706
|
-
0x9d, 0xb1, 0x60, 0x91, 0x8e, 0x2b, 0x3c, 0x96, 0xa5, 0x8b, 0x0a, 0x5e,
|
|
707
|
-
0x49, 0x84, 0xfd, 0x4e, 0x8f, 0x93, 0x59, 0xa9, 0x28, 0x58, 0x4a, 0xd2,
|
|
708
|
-
0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40, 0xd9, 0x8c, 0x49,
|
|
709
|
-
0x54, 0xfe, 0x5a, 0x23, 0x99, 0xe6, 0x9a, 0xb3, 0x7f, 0xe6, 0x54, 0xd1,
|
|
710
|
-
0x07, 0xba, 0x57, 0xa4, 0x4a, 0x46, 0xfd, 0xe3, 0xe9, 0xcf, 0xfd, 0xf0,
|
|
711
|
-
0x2f, 0x2f, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x7c, 0x65, 0x2e, 0x63, 0x6f,
|
|
712
|
-
0x6d, 0x2f, 0x66, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x40,
|
|
713
|
-
0xd8, 0x4b, 0x7b, 0x77, 0xd4, 0x01, 0xbd, 0x91, 0xe3, 0x41, 0xa1, 0x15,
|
|
714
|
-
0xd2, 0x03, 0x58, 0xf4, 0xa8, 0x01, 0x01, 0x02, 0x04, 0x03, 0x58, 0x67,
|
|
715
|
-
0xa0, 0x0e, 0x44, 0x27, 0x88, 0x0c, 0xe2, 0x12, 0xb1, 0x15, 0x78, 0x1b,
|
|
716
|
-
0x96, 0x25, 0x14, 0x25, 0x69, 0x6a, 0x05, 0xd7, 0x01, 0xa0, 0x9a, 0xb3,
|
|
717
|
-
0x7f, 0xe6, 0x54, 0xd1, 0xf1, 0xb9, 0x57, 0x0f, 0x83, 0xf0, 0xe7, 0x02,
|
|
718
|
-
0x7f, 0x7f, 0x48, 0xbf, 0x42, 0xd5, 0xad, 0x00, 0x00, 0xbe, 0x9d, 0xe6,
|
|
719
|
-
0x58, 0x24, 0x9c, 0x02, 0x00, 0x00, 0x00, 0x20, 0x22, 0x33, 0x44, 0x55,
|
|
720
|
-
0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xd8, 0xdd, 0xee, 0xff, 0x01, 0x23,
|
|
721
|
-
0x45, 0x67, 0x89, 0xab, 0xb8, 0xef, 0xbd, 0xdc, 0xba, 0x98, 0x76, 0x55,
|
|
722
|
-
0x32, 0x10, 0x0e, 0x19, 0x87, 0xd8, 0x01, 0x0f, 0x80, 0xf1, 0x08, 0x58,
|
|
723
|
-
0x27, 0x88, 0x0c, 0xe2, 0x12, 0xb1, 0x15, 0x78, 0x1b, 0x68, 0x74, 0x74,
|
|
724
|
-
0x70, 0xd8, 0x30, 0xa2, 0x02, 0x58, 0x73, 0x82, 0x58, 0x24, 0x82, 0x02,
|
|
725
|
-
0x58, 0x20, 0x4b, 0x4c, 0x7c, 0x8c, 0x0f, 0xda, 0x76, 0xc9, 0xc9, 0x59,
|
|
726
|
-
0x29, 0x9d, 0xb1, 0x60, 0x91, 0x8e, 0x2b, 0x3c, 0x96, 0xa5, 0x8b, 0x0a,
|
|
727
|
-
0x5e, 0x49, 0x84, 0xfd, 0x4e, 0x8f, 0x93, 0x59, 0xa9, 0x28, 0x58, 0x4a,
|
|
728
|
-
0xd2, 0x84, 0x43, 0xa1, 0x01, 0x26, 0xa0, 0xf6, 0x58, 0x40, 0xd8, 0x8c,
|
|
729
|
-
0x49, 0x53, 0xfe, 0x5a, 0x03, 0x99, 0xe6, 0x9a, 0xb3, 0x7f, 0xe6, 0x54,
|
|
730
|
-
0xd1, 0xf1, 0xb9, 0x57, 0xa4, 0x4a, 0x46, 0xfd, 0xe3, 0xe9, 0xcf, 0xfd,
|
|
731
|
-
0xf0, 0xcd, 0xaa, 0x04, 0x56, 0xdd, 0xce, 0x9f, 0x08, 0xbc, 0x2a, 0x59,
|
|
732
|
-
0x89, 0x5f, 0xe8, 0x03, 0x00, 0x00, 0x0e, 0x4a, 0xd0, 0x86, 0x90, 0x64,
|
|
733
|
-
0x5d, 0xcd, 0x4b, 0x7b, 0x77, 0xd4, 0x01, 0xbd, 0x91, 0xe3, 0x5a, 0xa1,
|
|
734
|
-
0x15, 0xd2, 0x03, 0x58, 0xf4, 0xa8, 0x01, 0x01
|
|
735
|
-
};
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
bool fuzz_one_input(const uint8_t *data, size_t size);
|
|
739
|
-
|
|
740
|
-
#define FUZZ(x) fuzz_one_input(x, sizeof(x))
|
|
741
|
-
|
|
742
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash0)
|
|
743
|
-
{
|
|
744
|
-
FUZZ(crash_vector0);
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash1)
|
|
748
|
-
{
|
|
749
|
-
FUZZ(crash_vector1);
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash2)
|
|
753
|
-
{
|
|
754
|
-
FUZZ(crash_vector2);
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash3)
|
|
758
|
-
{
|
|
759
|
-
FUZZ(crash_vector3);
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash4)
|
|
763
|
-
{
|
|
764
|
-
FUZZ(crash_vector4);
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash5)
|
|
768
|
-
{
|
|
769
|
-
FUZZ(crash_vector5);
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash6)
|
|
773
|
-
{
|
|
774
|
-
FUZZ(crash_vector6);
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash7)
|
|
778
|
-
{
|
|
779
|
-
FUZZ(crash_vector7);
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash8)
|
|
783
|
-
{
|
|
784
|
-
FUZZ(crash_vector8);
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash9)
|
|
788
|
-
{
|
|
789
|
-
FUZZ(crash_vector9);
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash10)
|
|
793
|
-
{
|
|
794
|
-
FUZZ(crash_vector10);
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash11)
|
|
798
|
-
{
|
|
799
|
-
FUZZ(crash_vector11);
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash12)
|
|
803
|
-
{
|
|
804
|
-
FUZZ(crash_vector12);
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash13)
|
|
808
|
-
{
|
|
809
|
-
FUZZ(crash_vector13);
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash14)
|
|
813
|
-
{
|
|
814
|
-
FUZZ(crash_vector14);
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash15)
|
|
818
|
-
{
|
|
819
|
-
FUZZ(crash_vector15);
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash16)
|
|
823
|
-
{
|
|
824
|
-
FUZZ(crash_vector16);
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash17)
|
|
828
|
-
{
|
|
829
|
-
FUZZ(crash_vector17);
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash18)
|
|
833
|
-
{
|
|
834
|
-
FUZZ(crash_vector18);
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash19)
|
|
838
|
-
{
|
|
839
|
-
FUZZ(crash_vector19);
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash20)
|
|
843
|
-
{
|
|
844
|
-
FUZZ(crash_vector20);
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash21)
|
|
848
|
-
{
|
|
849
|
-
FUZZ(crash_vector21);
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash22)
|
|
853
|
-
{
|
|
854
|
-
FUZZ(crash_vector22);
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
ZTEST(cbor_decode_test8, test_manifest12_crash23)
|
|
858
|
-
{
|
|
859
|
-
FUZZ(crash_vector23);
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
ZTEST_SUITE(cbor_decode_test8, NULL, NULL, NULL, NULL, NULL);
|