- a5c5c58 tls13: srv: Fix potential stack buffer overread by Ronald Cron · 1 year, 5 months ago
- 720c72b Merge pull request #1202 from davidhorstmann-arm/update-buffer-sharing-design-doc by David Horstmann · 1 year, 5 months ago
- 3147034 Mention MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS by David Horstmann · 1 year, 5 months ago
- 0ea8071 Remove 'Question' line around testing by David Horstmann · 1 year, 5 months ago
- 4d01066 Mention metatest.c by David Horstmann · 1 year, 5 months ago
- 872ee6e Mention MBEDTLS_TEST_MEMORY_CAN_POISON by David Horstmann · 1 year, 5 months ago
- 12b35bf Discuss test wrappers and updating them by David Horstmann · 1 year, 5 months ago
- 5ea99af Add discussion of copying conveience macros by David Horstmann · 1 year, 5 months ago
- 1c3b227 Abstractify example in design exploration by David Horstmann · 1 year, 5 months ago
- 3f2dcdd Rename mbedtls_psa_core_poison_memory() by David Horstmann · 1 year, 5 months ago
- 331b2cf Clarify design decision in light of actions by David Horstmann · 1 year, 5 months ago
- 24c269f Rewrite section on PSA copy functions by David Horstmann · 1 year, 5 months ago
- abbf2c4 Merge pull request #1191 from davidhorstmann-arm/psa-shared-memory-changelog by David Horstmann · 1 year, 5 months ago
- ea08045 Merge pull request #1199 from davidhorstmann-arm/invert-buffer-protection-option by David Horstmann · 1 year, 5 months ago
- 6f8c95b Preserve alphabetical sorting of config options by David Horstmann · 1 year, 5 months ago
- 5a71e76 Remove MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS from full by David Horstmann · 1 year, 5 months ago
- 0a8abde Update wrapper generation script and regenerate by David Horstmann · 1 year, 5 months ago
- 4a48bec Invert and rename config option by David Horstmann · 1 year, 5 months ago
- 91f7e07 Merge pull request #1196 from davidhorstmann-arm/buffer-sharing-merge by Gilles Peskine · 1 year, 5 months ago
- 8564f78 Merge pull request #1201 from yanesca/add-cve-ids-to-changelog by Janos Follath · 1 year, 5 months ago
- 9edd7fd Add CVE IDs to Changelog by Janos Follath · 1 year, 5 months ago
- 0634168 Reference issue #3266 by David Horstmann · 1 year, 5 months ago
- eff3d1e Use the exact phrase 'shared memory' by David Horstmann · 1 year, 5 months ago
- 5aef299 Merge pull request #1197 from tom-daubney-arm/buffer_sharing_cleanup by David Horstmann · 1 year, 5 months ago
- 4407aba Mention the CVE number that is fixed by David Horstmann · 1 year, 5 months ago
- 7fc35a5 Reword ChangeLog entry. Specifically: by David Horstmann · 1 year, 5 months ago
- dca796b Remove further instance of LOCAL_OUTPUT_WITH_COPY by Thomas Daubney · 1 year, 5 months ago
- 80a5dbd Regenerate PSA wrappers for new PSA functions by David Horstmann · 1 year, 5 months ago
- 4bc77c4 Remove LOCAL_OUTPUT_ALLOC_WITH_COPY by Thomas Daubney · 1 year, 5 months ago
- 7102d0f Add bugfix section about buffer sharing by David Horstmann · 1 year, 5 months ago
- 1d3276d Reword ChangeLog entry for shared memory work by David Horstmann · 1 year, 5 months ago
- 692fb3c Fix missing semicolon by Thomas Daubney · 1 year, 5 months ago
- c2ac51e Fix removed space in merge resolution by David Horstmann · 1 year, 5 months ago
- db90914 Change goto exit into direct return by David Horstmann · 1 year, 5 months ago
- 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
- 3232842 Merge pull request #1188 from davidhorstmann-arm/interruptible-sign-hash-buffer-protection by David Horstmann · 1 year, 5 months ago
- a7f3c4e Merge pull request #8822 from daverodgman/sha3-perf by Dave Rodgman · 1 year, 5 months ago
- b5b185b Merge pull request #8850 from billatarm/fix-pc-files by Gilles Peskine · 1 year, 5 months ago gh-readonly-queue/development/pr-8850-fe164aecfcf8f5628e554562adeecb8c0ea93311
- fe164ae Merge pull request #8887 from gilles-peskine-arm/pk_import_into_psa-fix_doxygen_code_blocks by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 1c191c1 Merge pull request #8917 from gilles-peskine-arm/mbedtls_pk_decrypt-USE_PSA_CRYPTO-changelog-correction by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 88c2755 mbedtls_pk_decrypt/encrypt actually check the padding mode by Gilles Peskine · 1 year, 5 months ago
- 66ebde4 Merge pull request #8916 from daverodgman/iar-bignum-fix by Dave Rodgman · 1 year, 5 months ago
- 5fb5cce Add ChangeLog for PSA buffer sharing fix by David Horstmann · 1 year, 5 months ago
- e98a492 Merge pull request #1187 from ronald-cron-arm/issue-1185 by Ronald Cron · 1 year, 5 months ago
- c5064c8 Do not attempt to wipe output buffer if it is NULL by David Horstmann · 1 year, 5 months ago
- 5ba3f5f Flip logic of generate_psa_wrappers.py by David Horstmann · 1 year, 5 months ago
- 5d64c6a Generate memory poisoning in wrappers by David Horstmann · 1 year, 5 months ago
- 0fea6a5 Add buffer copying to psa_verify_hash_start() by David Horstmann · 1 year, 5 months ago
- 4a523a6 Add buffer copying to psa_sign_hash_start/complete by David Horstmann · 1 year, 5 months ago
- d282e26 Fix IAR warning by Dave Rodgman · 1 year, 5 months ago
- 63dfb45 Merge pull request #1181 from tom-daubney-arm/key_agreement_buffer_protection by David Horstmann · 1 year, 5 months ago
- 43edc75 Merge pull request #8882 from Ryan-Everett-arm/threading-key-tests by Janos Follath · 1 year, 5 months ago
- 9cc01cc Merge pull request #8831 from yanesca/switch_to_new_exp by Dave Rodgman · 1 year, 5 months ago
- 44193fa Fix and improve the change log by Ronald Cron · 1 year, 5 months ago
- a09b01b Merge pull request #8912 from Ryan-Everett-arm/double-destroy-key-bugfix by Paul Elliott · 1 year, 5 months ago gh-readonly-queue/development/pr-8912-af3e574f5ff29bb56531c022ec7a551cfc8570f6
- 23dc8b5 Fix code style by Janos Follath · 1 year, 5 months ago
- adb9d2d Remove volatile from declaration by Janos Follath · 1 year, 5 months ago
- d6df0a5 Fix use of volatile by Janos Follath · 1 year, 5 months ago
- b888bc0 Fix typo by Janos Follath · 1 year, 5 months ago
- af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 7e1f9f2 Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8854-080a5171e2e07abaf01faff6e1862d70aaf35e9f
- d868b74 Fix potential bug in psa_destroy_key where multiple threads can return PSA_SUCCESS by Ryan Everett · 1 year, 5 months ago
- 16ef486 Improve style by Janos Follath · 1 year, 5 months ago
- 4ec0fb5 Avoid implementation defined behaviour by Janos Follath · 1 year, 5 months ago
- 30f49f1 Hinder unwanted optimisations by Janos Follath · 1 year, 5 months ago
- 849bb71 Merge pull request #1160 from davidhorstmann-arm/copying-pake by David Horstmann · 1 year, 5 months ago
- e1295fa tests: ssl: early data: Fix comments by Ronald Cron · 1 year, 5 months ago
- 080a517 Merge pull request #8861 from ronald-cron-arm/tls13-srv-select-kex by Janos Follath · 1 year, 5 months ago
- a812e0f Merge pull request #8883 from mfischer/fix_shared_secret by Janos Follath · 1 year, 5 months ago
- 5247210 tests: suite: early data: Add comments by Ronald Cron · 1 year, 5 months ago
- 4facb0a tests: ssl: Improve early data test code by Ronald Cron · 1 year, 5 months ago
- 1a13e2f tests: ssl: Improve test code for very small max_early_data_size by Ronald Cron · 1 year, 5 months ago
- db944a7 ssl_msg.c: Fix log position by Ronald Cron · 1 year, 5 months ago
- e14770f ssl-opt.sh: Fix early data test option by Ronald Cron · 1 year, 5 months ago
- 19521dd tls13: srv: Fix/Improve debug logs by Ronald Cron · 1 year, 5 months ago
- 7cab4f8 tls13: srv: Fix/Improve comments by Ronald Cron · 1 year, 5 months ago
- 16cc370 tls13: srv: Fix initialization value by Ronald Cron · 1 year, 5 months ago
- f602f7b tls13: srv: Code improvements by Ronald Cron · 1 year, 5 months ago
- 3811765 tls13: srv: Add/Improve comments by Ronald Cron · 1 year, 5 months ago
- 74a1629 tls13: srv: Move PSK ciphersuite selection up by Ronald Cron · 1 year, 5 months ago
- 3e47eec tls13: srv: Simplify resumption detection by Ronald Cron · 1 year, 6 months ago
- e8c162d tls13: srv: Simplify kex availability checks by Ronald Cron · 1 year, 6 months ago
- 79cdd41 tls13: srv: Improve key exchange mode determination by Ronald Cron · 1 year, 6 months ago
- 1f63fe4 tls13: srv: Fix resume flag in case of cancelled PSK by Ronald Cron · 1 year, 5 months ago
- cf28456 tls13: srv: Determine best key exchange mode for a PSK by Ronald Cron · 1 year, 6 months ago
- 89089cc tls13: srv: Factorize ciphersuite selection code by Ronald Cron · 1 year, 6 months ago
- f7e9916 tls13: srv: Fix MBEDTLS_SSL_SESSION_TICKETS guard position by Ronald Cron · 1 year, 6 months ago
- 12e72f1 tls13: srv: Always parse the pre-shared key extension by Ronald Cron · 1 year, 6 months ago
- 7a30cf5 tls13: srv: Stop earlier identity check by Ronald Cron · 1 year, 5 months ago
- fbae94a tls13: srv: Improve ticket identity check return values by Ronald Cron · 1 year, 8 months ago
- 3cdcac5 tls13: srv: Fix return value by Ronald Cron · 1 year, 8 months ago
- 6e31127 tls13: srv: Define specific return macros for binder check by Ronald Cron · 1 year, 8 months ago
- 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
- 53dff7b Do not forget about TLS 1.2 disabled at runtime aspect by Ronald Cron · 1 year, 5 months ago
- 93795f2 tls13: Improve comment about cast to uint32_t by Ronald Cron · 1 year, 5 months ago
- e301813 Improve change log by Ronald Cron · 1 year, 5 months ago
- 130bfe7 Add change log by Ronald Cron · 1 year, 5 months ago
- d4c57c0 Merge branch 'development-restricted' into key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
- 63c1cf7 Remove MBEDTLS_THREADING_C check in check_test_dependencies by Ryan Everett · 1 year, 5 months ago
- 16d5160 Allow the use of threading dependancies in PSA tests. by Paul Elliott · 1 year, 5 months ago