1. 2bd5799 Fix test case dependency by gabor-mezei-arm · 4 years, 1 month ago
  2. 00e54f1 Fix minor issues by gabor-mezei-arm · 4 years, 1 month ago
  3. ff0da72 Restoring the multi-part cipher_verify_output() testing by gabor-mezei-arm · 4 years, 1 month ago
  4. 6158e28 Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
  5. 58c1727 Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  6. 3f860e4 Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  7. 95aad83 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
  8. a56756e Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
  9. 50c86cf Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
  10. 47a8e14 Typo by gabor-mezei-arm · 4 years, 1 month ago
  11. 0a93b66 Fix possible unreachable code by gabor-mezei-arm · 4 years, 1 month ago
  12. 90fceea Update documentation by gabor-mezei-arm · 4 years, 1 month ago
  13. 258ae07 Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  14. e5ff8f4 Use local variable instead of an ouput parameter by gabor-mezei-arm · 4 years, 1 month ago
  15. 6f4e5bb Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  16. 01e9908 Fix changelog entry by gabor-mezei-arm · 4 years, 1 month ago
  17. 0dfeaaf Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  18. 9951b50 Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  19. 2b231fc Test struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  20. 42cdb2a Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  21. 93ad276 Add test for one-shot cipher driver wrapper functions by gabor-mezei-arm · 4 years, 4 months ago
  22. 9ca3ad7 Add changelog entry by gabor-mezei-arm · 4 years, 4 months ago
  23. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  24. f494bcd Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
  25. ba0fa75 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  26. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  27. 55a4d93 Merge pull request #4589 from bensze01/split_config by Dave Rodgman · 4 years, 1 month ago
  28. e55a821 Remove explicit link to MBEDTLS_CONFIG_FILE by Bence Szépkúti · 4 years, 1 month ago
  29. 5e2743f Mention MBEDTLS_CONFIG_FILE in build_info.h docs by Bence Szépkúti · 4 years, 1 month ago
  30. 9cd7065 No other headers are included by mbedtls_config.h by Bence Szépkúti · 4 years, 1 month ago
  31. 4a9d1bf Remove check_config.h inclusion from ecc-heap.sh by Bence Szépkúti · 4 years, 1 month ago
  32. 414d6bd Fix pre-existing typo in comment by Bence Szépkúti · 4 years, 1 month ago
  33. dbf5d2b Improve the instructions in the migration guide by Bence Szépkúti · 4 years, 1 month ago
  34. 1b2a883 Correct documentation references to Mbed TLS by Bence Szépkúti · 4 years, 1 month ago
  35. a1d1f5b Fix typo by Bence Szépkúti · 4 years, 1 month ago
  36. 8a88f62 Merge pull request #4726 from athoelke/at-pbkdf2-doc-fixes by Janos Follath · 4 years, 1 month ago
  37. 5c70c14 Remove def directive for version symbol by Bence Szépkúti · 4 years, 1 month ago
  38. 60c8634 Remove references to MBEDTLS_USER_CONFIG_VERSION by Bence Szépkúti · 4 years, 2 months ago
  39. 1cafe5c Base config compat check on MBETLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 2 months ago
  40. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 2 months ago
  41. 36da4cc Update changelog and migration guide by Bence Szépkúti · 4 years, 2 months ago
  42. 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 2 months ago
  43. b2e23de Make config version symbols optional by Bence Szépkúti · 4 years, 2 months ago
  44. 04982f7 Move version defines to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  45. 8d9132f Fix typo by Bence Szépkúti · 4 years, 2 months ago
  46. 90b79ab Add migration guide and changelog by Bence Szépkúti · 4 years, 2 months ago
  47. c850054 Remove reference to including check_config.h by Bence Szépkúti · 4 years, 2 months ago
  48. d3da503 Move comment closer to relevant code by Bence Szépkúti · 4 years, 2 months ago
  49. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  50. dba968f Realign Markdown table by Bence Szépkúti · 4 years, 2 months ago
  51. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  52. 2893269 Remove reference to obsolete inclusion guard by Bence Szépkúti · 4 years, 2 months ago
  53. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  54. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  55. 5ab7303 Introduce a level of indirection in config header by Bence Szépkúti · 4 years, 2 months ago
  56. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  57. 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
  58. 918708b Merge pull request #4729 from paul-elliott-arm/fix_test_illegal_access by Gilles Peskine · 4 years, 1 month ago
  59. e57dd2d Fix potential free of uninitialised pointer by Paul Elliott · 4 years, 1 month ago
  60. 52d18cd Remove trailing space by Andrew Thoelke · 4 years, 1 month ago
  61. 90d1cb8 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  62. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  63. f9f1bdf Translate MBEDTLS_ERR_PK_BUFFER_TOO_SMALL for PSA by Gilles Peskine · 4 years, 1 month ago
  64. 908982b Fix the build with MBEDTLS_ECP_RESTARTABLE enabled by Gilles Peskine · 4 years, 2 months ago
  65. 16fe8fc Fix unused variable warning by Gilles Peskine · 4 years, 2 months ago
  66. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 2 months ago
  67. 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 4 years, 1 month ago
  68. 6f71058 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
  69. a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 4 years, 1 month ago
  70. 8036bdd Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  71. b5dd7c7 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  72. 5464824 Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  73. 685b6a7 Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  74. 5ae6f75 Add negative tests for psa_abort in hash functions by Dave Rodgman · 4 years, 1 month ago
  75. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  76. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  77. 38e62ae Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  78. 647791d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 4 years, 1 month ago
  79. f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
  80. cb17fc3 Merge pull request #4671 from mpg/x509-crt-profile-public by Dave Rodgman · 4 years, 1 month ago
  81. 4f7cc1b Merge pull request #4713 from gilles-peskine-arm/psa-storage-format-test-lifetimes-3.0 by Ronald Cron · 4 years, 1 month ago
  82. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
  83. 939a54c Fix typos and style issues. by Mateusz Starzyk · 4 years, 2 months ago
  84. 469c9f3 Add GCM tests for empty ciphertext/plaintext and empty AD. by Mateusz Starzyk · 4 years, 2 months ago
  85. 58d3a7e Add GCM tests with vectors lengths non-dividable by 16. by Mateusz Starzyk · 4 years, 2 months ago
  86. 032a1ce Remove init_result check from custom gcm test functions. by Mateusz Starzyk · 4 years, 2 months ago
  87. f8a0d4d Fix nested loops set_step in gcm test suite. by Mateusz Starzyk · 4 years, 2 months ago
  88. fc60622 Add customized test functions for GCM update and update_ad. by Mateusz Starzyk · 4 years, 2 months ago
  89. 44a0ae9 Merge pull request #4710 from mstarzyk-mobica/ccm_taglen by Ronald Cron · 4 years, 1 month ago
  90. f9a046e Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
  91. 91466c8 Hopefully clarify the example by Gilles Peskine · 4 years, 2 months ago
  92. 52bb83e Fix mbedtls_svc_key_id_is_null when KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 2 months ago
  93. 095dadc Fix error in psa_crypto test suite by Dave Rodgman · 4 years, 1 month ago
  94. 56949f6 Make immediate constants unsigned by Gilles Peskine · 4 years, 2 months ago
  95. 6687cd0 Refuse to destroy read-only keys by Gilles Peskine · 4 years, 4 months ago
  96. 5764648 Check that attempting to destroy a read-only key fails by Gilles Peskine · 4 years, 4 months ago
  97. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 4 months ago
  98. 45a4391 Collect lifetime constructors by Gilles Peskine · 4 years, 4 months ago
  99. fbb914f Add negative tests for psa_destroy_key by Gilles Peskine · 4 years, 4 months ago
  100. 87bc91c Forbid creating a read-only key by Gilles Peskine · 4 years, 4 months ago