1. 8f1307a Asymmetric cryptography: rough draft by Gilles Peskine · 1 year, 7 months ago
  2. 7ee4cc3 Create legacy-API bridge API design document by Gilles Peskine · 1 year, 8 months ago
  3. 11c3fd1 Merge pull request #8568 from yanrayw/issue/8356/block_cipher_no_decrypt_cleanup by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  4. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  5. 12d8b8e Merge pull request #8539 from tom-daubney-arm/add_test_script_psa_hash by Tom Cosgrove · 1 year, 8 months ago gh-readonly-queue/development/pr-8539-4e9d5aa2ba1d7820b309d276fa21f0dc3d257998
  6. 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
  7. 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
  8. 6f6090d tf-m config: update and enable BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 8 months ago
  9. 16b00f9 mbedtls_config: improve documentation for BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 8 months ago
  10. c94f8f1 Merge pull request #8551 from daverodgman/sign-conversion-part1 by Dave Rodgman · 1 year, 8 months ago
  11. a3b8038 Merge remote-tracking branch 'origin/development' into sign-conversion-part1 by Dave Rodgman · 1 year, 9 months ago
  12. 905409a Merge pull request #8500 from Ryan-Everett-arm/8409-make-empty-key-slots-explicit by Janos Follath · 1 year, 9 months ago
  13. 8cd4bc4 Merge pull request #8124 from yanrayw/support_cipher_encrypt_only by Dave Rodgman · 1 year, 9 months ago
  14. e490475 Merge pull request #8556 from minosgalanakis/bugfix/fix_trailing_whitespace by Dave Rodgman · 1 year, 9 months ago
  15. 2a0d4e2 Revert "Refactor `psa_load_persistent_key_into_slot` to remove bad `goto`" by Ryan Everett · 1 year, 9 months ago
  16. c44042d Merge pull request #7905 from lpy4105/issue/misc-improvement by Dave Rodgman · 1 year, 9 months ago
  17. d69f401 Refactor `psa_load_persistent_key_into_slot` to remove bad `goto` by Ryan Everett · 1 year, 9 months ago
  18. 18040ed all.sh: export LC_COLLATE=C for sorting in ASCII order by Yanray Wang · 1 year, 9 months ago
  19. 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
  20. 42be1ba block_cipher_no_decrypt: improve comment by Yanray Wang · 1 year, 9 months ago
  21. 70642ec all.sh: check_test_dependencies: add one more option by Yanray Wang · 1 year, 9 months ago
  22. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  23. 2e342f6 Merge pull request #8546 from BrianX7c/development by Dave Rodgman · 1 year, 9 months ago
  24. 3f5e1e8 Merge pull request #8440 from yuhaoth/pr/fix-missing-pre_shared_key-ext-sent-mask by Gilles Peskine · 1 year, 9 months ago
  25. 31dbc36 prepare_release: sed querry change to strip whitespace by Minos Galanakis · 1 year, 9 months ago
  26. e467d62 Add casts for NEON by Dave Rodgman · 1 year, 9 months ago
  27. c37ad44 misc type fixes in ssl by Dave Rodgman · 1 year, 9 months ago
  28. df4d421 Use standard byte conversion fns in lms by Dave Rodgman · 1 year, 9 months ago
  29. a3d0f61 Use MBEDTLS_GET_UINTxx_BE macro by Dave Rodgman · 1 year, 9 months ago
  30. b2e8419 Fix types in entropy_poll.c by Dave Rodgman · 1 year, 9 months ago
  31. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  32. d4dc354 Merge pull request #8541 from yanrayw/issue/ssl-fix-missing-guard by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  33. 7a715c4 Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
  34. 9f176a2 Fix status assignments when loading persistent keys by Ryan Everett · 1 year, 9 months ago
  35. 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
  36. aa5dc24 Change if to switch case by Jerry Yu · 1 year, 9 months ago
  37. 60e9972 replace check string by Jerry Yu · 1 year, 9 months ago
  38. 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
  39. 4ac648e improve readability by Jerry Yu · 1 year, 9 months ago
  40. d84c14f improve code style by Jerry Yu · 1 year, 9 months ago
  41. b2455d2 Guards ticket_creation_time by Jerry Yu · 1 year, 9 months ago
  42. 9cb953a improve document by Jerry Yu · 1 year, 9 months ago
  43. 04fceb7 Add freshness check information into document by Jerry Yu · 1 year, 9 months ago
  44. 8e0174a Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
  45. 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
  46. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  47. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  48. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  49. 46c7926 Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
  50. 034a8b7 Update document of ticket age tolerance by Jerry Yu · 1 year, 9 months ago
  51. 28e7c55 Change the bottom of tolerance window by Jerry Yu · 1 year, 9 months ago
  52. 3ff0b1f Cleanup ticket negative tests. by Jerry Yu · 1 year, 9 months ago
  53. 31b601a improve comments by Jerry Yu · 1 year, 9 months ago
  54. 8cf4495 guards ticket creation field by Jerry Yu · 1 year, 9 months ago
  55. 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
  56. ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
  57. 702fc59 Add ticket_creation field by Jerry Yu · 1 year, 9 months ago
  58. f16efbc fix various issues by Jerry Yu · 1 year, 9 months ago
  59. 03511b0 Replace c99 fmt macro by Jerry Yu · 2 years, 5 months ago
  60. fe38e94 Add changelog entry for anti_replay_fail by Jerry Yu · 2 years, 8 months ago
  61. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  62. 8b1a124 Merge pull request #8438 from yuhaoth/pr/disable-stdout-for-config-query-call by Gilles Peskine · 1 year, 9 months ago
  63. d0eebc1 ccm/gcm: improve code maintainability by Valerio Setti · 1 year, 9 months ago
  64. 885bcfc Merge pull request #7649 from yuhaoth/pr/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
  65. 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
  66. 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
  67. 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
  68. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  69. 5c7ab6f [cipher.h] Arithmetic overflow in binary left shift operation (MBEDTLS_KEY_BITLEN_SHIFT) by BrianX7c · 1 year, 9 months ago
  70. dd426da added changelog by Valerio Setti · 1 year, 9 months ago
  71. dd2a09a Introduce demo script for PSA hash program by Thomas Daubney · 1 year, 9 months ago
  72. 2f40cc0 Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
  73. ad2a17e Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
  74. 975d411 Only set slot to OCCUPIED on successful key loading by Ryan Everett · 1 year, 9 months ago
  75. 9b7a8b2 ccm/gcm: reaplace CIPHER_C functions with BLOCK_CIPHER_C ones by Valerio Setti · 1 year, 9 months ago
  76. 19e4dc8 tls: fix unused parameter in mbedtls_ssl_cipher_to_psa by Yanray Wang · 1 year, 9 months ago
  77. 8db46e4 check_config: remove dependency check of CCM_C/GCM_C on CIPHER_C by Valerio Setti · 1 year, 9 months ago
  78. dbfd6a9 adjust_legacy_crypto: auto-enable BLOCK_CIPHER_C when CIPHER_C is not defined by Valerio Setti · 1 year, 9 months ago
  79. 7afd9a4 Change the test messages by Pengyu Lv · 1 year, 9 months ago
  80. 4ed8691 ssl: move MBEDTLS_SSL_HAVE_XXX to config_adjust_legacy_crypto.h by Yanray Wang · 1 year, 9 months ago
  81. 59de2ae all.sh: re-enable CCM/GCM in test_full_no_cipher() by Valerio Setti · 1 year, 9 months ago
  82. 1a369d6 ssl_tls: add missing guard for mbedtls_ssl_cipher_to_psa by Yanray Wang · 1 year, 9 months ago
  83. e7fc8a2 Readability improvement by Gilles Peskine · 1 year, 9 months ago
  84. 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
  85. f561ed8 all.sh: enable compat.sh testing in psa_crypto_config_[accel/reference]_cipher_aead by Pengyu Lv · 1 year, 9 months ago
  86. 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  87. 776981b psa_exercise_key: add missing #else for KNOWN_SUPPORTED_BLOCK_CIPHER by Valerio Setti · 1 year, 9 months ago
  88. 5e378d7 ssl_misc: remove DES from the list of key types supporting CBC by Valerio Setti · 1 year, 9 months ago
  89. 4809057 changelog: use better wording and modify changelog section by Valerio Setti · 1 year, 9 months ago
  90. a50b89e all.sh: disable CCM_STAR_NO_TAG in test_psa_crypto_config_accel_aead() by Valerio Setti · 1 year, 9 months ago
  91. 951faf6 ChangeLog: add change log for CCM/CCM* coupling removal by Valerio Setti · 1 year, 9 months ago
  92. a4b6059 psa_exercise_key: replace legacy symbols with PSA_WANT ones by Valerio Setti · 1 year, 9 months ago
  93. ff2b06a all.sh: improve components for without CCM/CCM* by Valerio Setti · 1 year, 9 months ago
  94. a56eb46 adjust_legacy_from_psa: fix comment by Valerio Setti · 1 year, 9 months ago
  95. a765eaa test_driver_extension: fix acceleration support for CCM and CCM* by Valerio Setti · 1 year, 9 months ago
  96. 51d5b19 all.sh: accelerate also CCM* in test_psa_crypto_config_accel_cipher_aead by Valerio Setti · 1 year, 9 months ago
  97. bdfecb6 all.sh: add test components for no-CCM and no-CCM* by Valerio Setti · 1 year, 9 months ago
  98. c2d68f5 adjust_legacy_from_psa: treat CCM and CCM* separately by Valerio Setti · 1 year, 9 months ago
  99. cab5eff adjust_config_synonyms: make CCM and CCM* indipendent by Valerio Setti · 1 year, 9 months ago
  100. fedaeb2 improve document by Jerry Yu · 1 year, 9 months ago