/mbedtls-development/tests/suites/ |
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 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 46 Persistent slot, check after restart, id=max [all …]
|
A D | test_suite_ecjpake.data | 40 ECJPAKE round one: KKP1: nothing after first point 55 ECJPAKE round one: KKP1: nothing after second point 88 ECJPAKE round one: KKP2: nothing after first point 103 ECJPAKE round one: KKP2: nothing after second point 136 ECJPAKE round two client: no data after ECParams 154 ECJPAKE round two client: nothing after first point 169 ECJPAKE round two client: nothing after second point 208 ECJPAKE round two server: nothing after first point 223 ECJPAKE round two server: nothing after second point
|
A D | test_suite_psa_crypto_init.data | 19 No random after deinit 22 No key slot access after deinit
|
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_asn1parse.data | 424 SEQUENCE of 1 OCTET STRING truncated after tag 451 SEQUENCE of 2 OCTET STRINGs, second truncated after tag 559 AlgorithmIdentifier, truncated in OID after tag 562 AlgorithmIdentifier, truncated in OID after length 568 AlgorithmIdentifier, truncated in params after tag 571 AlgorithmIdentifier, truncated in params after length
|
A D | test_suite_psa_crypto_entropy.data | 43 PSA validate entropy injection: before and after crypto_init
|
A D | test_suite_entropy.function | 54 * To be called immediately after mbedtls_entropy_init(). 324 * updates: before and after updating the NV seed. */ 372 * updates: before and after updating the NV seed. */
|
A D | test_suite_mpi.data | 1693 Fill random: 2 bytes, RNG failure after 1 byte 1696 Fill random: 4 bytes, RNG failure after 3 bytes 1699 Fill random: 8 bytes, RNG failure after 7 bytes 1702 Fill random: 16 bytes, RNG failure after 1 bytes 1705 Fill random: 16 bytes, RNG failure after 8 bytes 1708 Fill random: 16 bytes, RNG failure after 15 bytes 1711 Fill random: MAX_SIZE bytes, RNG failure after MAX_SIZE-1 bytes
|
A D | test_suite_memory_buffer_alloc.function | 145 * we don't check the size after blocks have been reallocated. */
|
A D | test_suite_psa_crypto_persistent_key.data | 43 Persistent key destroy after restart
|
A D | test_suite_base64.data | 97 Base64 decode (Invalid char after equal signs)
|
A D | test_suite_psa_crypto.function | 1976 /* Call update after finish. */ 1990 /* Call verify after finish. */ 2026 /* Call finish after calling verify. */ 2312 /* Call update after sign finish. */ 2322 /* Call update after verify finish. */ 2713 /* Generate an IV after it's already set. */ 2729 /* Set an IV after it's already set. */ 2741 /* Set an IV after it's already generated. */ 2771 /* Call update after finish. */ 4789 /* Test for setting lengths after already starting data. */ [all …]
|
A D | test_suite_hmac_drbg.function | 91 /* Set reseed interval after seed */
|
A D | test_suite_x509write.function | 51 /* Note: this can't happen except after an internal error */
|
A D | test_suite_ctr_drbg.function | 276 /* Set reseed interval after seed */
|
/mbedtls-development/library/ |
A D | x509.c | 930 if( before->year > after->year ) in x509_check_time() 933 if( before->year == after->year && in x509_check_time() 934 before->mon > after->mon ) in x509_check_time() 937 if( before->year == after->year && in x509_check_time() 938 before->mon == after->mon && in x509_check_time() 939 before->day > after->day ) in x509_check_time() 942 if( before->year == after->year && in x509_check_time() 943 before->mon == after->mon && in x509_check_time() 945 before->hour > after->hour ) in x509_check_time() 952 before->min > after->min ) in x509_check_time() [all …]
|
/mbedtls-development/scripts/ |
A D | generate_errors.pl | 84 my ($before, $name, $value, $after) = ($1, $2, $3, $4); 90 if !defined($before) && !defined($after); 92 if defined($before) && defined($after); 93 my $description = (defined($before) ? $before : $after);
|
/mbedtls-development/tests/data_files/base64/ |
A D | def_b64_ff.bin | 1 // Ensure that the b64 parser continues after encountering a 0xFF
|
/mbedtls-development/tests/data_files/ |
A D | Readme-x509.txt | 77 -expired.crt: S5 with "not after" date in the past 86 -expired.crt: S7 with "not after" date in the past + I1
|
/mbedtls-development/tests/scripts/ |
A D | test_zeroize.gdb | 39 # inserting a test after a call to mbedtls_platform_zeroize() to check whether
|
/mbedtls-development/docs/architecture/testing/ |
A D | invasive-testing.md | 117 * Zeroization of confidential data after use. 128 * Check the format of files (which matters so that the product can still read old files after an up… 288 …ector, each test function or test program must clean up after itself. Use the cleanup code (after … 308 Goal: test that no stray files are left over in the key store after a test that succeeded.
|
A D | driver-interface-test-strategy.md | 70 …nds up in the expected state. At least make sure that no intermediate file remains after a failure. 85 …oint (before M<sub>1</sub>, between M<sub>1</sub> and M<sub>2</sub>, ..., after M<sub>n</sub>), ca…
|
/mbedtls-development/ |
A D | BRANCHES.md | 14 features added after Mbed TLS 2.26.0 and bug fixes and security fixes.
|
A D | ChangeLog | 814 * Library files installed after a CMake build no longer have execute 867 removable through Mbed TLS after the upgrade. 1663 after use. 1754 * Fix potential use-after-free in mbedtls_ssl_get_max_frag_len() 2173 being leaked to memory after release. 2181 after keypair generation. 2634 data structure until after error checks are successful. Found by 3084 after a successful net_accept(). 4214 appended with '....' after first 28 octets 4261 after the handshake. [all …]
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed 8 # All text after a hash (#) is considered a comment and will be ignored. 82 # include brief member descriptions after the members that are listed in 98 # stripped from the text and the result after processing the whole list, is 432 # that is typed after a \internal command is included. If the tag is set 591 # You can optionally specify a file name after the option, if omitted 923 # user-defined cascading style sheet that is included after the standard 973 # documentation will contain sections that can be hidden and shown after the 1180 # when you change the font size after a successful doxygen run you need 1346 # the generated latex document. The footer should contain everything after [all …]
|