/mbedtls-latest/tests/suites/ |
D | test_suite_pkwrite.data | 1 Public key write check RSA 5 Public key write check RSA (DER) 9 Public key write check RSA 4096 13 Public key write check RSA 4096 (DER) 17 Public key write check EC 192 bits 21 Public key write check EC 192 bits (DER) 25 Public key write check EC 521 bits 29 Public key write check EC 521 bits (DER) 33 Public key write check EC Brainpool 512 bits 37 Public key write check EC Brainpool 512 bits (DER) [all …]
|
D | test_suite_hmac_drbg.misc.data | 37 HMAC_DRBG write/update seed file SHA-1 [#1] 41 HMAC_DRBG write/update seed file SHA-1 [#2] 45 HMAC_DRBG write/update seed file SHA-224 [#1] 49 HMAC_DRBG write/update seed file SHA-224 [#2] 53 HMAC_DRBG write/update seed file SHA-256 [#1] 57 HMAC_DRBG write/update seed file SHA-256 [#2] 61 HMAC_DRBG write/update seed file SHA-384 [#1] 65 HMAC_DRBG write/update seed file SHA-384 [#2] 69 HMAC_DRBG write/update seed file SHA-512 [#1] 73 HMAC_DRBG write/update seed file SHA-512 [#2] [all …]
|
D | test_suite_ecp.data | 172 ECP write binary #1 (zero, uncompressed, buffer just fits) 176 ECP write binary #2 (zero, buffer too small) 180 ECP write binary #3 (non-zero, uncompressed, buffer just fits) 184 ECP write binary #4 (non-zero, uncompressed, buffer too small) 188 ECP write binary #5 (zero, compressed, buffer just fits) 192 ECP write binary #6 (zero, buffer too small) 196 ECP write binary #7 (even, compressed, buffer just fits) 200 ECP write binary #8 (even, compressed, buffer too small) 204 ECP write binary #9 (odd, compressed, buffer just fits) 208 ECP write binary #10 (Montgomery curve25519, buffer just fits) [all …]
|
D | test_suite_x509write.data | 61 Certificate write check Server1 SHA1 65 Certificate write check Server1 SHA1, not before 1970 69 Certificate write check Server1 SHA1, not after 2050 73 Certificate write check Server1 SHA1, not before 1970, not after 2050 77 Certificate write check Server1 SHA1, not before 2050, not after 2059 81 Certificate write check Server1 SHA1, key_usage 85 Certificate write check Server1 SHA1, one ext_key_usage 89 Certificate write check Server1 SHA1, two ext_key_usages 93 Certificate write check Server1 SHA1, ns_cert_type 97 Certificate write check Server1 SHA1, version 1 [all …]
|
D | test_suite_ecdsa.data | 53 ECDSA write-read hash zero #1 57 ECDSA write-read hash zero #2 61 ECDSA write-read hash zero #3 65 ECDSA write-read hash zero #4 69 ECDSA write-read hash zero #5 73 ECDSA write-read random #1 77 ECDSA write-read random #2 81 ECDSA write-read random #3 85 ECDSA write-read random #4 89 ECDSA write-read random #5 [all …]
|
D | test_suite_pem.data | 1 Standard PEM write 4 PEM write (zero data) 7 PEM write (one byte) 10 PEM write (more than line size) 13 PEM write (exactly two lines) 16 PEM write (exactly two lines + 1) 19 PEM write length reporting
|
D | test_suite_entropy.data | 10 Entropy write/update seed file: good 13 Entropy write/update seed file: nonexistent 16 Entropy write/update seed file: base NV seed file
|
D | test_suite_entropy.function | 22 * If data is NULL, write exactly the requested length. 23 * Otherwise, write the length indicated by data or error if negative 66 * NV seed read/write functions that use a buffer instead of a file 93 * NV seed read/write helpers that fill the base seedfile 439 /* Check if platform NV read and write manipulate the same data */ 448 /* Check if platform NV write and raw read manipulate the same data */ 489 // Make sure we read/write NV seed from our buffers
|
D | test_suite_alignment.function | 300 /* Test writing back to memory. First write sentinel */ 304 /* Overwrite sentinel with endian-aware write macro */ 337 /* Verify write - check memory is correct */
|
D | test_suite_ecdsa.function | 250 /* generate and write signature, then read and verify it */ 259 /* check we didn't write past the announced length */ 319 /* generate and write signature, then read and verify it */ 328 /* check we didn't write past the announced length */
|
D | test_suite_nist_kw.function | 260 /* Check that the function didn't write beyond the end of the buffer. */ 295 /* Check that the function didn't write beyond the end of the buffer. */
|
D | test_suite_rsa.data | 721 RSA parse/write PKCS#1 private key - 1024 bits 724 RSA parse/write PKCS#1 public key - 1024 bits 727 RSA parse/write PKCS#1 private key - 2048 bits 730 RSA parse/write PKCS#1 public key - 2048 bits 832 RSA priv key write - incremental output buffer size 835 RSA priv public key write - incremental output buffer size
|
/mbedtls-latest/docs/ |
D | tls13-early-data.md | 5 An application function to write and send a buffer of data to a server through 37 completing the handshake before to write and send data to the server. The 38 mbedtls_ssl_write() may not be able to write and send all data in one go thus 39 the need for a loop calling it as long as there are still data to write and 42 An application function to write and send early data and only early data, 77 All together, code to write and send a buffer of data as long as possible as 103 code to write and send a buffer of data could plausibly look like:
|
/mbedtls-latest/tests/scripts/ |
D | test_psa_constant_names.py | 129 sys.stdout.write('{} {}\t{}\n'.format(type_word, value, output)) 149 out.write('For {} "{}", got "{}" (value: {})\n' 152 out.write('{} test cases'.format(self.count)) 154 out.write(', {} FAIL\n'.format(len(self.errors))) 156 out.write(' PASS\n')
|
D | check_test_cases.py | 46 sys.stderr.write(('{}:{}:ERROR:' + fmt + '\n'). 52 sys.stderr.write(('{}:{}:Warning:' + fmt + '\n') 225 sys.stdout.write('\n'.join(descriptions + [''])) 236 sys.stderr.write('{}: {} errors, {} warnings\n'
|
D | analyze_outcomes.py | 68 sys.stderr.write((fmt + '\n').format(*args, **kwargs)) 96 sys.stderr.write(cp.stdout.decode('utf-8')) 754 sys.stderr.write('invalid task: {}\n'.format(task)) 764 sys.stderr.write("mutiple tasks found, please provide a valid outcomes file.\n") 770 sys.stderr.write("please provide valid outcomes file for {}.\n".format(task_name))
|
D | generate_tls13_compat_tests.py | 632 f.write(SSL_OUTPUT_HEADER.format( 634 f.write(DATA_FILES_PATH_VAR) 635 f.write('\n\n'.join(get_all_test_cases())) 636 f.write('\n')
|
/mbedtls-latest/scripts/ |
D | min_requirements.py | 63 def write(self, out: typing_util.Writable) -> None: member in Requirements 66 out.write(req + '\n') 87 self.write(req_file) 123 reqs.write(sys.stdout)
|
D | assemble_changelog.py | 260 def write(self, filename): member in ChangeLog 264 out.write(self.header) 265 out.write(self.top_version_title) 269 out.write(self.format.format_category(title, body)) 270 out.write(self.trailer) 429 changelog.write(output_temp) 473 sys.stderr.write('There are no pending changelog entries.\n')
|
D | config.py | 481 output.write(line + '\n') 483 def write(self, filename=None): member in ConfigFile 588 sys.stdout.write(value + '\n') 592 sys.stderr.write("A #define for the symbol {} " 605 config.write(args.write)
|
D | code_size_compare.py | 567 output.write(format_string.format("filename", 571 output.write("\n" + mod + "\n") 573 output.write(format_string 679 output.write(line_format.format(*header_line)) 681 output.write(line_format.format(*dash_line)) 707 output.write(line_format.format(*line))
|
D | generate_ssl_debug_helpers.py | 391 sys.stdout.write(OUTPUT_C_TEMPLATE.format( 395 f.write(OUTPUT_C_TEMPLATE.format(
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 54 If an output argument is in shared memory, there is a risk of a **write-read inconsistency**: 60 …ace. (This is how `mbedtls_rsa_pkcs1_sign` works.) A malicious client may write badly formatted da… 64 #### Write-write disclosure 66 If an output argument is in shared memory, there is a risk of a **write-write disclosure**: 96 Note that although copying is very easy to write into a program, there is a risk that a compiler (e… 102 …hared memory cannot result in a security violation other than [write-read feedback](#write-read-fe… 106 * Never write to the output twice at the same index. 107 …* This rule can usefully be relaxed in many circumstances. It is ok to write data that is independ… 155 …an implementation to have a [write-read inconsistency](#write-read-inconsistency) or a [write-writ… 186 AEAD decryption is at risk of [write-write disclosure](#write-write-disclosure) when the tag does n… [all …]
|
/mbedtls-latest/ChangeLog.d/ |
D | 00README.md | 29 Looking at older changelog entries is good practice for how to write a 30 changelog entry, but not for deciding whether to write one. 64 ## How to write a changelog entry
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-developer-guide.md | 7 This document describes how to write drivers of cryptoprocessors such as accelerators and secure el… 26 To write a driver, you need to implement some functions with C linkage, and to declare these functi…
|