1. 38a2b7a Extend psa_wipe_key_slot documentation by Ryan Everett · 1 year, 7 months ago
  2. 7ed542e Implement delayed deletion in psa_destroy_key and some cleanup by Ryan Everett · 1 year, 7 months ago
  3. 1d32a57 Revert change to psa_destroy_key documentation by Ryan Everett · 1 year, 7 months ago
  4. 709120a Revert change to return behaviour in psa_reserve_free_key_slot by Ryan Everett · 1 year, 7 months ago
  5. dfe8bf8 Return CORRUPTION_DETECTED instead of BAD_SLOT when the slot's state is wrong by Ryan Everett · 1 year, 7 months ago
  6. 4755e6b Relax psa_wipe_key_slot to allow states other than SLOT_PENDING_DELETION by Ryan Everett · 1 year, 7 months ago
  7. 6a9c14b Update mbedtls_psa_get_stats by Ryan Everett · 1 year, 7 months ago
  8. 6cd2b8d Update psa_wipe_all_key_slots by Ryan Everett · 1 year, 7 months ago
  9. 1b70a07 Replace psa_unlock_key_slot calls in operations which act on FULL slots by Ryan Everett · 1 year, 7 months ago
  10. eb27dc0 Update psa_load_X_key_into_slot by Ryan Everett · 1 year, 7 months ago
  11. c70ce57 Update psa_destroy_key, psa_purge_key and psa_close_key by Ryan Everett · 1 year, 7 months ago
  12. 098c665 Update psa_get_and_lock_key_slot_X functions by Ryan Everett · 1 year, 7 months ago
  13. b69118e Update key creation functions to use the new key slot states by Ryan Everett · 1 year, 7 months ago
  14. 2afb516 Update and rename psa_get_empty_key_slot by Ryan Everett · 1 year, 8 months ago
  15. 4a78277 Implement psa_key_slot_state_transition by Ryan Everett · 1 year, 7 months ago
  16. 39cc9d7 Implement psa_register_read and psa_unregister_read by Ryan Everett · 1 year, 8 months ago
  17. 62aa79a Implement psa_key_slot_has_readers and remove psa_is_key_slot_occupied by Ryan Everett · 1 year, 7 months ago
  18. aa33c51 Update psa_wipe_key_slot by Ryan Everett · 1 year, 8 months ago
  19. d7dc7ff Update psa_key_slot_t by Ryan Everett · 1 year, 8 months ago
  20. a021d63 Merge pull request #8642 from daverodgman/default-compiler-all by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/development/pr-8642-5bad043c061f8161ab0f6fa930d3271e428303fe
  21. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  22. 84125a1 Merge remote-tracking branch 'origin/development' into default-compiler-all by Dave Rodgman · 1 year, 7 months ago
  23. e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
  24. a69e872 pkcs[5/12]: add CIPHER_C for [en/de]crypting functions by Valerio Setti · 1 year, 8 months ago
  25. 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 8 months ago
  26. c6088ec Merge pull request #8384 from paul-elliott-arm/remove_ssl_null_tls12 by Tom Cosgrove · 1 year, 8 months ago
  27. 4bf4473 Merge pull request #8633 from Wenxing-hou/clear_clienthello_comment by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8633-0e6fdc4f1d1bf7093e8a8f43e3cfbc742f1e8b2b
  28. 0e6fdc4 Merge pull request #8342 from yanesca/threading_test_pc by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8342-35085c5e893430886609386ad093131900d68723
  29. 851d8df fix/work around dependency issues when !MBEDTLS_ECP_C by Tomi Fontanilles · 1 year, 8 months ago
  30. 9f41770 pk_*: remove remaining references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  31. bad170e pk: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  32. 1941af0 pk_wrap: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  33. 573dc23 rsa: introduce rsa_internal_rsassa_pss_sign_no_mode_check() by Tomi Fontanilles · 1 year, 8 months ago
  34. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  35. a4b38f2 Merge pull request #8579 from valeriosetti/issue7995 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  36. a69c782 Merge pull request #8634 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 8 months ago
  37. d47186d Disable automatic setting of clang target flags on old clang by Dave Rodgman · 1 year, 8 months ago
  38. 7f062a5 pkwrite: add newlines when calling mbedtls_pem_write_buffer() by Valerio Setti · 1 year, 8 months ago
  39. 4bb5740 Revert "pem: auto add newlines to header/footer in mbedtls_pem_write_buffer()" by Valerio Setti · 1 year, 8 months ago
  40. 8860021 Fix false claim of variables used unitialised by Paul Elliott · 1 year, 9 months ago
  41. af616d9 Merge remote-tracking branch 'origin/development' into iar-fixes by Dave Rodgman · 1 year, 8 months ago
  42. 8f1c36d Merge pull request #8607 from valeriosetti/issue8602 by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8607-a085fa8ccff28d178693e9dd745fc9b305c053d9
  43. a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
  44. 543d275 Merge pull request #8635 from daverodgman/asan-opt by Dave Rodgman · 1 year, 8 months ago
  45. cddab78 Merge pull request #8630 from joerchan/mbedtls-tfm-compat by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  46. 815b240 Fix unused function/variable warnings from clang by Dave Rodgman · 1 year, 8 months ago
  47. 3b9de38 Make clienthello comment clear by Wenxing Hou · 1 year, 8 months ago
  48. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  49. 69928db Fix compile warning from IAR by Dave Rodgman · 1 year, 8 months ago
  50. 650674b Add MBEDTLS_BSWAPxx intrinsics for IAR by Dave Rodgman · 1 year, 8 months ago
  51. f3c04f3 Better definition of MBEDTLS_IS_BIG_ENDIAN for IAR by Dave Rodgman · 1 year, 8 months ago
  52. 1f67363 Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8616-001fb731311e7814c12f9f53e1ef61f341b64148
  53. 001fb73 Merge pull request #8612 from valeriosetti/issue8601 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  54. ea6b3c0 Merge pull request #8605 from valeriosetti/issue8600 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  55. c5b7285 library: Remove unused psa_crypto_core.h include by Joakim Andersson · 1 year, 8 months ago
  56. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  57. f75893b Update comments by Pengyu Lv · 1 year, 8 months ago
  58. e9efbc2 Error out when get domain_parameters is not supported by Pengyu Lv · 1 year, 8 months ago
  59. 90d0711 Merge pull request #6721 from yuhaoth/pr/tls13-early-data-extension-of-nst by Ronald Cron · 1 year, 8 months ago
  60. f3ccfdd Merge pull request #8615 from davidhorstmann-arm/fix-cast-potential-overflow by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8615-779819a4dddd7b00181887962fec9597215d9bf8
  61. 57e401b Merge pull request #8521 from valeriosetti/issue8441 by Gilles Peskine · 1 year, 8 months ago
  62. 4749007 Fix possible integer overflows before widening by David Horstmann · 1 year, 8 months ago
  63. 202bb71 ssl_tls12_server: do not export/import opaque keys by Valerio Setti · 1 year, 8 months ago
  64. ad4f0ad Merge pull request #8514 from mschulz-at-hilscher/fixes/uninitialized-variable-in-ssl_msg by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8514-40f3f1c36fe9efb4fd6f0bc1bb743855e854a243
  65. 2bd5366 pk: guard key enrollment function with PSA_CRYPTO_CLIENT by Valerio Setti · 1 year, 8 months ago
  66. 95648b0 Some minor improvement by Jerry Yu · 1 year, 8 months ago
  67. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  68. 163e12f remove assignment for `session->max_early_data_size` by Jerry Yu · 1 year, 8 months ago
  69. ebe1de6 fix various issue by Jerry Yu · 1 year, 8 months ago
  70. 9e7f9bc Add missing debug message by Jerry Yu · 1 year, 8 months ago
  71. db97163 add ticket max_early_data_size check by Jerry Yu · 1 year, 8 months ago
  72. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 9 months ago
  73. 0069abc improve comments of new session ticket by Jerry Yu · 1 year, 9 months ago
  74. 1a16070 set max_early_data_size of ticket to keep consistent by Jerry Yu · 1 year, 9 months ago
  75. f135bac Add max_early_data_size check by Jerry Yu · 1 year, 9 months ago
  76. 930ce4c Revert "change max_early_data_size source" by Jerry Yu · 1 year, 9 months ago
  77. 2f5d93b Revert "set init value for max_early_data_size in session" by Jerry Yu · 1 year, 9 months ago
  78. d450fd2 change max_early_data_size source by Jerry Yu · 1 year, 9 months ago
  79. 525990f set init value for max_early_data_size in session by Jerry Yu · 1 year, 9 months ago
  80. db6fda7 improve early data comments by Jerry Yu · 1 year, 9 months ago
  81. 10795a0 replace ticket permission set by Jerry Yu · 1 year, 9 months ago
  82. c2b1bc4 replace early data permission check by Jerry Yu · 1 year, 9 months ago
  83. 4da7c22 add early data flag check function by Jerry Yu · 1 year, 9 months ago
  84. ea96ac3 fix various issues by Jerry Yu · 1 year, 9 months ago
  85. 3db60df rename nst early data write function by Jerry Yu · 1 year, 9 months ago
  86. fceddb3 Add early data permission check by Jerry Yu · 2 years, 8 months ago
  87. 01da35e add early data extension of NST by Jerry Yu · 2 years, 8 months ago
  88. bced8bc ssl_tls12_server: export/import PK parsed key in TLS side by Valerio Setti · 1 year, 8 months ago
  89. fbbafa0 pkparse: do not set key algorithm for Montgomery keys in pk_ecc_set_key() by Valerio Setti · 1 year, 8 months ago
  90. 40f3f1c Merge pull request #7058 from yuhaoth/pr/tls13-early-data-parsing-0-rtt-data by Ronald Cron · 1 year, 8 months ago
  91. 42020fb revert output message which used by testing by Jerry Yu · 1 year, 8 months ago
  92. a1e867c Merge pull request #8576 from yanrayw/issue/fix-tls13-session_negotiate-assignment by Ronald Cron · 1 year, 8 months ago
  93. 4ac2c18 pk_wrap: try both ECDSA signature schemes in ecdsa_sign_psa() by Valerio Setti · 1 year, 8 months ago
  94. ebb1b1d fix ci test failure by Jerry Yu · 1 year, 8 months ago
  95. b55f9eb fix various issues by Jerry Yu · 1 year, 8 months ago
  96. 8aec84f pkwrite: minor code reshape by Valerio Setti · 1 year, 8 months ago
  97. 83e0de8 crypto_extra: revert changes to mbedtls_psa_random_free() by Valerio Setti · 1 year, 8 months ago
  98. 402cfba psa: free RNG implementation before checking for remaining open key slots by Valerio Setti · 1 year, 9 months ago
  99. 5f4b28d ctr_drbg: add alternative PSA implementation when AES_C is not defined by Valerio Setti · 1 year, 9 months ago
  100. 9afc020 Merge pull request #8563 from Oldes/issues-8562 by Dave Rodgman · 1 year, 8 months ago