Searched refs:record (Results 1 – 18 of 18) sorted by relevance
/mbedtls-latest/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 33 record() { function 56 record "before-default" 61 record "before-full" 67 record "after-default" 72 record "after-full"
|
D | testing.md | 24 path. (For example, for record protection, previously (until 3.1), some ciphers were supported
|
/mbedtls-latest/tests/suites/ |
D | test_suite_ssl_decrypt.function | 128 * Test record decryption for CBC without EtM, focused on the verification 189 /* Prepare a buffer for record data */ 197 /* Prepare a dummy record header */ 206 /* Prepare dummy record content */ 218 * Prepare a pre-encryption record (with MAC and padding), and save it. 226 /* Save correct pre-encryption record */ 232 * Encrypt and decrypt the correct record, expecting success 243 * Modify each byte of the pre-encryption record before encrypting and 249 /* Restore correct pre-encryption record */ 278 * (Start the loop with correct padding, just to double-check that record [all …]
|
D | test_suite_config.function | 8 * with dependencies to record in which configurations the dependencies
|
D | test_suite_ssl.function | 1183 /* Read previous record numbers */ 1229 * Test several record encryptions and decryptions 1231 * within the record buffer. 1269 * The record header affects the transformation in two ways: 1271 * 2) The record counter sometimes determines the IV. 1276 * version matches the record version, or that the 1300 /* Encrypt record */ 1312 * record. Double-check this. */ 1326 /* Decrypt record with t_dec */ 1361 * amount of space in the record buffer - in more detail: [all …]
|
D | test_suite_ssl.data | 2859 # - Complete record: 1703030015c74061535eb12f5f25a781957874742ab7fb305dd5 2870 # - Complete record: 1703030015370e5f168afa7fb16b663ecdfca3dbb81931a90ca7 2876 # Application Data record sent by Client in 1-RTT example of RFC 8448, Section 3 2885 # - Complete record: 17 03 03 00 43 a2 3f 70 54 b6 2c 94 d0 af fa fe 2895 # Application Data record sent by Server in 1-RTT example of RFC 8448, Section 3 2904 # - Complete record: 17 03 03 00 43 2e 93 7e 11 ef 4a c7 40 e5 38 ad 3262 Cookie parsing: record too short
|
D | test_suite_ecp.data | 404 ECP tls read group #1 (record too short)
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 1616 int mbedtls_test_ssl_prepare_record_mac(mbedtls_record *record, in mbedtls_test_ssl_prepare_record_mac() argument 1625 memcpy(add_data, record->ctr, 8); in mbedtls_test_ssl_prepare_record_mac() 1626 add_data[8] = record->type; in mbedtls_test_ssl_prepare_record_mac() 1627 add_data[9] = record->ver[0]; in mbedtls_test_ssl_prepare_record_mac() 1628 add_data[10] = record->ver[1]; in mbedtls_test_ssl_prepare_record_mac() 1629 add_data[11] = (record->data_len >> 8) & 0xff; in mbedtls_test_ssl_prepare_record_mac() 1630 add_data[12] = (record->data_len >> 0) & 0xff; in mbedtls_test_ssl_prepare_record_mac() 1640 record->buf + record->data_offset, in mbedtls_test_ssl_prepare_record_mac() 1641 record->data_len)); in mbedtls_test_ssl_prepare_record_mac() 1652 record->buf + record->data_offset, in mbedtls_test_ssl_prepare_record_mac() [all …]
|
/mbedtls-latest/ |
D | dco.txt | 34 are public and that a record of the contribution (including all
|
D | ChangeLog | 267 * Add support for record size limit extension as defined by RFC 8449 1425 connection identifier in encrypted record headers. Fix #5872. 1429 * Fix record sizes larger than 16384 being sometimes accepted despite being 1680 * Drop support for TLS record-level compression (MBEDTLS_ZLIB_SUPPORT). 1865 CBC record splitting, fallback SCSV, and the ability to configure 2437 * In (D)TLS record decryption, when using a CBC ciphersuites without the 2564 * Fix issue with a detected HW accelerated record error not being exposed 2610 fit into the record buffer. Previously, such extensions were silently 2853 an incoming record is valid, authentic and has not been seen before. This 2981 to the DTLS record header. This identifier can be used to associated an [all …]
|
/mbedtls-latest/tests/include/test/ |
D | ssl_helpers.h | 540 int mbedtls_test_ssl_prepare_record_mac(mbedtls_record *record,
|
/mbedtls-latest/docs/architecture/testing/ |
D | test-framework.md | 49 Unit tests, `ssl-opt.sh` and `compat.sh` record the outcome of each test case in a **test outcome f…
|
D | driver-interface-test-strategy.md | 92 …e storage implementation, either to force it to fail at each point or to record successive storage…
|
/mbedtls-latest/docs/architecture/ |
D | tls13-support.md | 382 CertificateRequest message or not. The intent is, apart from the next record 388 a coordination stage involving the next record type reading, the next
|
D | psa-shared-memory.md | 432 This will execute `myprogram` and dump a record of every memory access to `logfile`, with its addre…
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 640 As a consequence of removing TLS 1.0, support for CBC record splitting was 686 ### Remove support for TLS record-level compression 692 cause any failures however if you used to enable TLS record-level compression 717 ### Remove support for TLS record-level hardware acceleration 794 outgoing record.
|
D | use-psa-crypto.md | 45 - record protection;
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | README.md | 109 4. passive physical attackers who can record traces of physical emissions
|