/mbedtls-development/tests/suites/ |
A D | test_suite_pkwrite.data | 1 Public key write check RSA 5 Public key write check RSA 4096 9 Public key write check EC 192 bits 13 Public key write check EC 521 bits 17 Public key write check EC Brainpool 512 bits 21 Private key write check RSA 25 Private key write check RSA 4096 29 Private key write check EC 192 bits 33 Private key write check EC 256 bits (top bit set) 37 Private key write check EC 521 bits [all …]
|
A D | test_suite_x509write.data | 1 Certificate Request check Server1 SHA1 5 Certificate Request check Server1 SHA224 9 Certificate Request check Server1 SHA256 13 Certificate Request check Server1 SHA384 17 Certificate Request check Server1 SHA512 21 Certificate Request check Server1 MD5 25 Certificate Request check Server1 key_usage 33 Certificate Request check Server1 ns_cert_type 53 Certificate write check Server1 SHA1 69 Certificate write check Server1 SHA1, CA [all …]
|
A D | test_suite_ecp.data | 36 ECP check pubkey Curve25519 #1 (biggest) 40 ECP check pubkey Curve25519 #2 (too big) 44 ECP check pubkey Curve25519 #3 (DoS big) 48 ECP check pubkey Curve25519 y ignored 52 ECP check pubkey Curve25519 z is not 1 56 ECP check pubkey Curve25519 x negative 120 ECP check pubkey Curve448 #1 (biggest) 132 ECP check pubkey Curve448 y ignored 136 ECP check pubkey Curve448 z is not 1 140 ECP check pubkey Curve448 x negative [all …]
|
A D | test_suite_psa_crypto_slot_management.data | 1 Transient slot, check after closing 4 Transient slot, check after closing and restarting 7 Transient slot, check after destroying 10 Transient slot, check after destroying and restarting 16 Persistent slot, check after closing, id=min 22 Persistent slot, check after destroying, id=min 28 Persistent slot, check after purging, id=min 37 Persistent slot, check after closing, id=max 40 Persistent slot, check after destroying, id=max 43 Persistent slot, check after purging, id=max [all …]
|
A D | test_suite_ecdh.function | 108 mbedtls_mpi dA, dB, zA, zB, check; 160 TEST_ASSERT( mbedtls_test_read_mpi( &check, 16, xA_str ) == 0 ); 161 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &qA.X, &check ) == 0 ); 162 TEST_ASSERT( mbedtls_test_read_mpi( &check, 16, yA_str ) == 0 ); 163 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &qA.Y, &check ) == 0 ); 169 TEST_ASSERT( mbedtls_test_read_mpi( &check, 16, xB_str ) == 0 ); 170 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &qB.X, &check ) == 0 ); 172 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &qB.Y, &check ) == 0 ); 174 TEST_ASSERT( mbedtls_test_read_mpi( &check, 16, z_str ) == 0 ); 178 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &zA, &check ) == 0 ); [all …]
|
A D | test_suite_version.function | 70 int check = mbedtls_version_check_feature( feature ); 71 TEST_ASSERT( check == result );
|
A D | test_suite_pkwrite.function | 33 // check that the rest of the buffer remains clear 74 // check that the rest of the buffer remains clear
|
A D | test_suite_psa_crypto_se_driver_hal.data | 33 SE key import-export persistent, check after restart (slot 0) 36 SE key import-export persistent, check after restart (slot 3) 45 SE key import-export volatile, check after restart (slot 0) 48 SE key import-export volatile, check after restart (slot 3)
|
A D | test_suite_des.data | 1 DES check weak key #1 4 DES check weak key #2 7 DES check weak key #3 10 DES check weak key #4
|
A D | test_suite_psa_crypto_storage_format.function | 63 /** Write a key with the given representation to storage, then check 157 * check that it has the expected format so that future versions 202 * and check that this version can use it. */
|
A D | test_suite_cipher.function | 17 * check it against mbedtls_cipher_info_from_xxx(). */ 461 /* check result */ 752 /* decode buffer and check tag->x */ 763 /* check plaintext only if everything went fine */ 874 * Authenticate and decrypt, and check result 936 * Encrypt and check the result 997 /* check plaintext only if everything went fine */ 1043 /* check plaintext only if everything went fine */
|
/mbedtls-development/tests/scripts/ |
A D | check-generated-files.sh | 124 check scripts/generate_visualc_files.pl visualc/VS2010 125 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c 126 check tests/scripts/generate_psa_tests.py $(tests/scripts/generate_psa_tests.py --list)
|
A D | test_zeroize.gdb | 20 # Run a test using the debugger to check that the mbedtls_platform_zeroize() 28 # seem to be a mechanism to reliably check whether the zeroize calls are being 39 # inserting a test after a call to mbedtls_platform_zeroize() to check whether
|
A D | check_names.py | 592 check=True 601 check=True 609 check=True 622 check=True 662 check=True
|
A D | list-identifiers.sh | 63 check-names.sh, which used to depend on this script, has been replaced with
|
/mbedtls-development/ |
A D | Makefile | 7 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido… 133 check: lib tests target 134 $(MAKE) -C tests check 136 test: check 142 $(MAKE) check
|
A D | README.md | 72 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config… 87 make check 103 …lease check the Makefiles in `library/`, `programs/` and `tests/` for options to manually add or r… 136 …check for memory errors. (This includes LeakSanitizer, with recent version of gcc and clang.) (Wit… 138 - `MemSan`. This instruments the code with MemorySanitizer to check for uninitialised memory read…
|
/mbedtls-development/scripts/ |
A D | ecp_comb_table.py | 184 p = subprocess.run(args=args, check=False) 187 p = subprocess.run(args=[binname], check=False, env={
|
/mbedtls-development/tests/ |
A D | Makefile | 114 .PHONY: all check test clean 197 check: $(BINARIES) target 200 test: check
|
A D | Descriptions.txt | 3 using 'make check' (Unix make) or 'make test' (Cmake), include test cases
|
/mbedtls-development/ChangeLog.d/ |
A D | makefile-python-windows.txt | 3 The check was accidentally not performed when cross-compiling for Windows
|
/mbedtls-development/visualc/VS2010/ |
A D | .gitignore | 5 # Files that may be left over from check-generated-files.sh
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 43 …d pointer is `NULL`) but has the substructure containing that method, and check that the return va… 44 …taining that method (i.e. the pointer to the substructure is `NULL`), and check that the return va… 45 * At least one test should register multiple drivers with a key in each driver and check that the e… 46 …ould register the same driver structure with multiple lifetime values and check that the driver re… 54 * Wherever the specification guarantees parameters that satisfy certain preconditions, check these … 60 …river call, call it with parameters that cause a driver to be invoked and check how Mbed Crypto ha… 85 …>), call `mbedtls_psa_crypto_free(); psa_crypto_init()` at that point and check that this either r…
|
A D | psa-storage-format-testing.md | 25 … has the expected data and metadata. Import-and-save testing and load-and-check testing can be spl… 29 …check passing on version W with the same data that proves that version W can read back what versio… 37 …tool that compares the old and the new version, in the same way that `abi-check.py` compares the l… 39 …s in load-only mode: create a file with the expected content, load it and check the data that it c… 94 * For alternative persistence levels: have load-and-check tests for supported persistence levels. W…
|
/mbedtls-development/programs/fuzz/ |
A D | Makefile | 38 .PHONY: all check test clean
|