1. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  2. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  3. ef6ffe3 psa: Fix Mbed TLS hash operation definition by Ronald Cron · 3 years, 10 months ago
  4. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  5. fcaba24 psa: Fix hash max sizes by Ronald Cron · 3 years, 10 months ago
  6. e2b6866 Align function parameter names for mbedtls_set_key_owner_id in PSA headers by Antonio de Angelis · 3 years, 8 months ago
  7. e3d9c9d PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
  8. 09c02ee Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
  9. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  10. f2fe31a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
  11. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  12. c5c5b93 Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
  13. 7d262dd Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
  14. 359b5ab Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
  15. e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  16. 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  17. 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  18. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  19. f6892de Readability improvements by Gilles Peskine · 3 years, 10 months ago
  20. 09c46da Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
  21. acd2d0e New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  22. c7e7fe5 Add missing MBEDTLS_PRIVATE by Paul Elliott · 3 years, 10 months ago
  23. 5977bc9 Add MBEDTLS_PRIVATE to new structs by Paul Elliott · 3 years, 10 months ago
  24. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
  25. 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
  26. 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
  27. 6603e2b Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
  28. c22950c Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
  29. ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
  30. a02003b Fix divide by zero if macro used with wrong key by Paul Elliott · 4 years, 1 month ago
  31. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  32. 47060db Give a better name for struct member by gabor-mezei-arm · 4 years, 1 month ago
  33. 42cdb2a Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  34. 43110b6 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  35. 86bf008 Extend PSA_USAGE_SIGN/VERIFY_HASH key policies by gabor-mezei-arm · 4 years, 3 months ago
  36. 55a4d93 Merge pull request #4589 from bensze01/split_config by Dave Rodgman · 4 years, 1 month ago
  37. 8a88f62 Merge pull request #4726 from athoelke/at-pbkdf2-doc-fixes by Janos Follath · 4 years, 1 month ago
  38. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  39. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  40. 52d18cd Remove trailing space by Andrew Thoelke · 4 years, 1 month ago
  41. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  42. a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 4 years, 1 month ago
  43. 91466c8 Hopefully clarify the example by Gilles Peskine · 4 years, 2 months ago
  44. 52bb83e Fix mbedtls_svc_key_id_is_null when KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 2 months ago
  45. d133bb2 New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 3 months ago
  46. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
  47. e96c585 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
  48. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  49. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  50. 1f01318 Clarify PSA_PAKE_STEP_ZK_PROOF format by Janos Follath · 4 years, 2 months ago
  51. 46c0237 PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
  52. 0dcda95 Make check-names.sh happy by Janos Follath · 4 years, 2 months ago
  53. 33434a9 Fix parenthesis spacing in crypto_struct.h by Janos Follath · 4 years, 2 months ago
  54. 55dd5dc PSA PAKE: Clarify the documentation of NIZKP steps by Janos Follath · 4 years, 2 months ago
  55. b384ec1 PSA PAKE: fix J-PAKE documentation code rendering by Janos Follath · 4 years, 2 months ago
  56. 3293dae psa_pake_setup(): simplify documentation by Janos Follath · 4 years, 2 months ago
  57. b4db90f PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
  58. 38d29db Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
  59. a46e28f PSA PAKE: use neutral pronouns by Janos Follath · 4 years, 2 months ago
  60. ec83eb6 Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
  61. 52f9efa Revert "Rename psa_pake_set_password()" by Janos Follath · 4 years, 2 months ago
  62. 89ee05a Rename psa_pake_set_password() by Janos Follath · 4 years, 2 months ago
  63. 559f05e PSA PAKE: remove psa_pake_set_password_stretch() by Janos Follath · 4 years, 2 months ago
  64. 7d69b3a PSA PAKE: add warning about stability by Janos Follath · 4 years, 2 months ago
  65. 702cf09 PSA PAKE: move the API to crypto_extra.h by Janos Follath · 4 years, 2 months ago
  66. 304766e PSA PAKE: make algorithm macro name consistent by Janos Follath · 4 years, 2 months ago
  67. a295918 PSA PAKE: add input size macros by Janos Follath · 4 years, 2 months ago
  68. 5e1948d PSA PAKE: define size macros as 0 by Janos Follath · 4 years, 2 months ago
  69. 2abe51c Extend setup_and_run script to cover remaining configurations. by Mateusz Starzyk · 4 years, 2 months ago
  70. 79e1c47 PSA PAKE: explain implicit key confirmation by Janos Follath · 4 years, 2 months ago
  71. 7c59b7a Improve psa_pake_set_peer()/user() documentation by Janos Follath · 4 years, 2 months ago
  72. 56a4d7a Simplify PAKE input/output format documentation by Janos Follath · 4 years, 2 months ago
  73. ead0e4f PSA PAKE: Clarify J-PAKE algorithm documentation by Janos Follath · 4 years, 2 months ago
  74. d416838 Rename psa_pake_set_password_mhf() by Janos Follath · 4 years, 2 months ago
  75. 3ae6696 Clarify psa_pake_setup() documentation by Janos Follath · 4 years, 2 months ago
  76. 19271ea PSA PAKE: Clarify documentation of valid states by Janos Follath · 4 years, 3 months ago
  77. 9a04aea PSA PAKE: improve and fix documentation by Janos Follath · 4 years, 3 months ago
  78. 7b89103 PSA PAKE: refine documentation of return values by Janos Follath · 4 years, 3 months ago
  79. e1a080f Improve psa_pake_set_password_mhf() documentation by Janos Follath · 4 years, 3 months ago
  80. 1062a24 Fix psa_pake_set_password_mhf() parameter list by Janos Follath · 4 years, 3 months ago
  81. 14ce06a PSA PAKE: fix documentation by Janos Follath · 4 years, 3 months ago
  82. ef816f3 Fix precedence in psa_pake_cs_set_primitive() by Janos Follath · 4 years, 3 months ago
  83. ed82716 Remove always false comparison PSA_PAKE_PRIMITIVE by Janos Follath · 4 years, 3 months ago
  84. 60fa7c5 PSA PAKE: document operation parameters by Janos Follath · 4 years, 3 months ago
  85. b0bcb63 Link PSA_KEY_TYPE_PASSWORD in the documentation by Janos Follath · 4 years, 3 months ago
  86. fe0c449 Add psa_pake_set_password_mhf() by Janos Follath · 4 years, 3 months ago
  87. 56cc9cc PSA PAKE: Align macro names with psa_pake_step_t by Janos Follath · 4 years, 3 months ago
  88. 3c09c47 PSA PAKE: remove redundant steps by Janos Follath · 4 years, 3 months ago
  89. a71811a Fix typo by Janos Follath · 4 years, 3 months ago
  90. 78b9e40 PSA PAKE: reintroduce psa_pake_primitive_t by Janos Follath · 4 years, 3 months ago
  91. a86c313 PSA PAKE: divide setup into several steps by Janos Follath · 4 years, 3 months ago
  92. beb78d4 Rename psa_pake_data_t by Janos Follath · 4 years, 3 months ago
  93. 57cfc40 Remove obsolete __DOXYGEN_ONLY__ blocks by Janos Follath · 4 years, 3 months ago
  94. f53c7af PSA PAKE: introduce psa_pake_family_t by Janos Follath · 4 years, 3 months ago
  95. 1459aa5 PSA PAKE: improve documentation by Janos Follath · 4 years, 3 months ago
  96. f75be64 PSA PAKE: fix identifier value by Janos Follath · 4 years, 3 months ago
  97. 5b44cfd PSA PAKE: remove alg parameter from setup by Janos Follath · 4 years, 3 months ago
  98. 684da03 PSA PAKE: remove obsolete types and macros by Janos Follath · 4 years, 3 months ago
  99. cd56ff9 PSA PAKE: make cipher suite opaque by Janos Follath · 4 years, 3 months ago
  100. 82b54b9 PSA PAKE: Align macro names by Janos Follath · 4 years, 3 months ago