1. d1ed1d9 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  2. ac8d82a Use the correct guards on the context structures for MAC/HKDF/PRF by Steven Cooreman · 4 years, 3 months ago
  3. dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  4. a4638e7 Remove redundant key_set from MAC operation structure by Steven Cooreman · 4 years, 3 months ago
  5. 02fc62a Remove unused items from MAC operation context structure by Steven Cooreman · 4 years, 3 months ago
  6. 939102e Add CMAC to standard PSA config by Steven Cooreman · 4 years, 5 months ago
  7. d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 5 months ago
  8. 4fdf060 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 5 months ago
  9. 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
  10. d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
  11. 3c8dd63 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
  12. 61398ec Move the cipher operation structure declaration for grouping by Steven Cooreman · 4 years, 3 months ago
  13. f4248f2 Remove inclusion of top-level crypto.h from the driver context header by Steven Cooreman · 4 years, 3 months ago
  14. 675501d Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
  15. 98d00d0 Merge pull request #4426 from ronald-cron-arm/remove-enable-weak-ciphersuites by Ronald Cron · 4 years, 3 months ago
  16. 1a85d3b Merge pull request #4146 from stevew817/allow_skipping_3des_cmac_when_alt by Ronald Cron · 4 years, 3 months ago
  17. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  18. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  19. 2c8041d Merge pull request #4433 from bensze01/psa_aead_output_size by Gilles Peskine · 4 years, 3 months ago
  20. da95ef9 Remove PSA AEAD output size compatibility macros by Bence Szépkúti · 4 years, 3 months ago
  21. 2c74586 Comment out MBEDTLS_X509_REMOVE_INFO in default config.h by Chris Jones · 4 years, 8 months ago
  22. 88c2bf3 Minor style improvements by Hanno Becker · 6 years ago
  23. 7ac83f9 Print X.509 verify info strings even if MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  24. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  25. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  26. cee4270 Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option by Ronald Cron · 4 years, 3 months ago
  27. bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
  28. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  29. c338cef Add notes to the documentation about CMAC_ALT algorithm support by Steven Cooreman · 4 years, 3 months ago
  30. 456d29c Rename mbedtls_error_add_ext to mbedtls_error_add by Chris Jones · 4 years, 4 months ago
  31. 894b9c4 Add documentation for change in CMAC self-test behaviour by Steven Cooreman · 4 years, 4 months ago
  32. e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 4 months ago
  33. 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  34. f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  35. e8e450a Merge pull request #4254 from mstarzyk-mobica/remove_libpkcs11-helper by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  36. 1216233 Merge pull request #4391 from gilles-peskine-arm/error-on-removed-options-20210421 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  37. cc26e3b Remove extraneous word by Gilles Peskine · 4 years, 4 months ago
  38. fa4e4b8 Error out if attempting to use a removed feature by Gilles Peskine · 4 years, 4 months ago
  39. bfa03e3 Update psa_util.h by Tomasz Rodziewicz · 4 years, 4 months ago
  40. 3408d60 revert the error.h file include in psa_util.c by TRodziewicz · 4 years, 4 months ago
  41. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  42. 33946bb Two platform error codes moved to error.h to fix _without_platform test by TRodziewicz · 4 years, 4 months ago
  43. 1dda21c Make sure we don't underflow in the size macros by Bence Szépkúti · 4 years, 4 months ago
  44. b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  45. f5a1fe9 Explicitly check non-boolean values against zero by Bence Szépkúti · 4 years, 4 months ago
  46. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 5 months ago
  47. 1cc91e7 Merge pull request #4366 from gilles-peskine-arm/development_3.0-merge_2.x-20210419 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  48. 16529bd Merge pull request #4344 from TRodziewicz/remove_deprecated_things_in_crypto_compat_h by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  49. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  50. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  51. 2333e63 Revert 2 files conflicting after previous push in the Github. by TRodziewicz · 4 years, 4 months ago
  52. 359411f Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  53. 31e27af Reword the builtin key language on persistency declaration by Steven Cooreman · 4 years, 4 months ago
  54. 607c0af Simplify PSA AEAD output size compatibility macros by Bence Szépkúti · 4 years, 4 months ago
  55. 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
  56. 598e929 Rework PSA_AEAD_NONCE_LENGTH to reduce expansion by Bence Szépkúti · 4 years, 4 months ago
  57. 0d8da39 Mark unused macro argument as unused by Bence Szépkúti · 4 years, 5 months ago
  58. b938b0b Documentation clarification after review by Steven Cooreman · 4 years, 4 months ago
  59. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  60. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  61. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  62. eb1a301 Update documentation references to the AEAD macros by Bence Szépkúti · 4 years, 5 months ago
  63. 12116bc Update the AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  64. f7b6b4e Align code style with the rest of the file by Bence Szépkúti · 4 years, 5 months ago
  65. 30f91a4 Mark AEAD compatibility macros as deprecated by Bence Szépkúti · 4 years, 5 months ago
  66. 670df7a Rename AEAD output size macros in crypto_compat.h by Bence Szépkúti · 4 years, 5 months ago
  67. 8810fd3 Copy AEAD output size macros to crypto_compat.h by Bence Szépkúti · 4 years, 5 months ago
  68. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  69. 136b398 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  70. 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  71. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  72. 2a1a673 Remove deprecated things from crypto_compat.h and dependent tests. by TRodziewicz · 4 years, 4 months ago
  73. defe10d Add compatibility macro for the inline keyword in error.h by Chris Jones · 4 years, 4 months ago
  74. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  75. abded0e Improve and fix documentation for error code combination by Chris Jones · 4 years, 4 months ago
  76. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  77. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  78. 759e30b Add MBEDTLS_ERROR_C dependency to invasive error code testing by Chris Jones · 4 years, 6 months ago
  79. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
  80. d86ad60 Change mbedtls_set_err_add_hook to use doxygen style comment by Chris Jones · 4 years, 6 months ago
  81. ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
  82. 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
  83. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
  84. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  85. d11ddc5 Correction in the TODO issue number by TRodziewicz · 4 years, 4 months ago
  86. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  87. c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  88. 9c63568 Remove MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME by Chris Jones · 4 years, 4 months ago
  89. 3b1cba8 Fix reference to deprecated macro in documentation by Bence Szépkúti · 4 years, 4 months ago
  90. df2e4f2 Merge pull request #4290 from ronald-cron-arm/hash-dispatch-follow-up by Ronald Cron · 4 years, 4 months ago
  91. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  92. b420259 Merge pull request #4174 from gilles-peskine-arm/psa-eddsa-spec by Gilles Peskine · 4 years, 4 months ago
  93. 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
  94. 980230e psa: include: Update and improve multipart-op struct design notes by Ronald Cron · 4 years, 4 months ago
  95. dd3b539 psa: include: Clarify scope of crypto_builtin/driver_contexts.h by Ronald Cron · 4 years, 4 months ago
  96. 06c84ca psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.h by Ronald Cron · 4 years, 4 months ago
  97. e31fd11 psa: include: Fix comments by Ronald Cron · 4 years, 4 months ago
  98. d3b458c tests: psa: Fix expected error code by Ronald Cron · 4 years, 4 months ago
  99. 48ffe62 Merge pull request #4215 from paul-elliott-arm/remove_fallthrough by Ronald Cron · 4 years, 4 months ago
  100. e5fde54 Remove incorrect definitions of the dom2() and dom4() prefixes by Gilles Peskine · 4 years, 5 months ago