1. 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  2. 86bf008 Extend PSA_USAGE_SIGN/VERIFY_HASH key policies by gabor-mezei-arm · 4 years, 3 months ago
  3. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  4. 55a4d93 Merge pull request #4589 from bensze01/split_config by Dave Rodgman · 4 years, 1 month ago
  5. e55a821 Remove explicit link to MBEDTLS_CONFIG_FILE by Bence Szépkúti · 4 years, 1 month ago
  6. 5e2743f Mention MBEDTLS_CONFIG_FILE in build_info.h docs by Bence Szépkúti · 4 years, 1 month ago
  7. 9cd7065 No other headers are included by mbedtls_config.h by Bence Szépkúti · 4 years, 1 month ago
  8. 4a9d1bf Remove check_config.h inclusion from ecc-heap.sh by Bence Szépkúti · 4 years, 1 month ago
  9. 414d6bd Fix pre-existing typo in comment by Bence Szépkúti · 4 years, 1 month ago
  10. dbf5d2b Improve the instructions in the migration guide by Bence Szépkúti · 4 years, 1 month ago
  11. 1b2a883 Correct documentation references to Mbed TLS by Bence Szépkúti · 4 years, 1 month ago
  12. a1d1f5b Fix typo by Bence Szépkúti · 4 years, 1 month ago
  13. 8a88f62 Merge pull request #4726 from athoelke/at-pbkdf2-doc-fixes by Janos Follath · 4 years, 1 month ago
  14. 5c70c14 Remove def directive for version symbol by Bence Szépkúti · 4 years, 2 months ago
  15. 60c8634 Remove references to MBEDTLS_USER_CONFIG_VERSION by Bence Szépkúti · 4 years, 2 months ago
  16. 1cafe5c Base config compat check on MBETLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 2 months ago
  17. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 2 months ago
  18. 36da4cc Update changelog and migration guide by Bence Szépkúti · 4 years, 2 months ago
  19. 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 2 months ago
  20. b2e23de Make config version symbols optional by Bence Szépkúti · 4 years, 2 months ago
  21. 04982f7 Move version defines to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  22. 8d9132f Fix typo by Bence Szépkúti · 4 years, 2 months ago
  23. 90b79ab Add migration guide and changelog by Bence Szépkúti · 4 years, 2 months ago
  24. c850054 Remove reference to including check_config.h by Bence Szépkúti · 4 years, 2 months ago
  25. d3da503 Move comment closer to relevant code by Bence Szépkúti · 4 years, 2 months ago
  26. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  27. dba968f Realign Markdown table by Bence Szépkúti · 4 years, 2 months ago
  28. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  29. 2893269 Remove reference to obsolete inclusion guard by Bence Szépkúti · 4 years, 2 months ago
  30. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  31. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  32. 5ab7303 Introduce a level of indirection in config header by Bence Szépkúti · 4 years, 2 months ago
  33. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  34. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
  35. 918708b Merge pull request #4729 from paul-elliott-arm/fix_test_illegal_access by Gilles Peskine · 4 years, 1 month ago
  36. e57dd2d Fix potential free of uninitialised pointer by Paul Elliott · 4 years, 1 month ago
  37. 52d18cd Remove trailing space by Andrew Thoelke · 4 years, 1 month ago
  38. 90d1cb8 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  39. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  40. f9f1bdf Translate MBEDTLS_ERR_PK_BUFFER_TOO_SMALL for PSA by Gilles Peskine · 4 years, 1 month ago
  41. 908982b Fix the build with MBEDTLS_ECP_RESTARTABLE enabled by Gilles Peskine · 4 years, 2 months ago
  42. 16fe8fc Fix unused variable warning by Gilles Peskine · 4 years, 2 months ago
  43. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 2 months ago
  44. 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 4 years, 1 month ago
  45. 6f71058 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
  46. a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 4 years, 1 month ago
  47. 8036bdd Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  48. b5dd7c7 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  49. 5464824 Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  50. 685b6a7 Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  51. 5ae6f75 Add negative tests for psa_abort in hash functions by Dave Rodgman · 4 years, 1 month ago
  52. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  53. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  54. 38e62ae Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  55. 647791d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 4 years, 1 month ago
  56. f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
  57. cb17fc3 Merge pull request #4671 from mpg/x509-crt-profile-public by Dave Rodgman · 4 years, 1 month ago
  58. 4f7cc1b Merge pull request #4713 from gilles-peskine-arm/psa-storage-format-test-lifetimes-3.0 by Ronald Cron · 4 years, 1 month ago
  59. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
  60. 939a54c Fix typos and style issues. by Mateusz Starzyk · 4 years, 2 months ago
  61. 469c9f3 Add GCM tests for empty ciphertext/plaintext and empty AD. by Mateusz Starzyk · 4 years, 2 months ago
  62. 58d3a7e Add GCM tests with vectors lengths non-dividable by 16. by Mateusz Starzyk · 4 years, 2 months ago
  63. 032a1ce Remove init_result check from custom gcm test functions. by Mateusz Starzyk · 4 years, 2 months ago
  64. f8a0d4d Fix nested loops set_step in gcm test suite. by Mateusz Starzyk · 4 years, 2 months ago
  65. fc60622 Add customized test functions for GCM update and update_ad. by Mateusz Starzyk · 4 years, 2 months ago
  66. 44a0ae9 Merge pull request #4710 from mstarzyk-mobica/ccm_taglen by Ronald Cron · 4 years, 1 month ago
  67. f9a046e Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
  68. 91466c8 Hopefully clarify the example by Gilles Peskine · 4 years, 2 months ago
  69. 52bb83e Fix mbedtls_svc_key_id_is_null when KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 2 months ago
  70. 095dadc Fix error in psa_crypto test suite by Dave Rodgman · 4 years, 1 month ago
  71. 56949f6 Make immediate constants unsigned by Gilles Peskine · 4 years, 2 months ago
  72. 6687cd0 Refuse to destroy read-only keys by Gilles Peskine · 4 years, 4 months ago
  73. 5764648 Check that attempting to destroy a read-only key fails by Gilles Peskine · 4 years, 4 months ago
  74. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 4 months ago
  75. 45a4391 Collect lifetime constructors by Gilles Peskine · 4 years, 4 months ago
  76. fbb914f Add negative tests for psa_destroy_key by Gilles Peskine · 4 years, 4 months ago
  77. 87bc91c Forbid creating a read-only key by Gilles Peskine · 4 years, 4 months ago
  78. ad2ddfe Add negative tests for key creation with an invalid lifetime by Gilles Peskine · 4 years, 4 months ago
  79. 1e1eca3 Add persistent key tests with a non-default persistence by Gilles Peskine · 4 years, 4 months ago
  80. f5f07c8 Fix mbedtls_psa_get_stats for keys with fancy lifetimes by Gilles Peskine · 4 years, 4 months ago
  81. d133bb2 New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 4 months ago
  82. 90dfc35 More informative message on invalid classification flags by Gilles Peskine · 4 years, 4 months ago
  83. 607eb7e Add lifetime metadata tests by Gilles Peskine · 4 years, 4 months ago
  84. 82c48c9 Adjust tag_len documentation for the mbedtls_ccm_finish(). by Mateusz Starzyk · 4 years, 1 month ago
  85. c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month ago
  86. 98d45b9 Add missing tag_len in ccm api. by Mateusz Starzyk · 4 years, 1 month ago
  87. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 2 months ago
  88. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 2 months ago
  89. 9dbbc29 PK signature function: require exact hash length by Gilles Peskine · 4 years, 2 months ago
  90. 5ec5003 Document the return type change in the migration guide by Dave Rodgman · 4 years, 2 months ago
  91. b09c7ee Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 2 months ago
  92. 4d3fd36 Clarification in a comment by Gilles Peskine · 4 years, 2 months ago
  93. 4169c32 Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
  94. 2a3041f Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  95. 2a63c5b Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
  96. 4df3f1f Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  97. bd5d6ef Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
  98. 8998770 Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
  99. 8f70d3f Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
  100. 722c62c Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago