- 4e9d5aa Merge pull request #8515 from mschulz-at-hilscher/fixes/pragma-error-gcc452 by Dave Rodgman · 1 year, 8 months ago gh-readonly-queue/development/pr-8515-9fbac381e6893c2de465b9bbd196a23b02163237
- 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
- c94f8f1 Merge pull request #8551 from daverodgman/sign-conversion-part1 by Dave Rodgman · 1 year, 8 months ago
- a3b8038 Merge remote-tracking branch 'origin/development' into sign-conversion-part1 by Dave Rodgman · 1 year, 8 months ago
- 905409a Merge pull request #8500 from Ryan-Everett-arm/8409-make-empty-key-slots-explicit by Janos Follath · 1 year, 8 months ago
- 8cd4bc4 Merge pull request #8124 from yanrayw/support_cipher_encrypt_only by Dave Rodgman · 1 year, 9 months ago
- e490475 Merge pull request #8556 from minosgalanakis/bugfix/fix_trailing_whitespace by Dave Rodgman · 1 year, 9 months ago
- 2a0d4e2 Revert "Refactor `psa_load_persistent_key_into_slot` to remove bad `goto`" by Ryan Everett · 1 year, 9 months ago
- c44042d Merge pull request #7905 from lpy4105/issue/misc-improvement by Dave Rodgman · 1 year, 9 months ago
- d69f401 Refactor `psa_load_persistent_key_into_slot` to remove bad `goto` by Ryan Everett · 1 year, 9 months ago
- 18040ed all.sh: export LC_COLLATE=C for sorting in ASCII order by Yanray Wang · 1 year, 9 months ago
- 2e3f690 Merge pull request #8549 from gilles-peskine-arm/metatest-gcc-12 by Paul Elliott · 1 year, 9 months ago gh-readonly-queue/development/pr-8549-2e342f69389d62ef72b669b1f20fb8c41a2059ab
- 42be1ba block_cipher_no_decrypt: improve comment by Yanray Wang · 1 year, 9 months ago
- 70642ec all.sh: check_test_dependencies: add one more option by Yanray Wang · 1 year, 9 months ago
- 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
- 2e342f6 Merge pull request #8546 from BrianX7c/development by Dave Rodgman · 1 year, 9 months ago
- 3f5e1e8 Merge pull request #8440 from yuhaoth/pr/fix-missing-pre_shared_key-ext-sent-mask by Gilles Peskine · 1 year, 9 months ago
- 31dbc36 prepare_release: sed querry change to strip whitespace by Minos Galanakis · 1 year, 9 months ago
- e467d62 Add casts for NEON by Dave Rodgman · 1 year, 9 months ago
- c37ad44 misc type fixes in ssl by Dave Rodgman · 1 year, 9 months ago
- df4d421 Use standard byte conversion fns in lms by Dave Rodgman · 1 year, 9 months ago
- a3d0f61 Use MBEDTLS_GET_UINTxx_BE macro by Dave Rodgman · 1 year, 9 months ago
- b2e8419 Fix types in entropy_poll.c by Dave Rodgman · 1 year, 9 months ago
- e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
- d4dc354 Merge pull request #8541 from yanrayw/issue/ssl-fix-missing-guard by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 7a715c4 Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
- 9f176a2 Fix status assignments when loading persistent keys by Ryan Everett · 1 year, 9 months ago
- effdfe7 Merge pull request #6788 from yuhaoth/pr/fix-gnutls_anti_replay_fail by Ronald Cron · 1 year, 9 months ago gh-readonly-queue/development/pr-6788-8b1a124126a43285efd0d7fde4192ecd55bcba3e
- aa5dc24 Change if to switch case by Jerry Yu · 1 year, 9 months ago
- 60e9972 replace check string by Jerry Yu · 1 year, 9 months ago
- 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
- 4ac648e improve readability by Jerry Yu · 1 year, 9 months ago
- d84c14f improve code style by Jerry Yu · 1 year, 9 months ago
- b2455d2 Guards ticket_creation_time by Jerry Yu · 1 year, 9 months ago
- 9cb953a improve document by Jerry Yu · 1 year, 9 months ago
- 04fceb7 Add freshness check information into document by Jerry Yu · 1 year, 9 months ago
- 8e0174a Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
- 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
- cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
- 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
- 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
- 46c7926 Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
- 034a8b7 Update document of ticket age tolerance by Jerry Yu · 1 year, 9 months ago
- 28e7c55 Change the bottom of tolerance window by Jerry Yu · 1 year, 9 months ago
- 3ff0b1f Cleanup ticket negative tests. by Jerry Yu · 1 year, 9 months ago
- 31b601a improve comments by Jerry Yu · 1 year, 9 months ago
- 8cf4495 guards ticket creation field by Jerry Yu · 1 year, 9 months ago
- 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
- ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
- 702fc59 Add ticket_creation field by Jerry Yu · 1 year, 9 months ago
- f16efbc fix various issues by Jerry Yu · 1 year, 9 months ago
- 03511b0 Replace c99 fmt macro by Jerry Yu · 2 years, 5 months ago
- fe38e94 Add changelog entry for anti_replay_fail by Jerry Yu · 2 years, 8 months ago
- cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
- 8b1a124 Merge pull request #8438 from yuhaoth/pr/disable-stdout-for-config-query-call by Gilles Peskine · 1 year, 9 months ago
- 885bcfc Merge pull request #7649 from yuhaoth/pr/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
- 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
- 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
- a4e7953 Merge pull request #8527 from lpy4105/issue/6324/driver-only-cipher+aead-tls-compat by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
- 5c7ab6f [cipher.h] Arithmetic overflow in binary left shift operation (MBEDTLS_KEY_BITLEN_SHIFT) by BrianX7c · 1 year, 9 months ago
- 2f40cc0 Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
- ad2a17e Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
- 975d411 Only set slot to OCCUPIED on successful key loading by Ryan Everett · 1 year, 9 months ago
- 19e4dc8 tls: fix unused parameter in mbedtls_ssl_cipher_to_psa by Yanray Wang · 1 year, 9 months ago
- 7afd9a4 Change the test messages by Pengyu Lv · 1 year, 9 months ago
- 4ed8691 ssl: move MBEDTLS_SSL_HAVE_XXX to config_adjust_legacy_crypto.h by Yanray Wang · 1 year, 9 months ago
- 1a369d6 ssl_tls: add missing guard for mbedtls_ssl_cipher_to_psa by Yanray Wang · 1 year, 9 months ago
- e7fc8a2 Readability improvement by Gilles Peskine · 1 year, 9 months ago
- dc84895 Merge pull request #8519 from mpg/block-cipher by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8519-9e80a91f27ad1eeab047ff73295480e2c36b2db8
- f561ed8 all.sh: enable compat.sh testing in psa_crypto_config_[accel/reference]_cipher_aead by Pengyu Lv · 1 year, 9 months ago
- 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 776981b psa_exercise_key: add missing #else for KNOWN_SUPPORTED_BLOCK_CIPHER by Valerio Setti · 1 year, 9 months ago
- 5e378d7 ssl_misc: remove DES from the list of key types supporting CBC by Valerio Setti · 1 year, 9 months ago
- 4809057 changelog: use better wording and modify changelog section by Valerio Setti · 1 year, 9 months ago
- a50b89e all.sh: disable CCM_STAR_NO_TAG in test_psa_crypto_config_accel_aead() by Valerio Setti · 1 year, 9 months ago
- 951faf6 ChangeLog: add change log for CCM/CCM* coupling removal by Valerio Setti · 1 year, 9 months ago
- a4b6059 psa_exercise_key: replace legacy symbols with PSA_WANT ones by Valerio Setti · 1 year, 9 months ago
- ff2b06a all.sh: improve components for without CCM/CCM* by Valerio Setti · 1 year, 9 months ago
- a56eb46 adjust_legacy_from_psa: fix comment by Valerio Setti · 1 year, 9 months ago
- a765eaa test_driver_extension: fix acceleration support for CCM and CCM* by Valerio Setti · 1 year, 9 months ago
- 51d5b19 all.sh: accelerate also CCM* in test_psa_crypto_config_accel_cipher_aead by Valerio Setti · 1 year, 9 months ago
- bdfecb6 all.sh: add test components for no-CCM and no-CCM* by Valerio Setti · 1 year, 9 months ago
- c2d68f5 adjust_legacy_from_psa: treat CCM and CCM* separately by Valerio Setti · 1 year, 9 months ago
- cab5eff adjust_config_synonyms: make CCM and CCM* indipendent by Valerio Setti · 1 year, 9 months ago
- fedaeb2 improve document by Jerry Yu · 1 year, 9 months ago
- bce640b Merge pull request #8499 from valeriosetti/issue8488 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 6c485da improve document by Jerry Yu · 1 year, 9 months ago
- cba4091 Merge pull request #8516 from mschulz-at-hilscher/fixes/divided-assembler-syntax-error-gcc493 by Dave Rodgman · 1 year, 9 months ago
- 90c8c32 Update library/constant_time_impl.h by Matthias Schulz · 1 year, 9 months ago
- 3f80ffb Update library/constant_time_impl.h by Matthias Schulz · 1 year, 9 months ago
- 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- c434791 aesce: fix unused parameter by Yanray Wang · 1 year, 9 months ago
- e94525b Updated comments. by Matthias Schulz · 1 year, 9 months ago
- 35842f5 Simplified check. by Matthias Schulz · 1 year, 9 months ago
- 04c85e1 ssl-opt: fix wrong CCM dependencies with GCM by Valerio Setti · 1 year, 9 months ago
- 34d6a5c Move enum definition to satisfy `check_names.py` by Ryan Everett · 1 year, 9 months ago
- c747306 all.sh: remove redundant make in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
- 19583e4 psa_information: improve code readability by Yanray Wang · 1 year, 9 months ago
- 3ae1199 all.sh: add config_block_cipher_no_decrypt to simplify code by Yanray Wang · 1 year, 9 months ago