- 86d288c tests: ssl: Rename tls13_early_data to tls13_read_early_data by Ronald Cron · 1 year, 6 months ago
- 9f2c3c0 tls13: cli: Add mbedtls_ssl_get_early_data_status() API by Ronald Cron · 1 year, 6 months ago
- e21c2d2 tls13: cli: Add missing MBEDTLS_SSL_EARLY_DATA guards by Ronald Cron · 1 year, 6 months ago
- 0004600 tests: write early data: Inverse loop over state logic by Ronald Cron · 1 year, 6 months ago
- bf5e909 tests: write early data: Check we can complete handshake after writing by Ronald Cron · 1 year, 6 months ago
- 0aead12 ssl_client2: Improve loop writing early data by Ronald Cron · 1 year, 6 months ago
- b4fd47e ssl_client2: Default to library default for early data enablement by Ronald Cron · 1 year, 6 months ago
- d406924 Improve comments/documentation by Ronald Cron · 1 year, 6 months ago
- 4922190 tls13: write_early_data: Add endpoint check by Ronald Cron · 1 year, 6 months ago
- 24da991 tests: ssl: early data: Add systematic default case in scenario switches by Ronald Cron · 1 year, 6 months ago
- d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 6 months ago
- b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
- 84dfbf4 tls13: client: Add comment about early data in 2nd ClientHello by Ronald Cron · 1 year, 6 months ago
- 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 6 months ago
- e273f72 tls13: client: Improve CCS handling by Ronald Cron · 1 year, 6 months ago
- b3d42fd tests: write early data: Add HRR scenario by Ronald Cron · 1 year, 6 months ago
- 05600e2 tests: write early data: Add "server rejects" scenario by Ronald Cron · 1 year, 6 months ago
- 8fe2b01 tests: write early data: Add "not sent" scenario by Ronald Cron · 1 year, 6 months ago
- 2fbbba9 tests: ssl: Add write early data unit test by Ronald Cron · 1 year, 6 months ago
- 30bb7ce Add test case for early data writing by Xiaokang Qian · 1 year, 8 months ago
- a556189 ssl_client2: Add support for early data writing by Ronald Cron · 1 year, 7 months ago
- 2fe0ec8 ssl_client2: Add buffer overflow check by Ronald Cron · 1 year, 6 months ago
- ccfaefa ssl_client2: Switch from int to size_t by Ronald Cron · 1 year, 6 months ago
- 4e1bd47 ssl_client2: Move code to build http request by Ronald Cron · 1 year, 7 months ago
- 54a3829 ssl_client2: Simplify early_data option by Ronald Cron · 1 year, 6 months ago
- b62732e tls13: cli: Add mbedtls_ssl_write_early_data() API by Xiaokang Qian · 1 year, 8 months ago
- 2261ab2 tests: early data status: Add HRR scenario by Ronald Cron · 1 year, 6 months ago
- d6dba67 tests: early data status: Add "server rejects" scenario by Ronald Cron · 1 year, 6 months ago
- 265273e tests: early data status: Add "not sent" scenario by Ronald Cron · 1 year, 6 months ago
- 5c208d7 tests: ssl: Add scenario param to early data status testing function by Ronald Cron · 1 year, 6 months ago
- a7f94e4 tests: ssl: Add early data status unit test by Ronald Cron · 1 year, 6 months ago
- 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 7 months ago
- fe59ff7 tls13: Send dummy CCS only once by Ronald Cron · 1 year, 6 months ago
- bfcdc06 tests: ssl: Use get TLS 1.3 ticket helper for early data test by Ronald Cron · 1 year, 6 months ago
- 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
- ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
- b4ad3e7 tests: ssl: First reset to all zeroes options in init by Ronald Cron · 1 year, 6 months ago
- fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
- 5c9cc0b Merge pull request #8727 from ronald-cron-arm/tls13-ignore-early-data-when-rejected by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- d0a7727 tests: early data: Complete the handshake by Ronald Cron · 1 year, 6 months ago
- 33327da tests: early data: Switch to mnemonics for test scenarios by Ronald Cron · 1 year, 6 months ago
- 71c6e65 tls13: ssl_msg.c: Improve/add comments by Ronald Cron · 1 year, 6 months ago
- 31e2d83 tls13: srv: Improve coding by Ronald Cron · 1 year, 6 months ago
- 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- 747bedb Merge pull request #8733 from ivq/gcm_ad_len_check by Janos Follath · 1 year, 6 months ago
- 12285c5 Add calls to BLOCK_CIPHER_PSA_INIT / BLOCK_CIPHER_PSA_DONE by Dave Rodgman · 1 year, 6 months ago
- ae2d81c tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
- f57d14b Ignore early data app msg before 2nd client hello by Jerry Yu · 1 year, 9 months ago
- 263dbf7 tls13: srv: Do not allow early data indication in 2nd ClientHello by Jerry Yu · 2 years, 9 months ago
- 1483dc3 tls13: cli: Indicate early data only in first ClientHello by Ronald Cron · 1 year, 7 months ago
- 2995d35 tls13: srv: Deprotect and discard early data records by Ronald Cron · 1 year, 7 months ago
- 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
- 064dd2b Adjust check order by Jerry Yu · 1 year, 8 months ago
- b90e695 Merge pull request #8692 from ronald-cron-arm/read-early-data by Ronald Cron · 1 year, 6 months ago
- 38dbab9 tests: ssl: Adjust early data test by Ronald Cron · 1 year, 6 months ago
- 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
- 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
- 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
- ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
- 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
- 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
- 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
- 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
- 7b6ee94 tls13: srv: Reject early data in case of HRR by Ronald Cron · 1 year, 7 months ago
- 579bd4d Update early data test by Jerry Yu · 1 year, 9 months ago
- 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
- d9ca354 tls13: srv: Add mbedtls_ssl_read_early_data() API by Jerry Yu · 1 year, 8 months ago
- 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
- 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
- 6a5904d tls13: srv: Move early data size check placeholder by Jerry Yu · 1 year, 8 months ago
- 739a1d4 tls: Add internal function ssl_read_application_data() by Jerry Yu · 2 years, 8 months ago
- 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
- 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
- ba8e9ad Fix test dependencies by Dave Rodgman · 1 year, 6 months ago
- 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
- cb88c49 Merge pull request #8754 from Redfoxymoon/development by Paul Elliott · 1 year, 6 months ago
- 6823247 Fix compile warning in tests by Dave Rodgman · 1 year, 6 months ago
- eb84534 Use TEST_EQUAL instead of TEST_ASSERT where possible by Ronald Cron · 1 year, 6 months ago
- 5de9c6f Fix and add comments in ticket and early data test function by Ronald Cron · 1 year, 6 months ago
- 095a3a5 Fix PSA init and done macros in TLS unit tests by Ronald Cron · 1 year, 6 months ago
- faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
- 4c92845 Merge pull request #8767 from daverodgman/sha-glibc-changelog by Dave Rodgman · 1 year, 6 months ago
- 1ee85b4 Merge pull request #8766 from tom-cosgrove-arm/unify-clang-version-checking-in-all.sh by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8766-f1562a721723288f0659f4a2889edbb868611897
- f1562a7 Merge pull request #8657 from gilles-peskine-arm/pk-psa-bridge-design by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- dae21d3 Support SHA-512 hwcap detection on old libc by Dave Rodgman · 1 year, 6 months ago
- cbb9cae Changelog for building SHA-256 and 512 with old libc by Gilles Peskine · 2 years, 6 months ago
- 36dee75 Update ECDSA signature conversion based on experimentation by Gilles Peskine · 1 year, 6 months ago
- d4c373a Refactor all.sh clang version detection code by Tom Cosgrove · 1 year, 6 months ago
- 9e4eeff Fix comment about verison of clang required for 'build_aes_armce' by Tom Cosgrove · 1 year, 6 months ago
- 2a6cb5c fix build for midipix by Ørjan Malde · 1 year, 6 months ago
- 47c74a4 Merge pull request #8741 from Ryan-Everett-arm/add-locking-macros by Paul Elliott · 1 year, 6 months ago
- 12abdde Merge pull request #8699 from minosgalanakis/update/rsa_context_in_programs_5014 by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8699-c4e911889ecd680882b0ef925ac6445af7a37767
- c4e9118 Merge pull request #8751 from trofi/gcc-14-calloc-fix by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8751-935182fe2b5f4801e29026ea504f168ca450150b
- da2a33d tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
- 935182f Merge pull request #1158 from daverodgman/mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
- ef56795 Fix 1 forgotten separate input/output buffer by Chien Wong · 1 year, 6 months ago
- 92c17c4 Use separate input/output buffer. Explain why error is expected by Chien Wong · 1 year, 6 months ago
- f5e231c Merge pull request #8719 from daverodgman/iar-codegen by Dave Rodgman · 1 year, 6 months ago
- 3877d48 Refactor macros by Ryan Everett · 1 year, 6 months ago
- 99ff1f5 Add test cases on GCM AD, input, IV length by Chien Wong · 1 year, 6 months ago