1. 196739b Change wording in documentation of PSK configuration by Hanno Becker · 4 years, 2 months ago
  2. c49d15f Use 'version-specific' instead of 'implementation-defined' in API by Hanno Becker · 4 years, 3 months ago
  3. 9067148 Add ChangeLog entry by Hanno Becker · 4 years, 3 months ago
  4. 67e49a6 Add migration guide by Hanno Becker · 4 years, 3 months ago
  5. 6667ffd Test new semantics for static PSK configuration by Hanno Becker · 4 years, 4 months ago
  6. 2ed3dce Implement new semantics for static PSK configuration by Hanno Becker · 4 years, 4 months ago
  7. 946c925 Document new semantics for static PSK configuration by Hanno Becker · 4 years, 4 months ago
  8. 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
  9. 16529bd Merge pull request #4344 from TRodziewicz/remove_deprecated_things_in_crypto_compat_h by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  10. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  11. 0bbb38c Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  12. 5192e00 Merge pull request #4266 from mstarzyk-mobica/remove_allow_sha1_in_certificates by Gilles Peskine · 4 years, 4 months ago
  13. bf4c4f9 Reword changelog entry for removal of SHA-1 from the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  14. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  15. 13af41f Merge pull request #4156 from mstarzyk-mobica/drop_old_tls_options by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  16. a17fb8e Fix line lenghts in changelog entry for removal of old TLS features. by Mateusz Starzyk · 4 years, 4 months ago
  17. cbcefae Merge pull request #4348 from mpg/revert-4334-dev by Janos Follath · 4 years, 4 months ago
  18. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  19. 4222682 Uniformize ChangeLog entries. by Mateusz Starzyk · 4 years, 4 months ago
  20. f5c5351 Remove remaining comments and strings refering to removed features. by Mateusz Starzyk · 4 years, 4 months ago
  21. 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  22. 1492111 Revert "fix error.c - now it's autogenerated" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  23. 30dcdf4 Revert "fix error.c - second try" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  24. 247745f Revert "Changelog added" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  25. 9013489 Merge pull request #4253 from mstarzyk-mobica/long_url_in_changelog_entry by Gilles Peskine · 4 years, 4 months ago
  26. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  27. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  28. fce7061 Merge pull request #4324 from chris-jones-arm/remove-default-ticket-lifetime by Gilles Peskine · 4 years, 4 months ago
  29. 06fe88e Changelog added. by TRodziewicz · 4 years, 4 months ago
  30. 2a1a673 Remove deprecated things from crypto_compat.h and dependent tests. by TRodziewicz · 4 years, 4 months ago
  31. 528b0a6 Merge pull request #4323 from gilles-peskine-arm/ecp-add-fix-changelog-development by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  32. 0961e3d Changelog added by TRodziewicz · 4 years, 4 months ago
  33. 9a86843 fix error.c - second try by TRodziewicz · 4 years, 4 months ago
  34. 48f6d0d fix error.c - now it's autogenerated by TRodziewicz · 4 years, 4 months ago
  35. c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  36. 8f28c24 Explain the problem in more concrete terms by Gilles Peskine · 4 years, 4 months ago
  37. fd4fab0 mbedtls_mpi_read_string("-0") no longer produces a "negative zero" by Gilles Peskine · 4 years, 4 months ago
  38. 9c63568 Remove MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME by Chris Jones · 4 years, 4 months ago
  39. 9a1c092 Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104 by Gilles Peskine · 4 years, 4 months ago
  40. 392d101 Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  41. bd43f67 Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  42. e991aa4 Merge pull request #4311 from gilles-peskine-arm/move-internal-headers-doxygen by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  43. f04c0ed Merge pull request #4318 from bensze01/ecc_get_family_doc by Gilles Peskine · 4 years, 4 months ago
  44. 2fdd5af Merge pull request #4305 from daverodgman/development_new by Dave Rodgman · 4 years, 4 months ago
  45. 3b1cba8 Fix reference to deprecated macro in documentation by Bence Szépkúti · 4 years, 4 months ago
  46. df2e4f2 Merge pull request #4290 from ronald-cron-arm/hash-dispatch-follow-up by Ronald Cron · 4 years, 4 months ago
  47. 0594205 Remove debug statement by TRodziewicz · 4 years, 4 months ago
  48. 611f043 Correct the new tests names by TRodziewicz · 4 years, 4 months ago
  49. 40de3c9 Fix Changelog, add separate test functions for hash of all-zero bits by TRodziewicz · 4 years, 4 months ago
  50. bd06916 Fix line lengths in changelog by Dave Rodgman · 4 years, 4 months ago
  51. 3b5e6f0 Fix some errors relating to header file renames by Dave Rodgman · 4 years, 4 months ago
  52. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  53. 6741fc9 Merge pull request #4306 from daverodgman/fix_mps_trace_macros by Dave Rodgman · 4 years, 4 months ago
  54. 38ff9ad Merge pull request #4308 from daverodgman/checknames-grep by Dave Rodgman · 4 years, 4 months ago
  55. 0708974 Merge pull request #4309 from daverodgman/check-names-grep-backport by Dave Rodgman · 4 years, 4 months ago
  56. 0ff0ff7 Remove obsolete reference to internal headers under include/ by Gilles Peskine · 4 years, 4 months ago
  57. 810eb16 psa: aead: Make CCM/GCM ordering consistent by Ronald Cron · 4 years, 4 months ago
  58. a1971c3 tests: psa: aead: Fix forced error code by Ronald Cron · 4 years, 4 months ago
  59. b9349a6 psa: aead: Add missing chachapoly context free by Ronald Cron · 4 years, 4 months ago
  60. ecbc068 psa: aead: Remove from operation ctx members only used in setup by Ronald Cron · 4 years, 4 months ago
  61. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  62. 9a98616 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years, 4 months ago
  63. d17dff3 tests: driver wrapper: Add AEAD dispatch testing by Ronald Cron · 4 years, 5 months ago
  64. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  65. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  66. 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago
  67. 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago
  68. 215633c psa: aead: Implement aead operations as a driver entry point by Ronald Cron · 4 years, 5 months ago
  69. 9f31017 psa: aead: Remove key slot from operation context by Ronald Cron · 4 years, 5 months ago
  70. 95caad3 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  71. 6341c06 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  72. add60da Scan library for enums in list-enum-consts.sh by Dave Rodgman · 4 years, 4 months ago
  73. b746825 Capitalise MPS trace macros by Dave Rodgman · 4 years, 4 months ago
  74. b420259 Merge pull request #4174 from gilles-peskine-arm/psa-eddsa-spec by Gilles Peskine · 4 years, 4 months ago
  75. 20ad475 Remove trailing spaces by TRodziewicz · 4 years, 4 months ago
  76. 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
  77. 5feb670 Fix the Changelog and extend tests to cover the hash of all-bits zero by TRodziewicz · 4 years, 4 months ago
  78. 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
  79. 5ef0b97 Don't comment out dependencies by Gilles Peskine · 4 years, 4 months ago
  80. e6a7782 Merge pull request #4281 from chris-jones-arm/remove-missing-ref by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  81. a8a7033 Merge pull request #3615 from gilles-peskine-arm/ssl-opt-less-grep-development by Gilles Peskine · 4 years, 4 months ago
  82. 7dbd800 psa: aead: Isolate key slot unlock from operation abort by Ronald Cron · 4 years, 5 months ago
  83. 197c2fd psa: aead: Move key resolution by Ronald Cron · 4 years, 5 months ago
  84. 004f917 psa: aead: Fix status initialization by Ronald Cron · 4 years, 5 months ago
  85. 93d356c psa: Export "internally" mbedtls_cipher_info_from_psa by Ronald Cron · 4 years, 5 months ago
  86. ff6a32d Fix low-probability arithmetic error in ECC by Gilles Peskine · 4 years, 4 months ago
  87. 349b372 Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
  88. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  89. 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago
  90. ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
  91. 80f5673 Fix and simplify sign handling in mbedtls_mpi_read_string by Gilles Peskine · 4 years, 4 months ago
  92. b13a26c Add a few unit tests for mbedtls_mpi_read_string with leading zeros by Gilles Peskine · 4 years, 4 months ago
  93. 6cc6631 psa: Return in error when requested to copy a key to an opaque driver by Ronald Cron · 4 years, 4 months ago
  94. a0bc2cd tests: psa: Fix copy fail test argument by Ronald Cron · 4 years, 4 months ago
  95. d520037 Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years, 4 months ago
  96. 980230e psa: include: Update and improve multipart-op struct design notes by Ronald Cron · 4 years, 4 months ago
  97. dd3b539 psa: include: Clarify scope of crypto_builtin/driver_contexts.h by Ronald Cron · 4 years, 4 months ago
  98. 06c84ca psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.h by Ronald Cron · 4 years, 4 months ago
  99. e31fd11 psa: include: Fix comments by Ronald Cron · 4 years, 4 months ago
  100. 602f986 Add change log by Ronald Cron · 4 years, 4 months ago