1. e42a50d use proper formatting macros when using MinGW provided stdio add changelog entry by eugene · 4 years, 3 months ago
  2. eb3e463 Merge pull request #4247 from stevew817/dispatch_mac_operations by Ronald Cron · 4 years, 3 months ago
  3. 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  4. 8f37004 Remove unused variable from MAC driver structure by Steven Cooreman · 4 years, 3 months ago
  5. a6df604 Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  6. d1ed1d9 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  7. ac8d82a Use the correct guards on the context structures for MAC/HKDF/PRF by Steven Cooreman · 4 years, 3 months ago
  8. dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  9. a4638e7 Remove redundant key_set from MAC operation structure by Steven Cooreman · 4 years, 3 months ago
  10. 02fc62a Remove unused items from MAC operation context structure by Steven Cooreman · 4 years, 3 months ago
  11. 939102e Add CMAC to standard PSA config by Steven Cooreman · 4 years, 5 months ago
  12. d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 5 months ago
  13. 4fdf060 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 5 months ago
  14. 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
  15. d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
  16. 3c8dd63 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
  17. 61398ec Move the cipher operation structure declaration for grouping by Steven Cooreman · 4 years, 3 months ago
  18. f4248f2 Remove inclusion of top-level crypto.h from the driver context header by Steven Cooreman · 4 years, 3 months ago
  19. 675501d Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
  20. b548cda Merge pull request #4397 from TRodziewicz/change_config_h_defaults by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  21. 532ca93 Trailing spaces removed from comments in config.h by Tomasz Rodziewicz · 4 years, 3 months ago
  22. 1fc7c4c Update config.h by Tomasz Rodziewicz · 4 years, 3 months ago
  23. dd57b2f Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainder by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  24. 6c3fe31 Update config.h by Tomasz Rodziewicz · 4 years, 3 months ago
  25. c1c479f Fllow-up of the review: ChangeLog expansion, mmigration guides added and comments fixed by TRodziewicz · 4 years, 3 months ago
  26. 98d00d0 Merge pull request #4426 from ronald-cron-arm/remove-enable-weak-ciphersuites by Ronald Cron · 4 years, 3 months ago
  27. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  28. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  29. 1a85d3b Merge pull request #4146 from stevew817/allow_skipping_3des_cmac_when_alt by Ronald Cron · 4 years, 3 months ago
  30. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  31. 2add5c1 On second thought changing the way the test is run by TRodziewicz · 4 years, 3 months ago
  32. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  33. e66f49c Merge branch 'development_3.0' into change_config_h_defaults by Tomasz Rodziewicz · 4 years, 3 months ago
  34. 92b1feb addind check_config.h to the commit by TRodziewicz · 4 years, 3 months ago
  35. 2c8041d Merge pull request #4433 from bensze01/psa_aead_output_size by Gilles Peskine · 4 years, 3 months ago
  36. da95ef9 Remove PSA AEAD output size compatibility macros by Bence Szépkúti · 4 years, 3 months ago
  37. 2c74586 Comment out MBEDTLS_X509_REMOVE_INFO in default config.h by Chris Jones · 4 years, 8 months ago
  38. 88c2bf3 Minor style improvements by Hanno Becker · 6 years ago
  39. 7ac83f9 Print X.509 verify info strings even if MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  40. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  41. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  42. cee4270 Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option by Ronald Cron · 4 years, 3 months ago
  43. bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
  44. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  45. ede3085 Add ChangeLog file and fix comment in config.h by TRodziewicz · 4 years, 3 months ago
  46. c338cef Add notes to the documentation about CMAC_ALT algorithm support by Steven Cooreman · 4 years, 3 months ago
  47. 85aff9f Correction fixing the test_depends_curves_psa falure by TRodziewicz · 4 years, 4 months ago
  48. 456d29c Rename mbedtls_error_add_ext to mbedtls_error_add by Chris Jones · 4 years, 4 months ago
  49. 894b9c4 Add documentation for change in CMAC self-test behaviour by Steven Cooreman · 4 years, 4 months ago
  50. e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 4 months ago
  51. b133605 Test why the test_depends_curves_psa fails in CI by Tomasz Rodziewicz · 4 years, 4 months ago
  52. 7062796 Testing the failed ubuntu test by TRodziewicz · 4 years, 4 months ago
  53. 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  54. f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  55. e8e450a Merge pull request #4254 from mstarzyk-mobica/remove_libpkcs11-helper by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  56. 1818d96 Four config.h defaults have been changed. by TRodziewicz · 4 years, 4 months ago
  57. 1216233 Merge pull request #4391 from gilles-peskine-arm/error-on-removed-options-20210421 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  58. cc26e3b Remove extraneous word by Gilles Peskine · 4 years, 4 months ago
  59. fa4e4b8 Error out if attempting to use a removed feature by Gilles Peskine · 4 years, 4 months ago
  60. bfa03e3 Update psa_util.h by Tomasz Rodziewicz · 4 years, 4 months ago
  61. 3408d60 revert the error.h file include in psa_util.c by TRodziewicz · 4 years, 4 months ago
  62. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  63. 33946bb Two platform error codes moved to error.h to fix _without_platform test by TRodziewicz · 4 years, 4 months ago
  64. 1dda21c Make sure we don't underflow in the size macros by Bence Szépkúti · 4 years, 4 months ago
  65. b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  66. f5a1fe9 Explicitly check non-boolean values against zero by Bence Szépkúti · 4 years, 4 months ago
  67. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 5 months ago
  68. 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
  69. 16529bd Merge pull request #4344 from TRodziewicz/remove_deprecated_things_in_crypto_compat_h by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  70. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  71. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  72. 2333e63 Revert 2 files conflicting after previous push in the Github. by TRodziewicz · 4 years, 4 months ago
  73. 359411f Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  74. 31e27af Reword the builtin key language on persistency declaration by Steven Cooreman · 4 years, 4 months ago
  75. 607c0af Simplify PSA AEAD output size compatibility macros by Bence Szépkúti · 4 years, 4 months ago
  76. 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
  77. 598e929 Rework PSA_AEAD_NONCE_LENGTH to reduce expansion by Bence Szépkúti · 4 years, 4 months ago
  78. 0d8da39 Mark unused macro argument as unused by Bence Szépkúti · 4 years, 5 months ago
  79. b938b0b Documentation clarification after review by Steven Cooreman · 4 years, 4 months ago
  80. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  81. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  82. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  83. eb1a301 Update documentation references to the AEAD macros by Bence Szépkúti · 4 years, 5 months ago
  84. 12116bc Update the AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  85. f7b6b4e Align code style with the rest of the file by Bence Szépkúti · 4 years, 5 months ago
  86. 30f91a4 Mark AEAD compatibility macros as deprecated by Bence Szépkúti · 4 years, 5 months ago
  87. 670df7a Rename AEAD output size macros in crypto_compat.h by Bence Szépkúti · 4 years, 5 months ago
  88. 8810fd3 Copy AEAD output size macros to crypto_compat.h by Bence Szépkúti · 4 years, 5 months ago
  89. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  90. 136b398 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  91. 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  92. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  93. 2a1a673 Remove deprecated things from crypto_compat.h and dependent tests. by TRodziewicz · 4 years, 4 months ago
  94. defe10d Add compatibility macro for the inline keyword in error.h by Chris Jones · 4 years, 4 months ago
  95. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  96. abded0e Improve and fix documentation for error code combination by Chris Jones · 4 years, 4 months ago
  97. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  98. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  99. 759e30b Add MBEDTLS_ERROR_C dependency to invasive error code testing by Chris Jones · 4 years, 6 months ago
  100. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago