1. dfa67e4 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  2. 1893735 Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  3. a6dacd3 error.c re-generated once more by TRodziewicz · 4 years, 4 months ago
  4. ff02cbe Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  5. e518489 error.c re-generated by TRodziewicz · 4 years, 4 months ago
  6. f0ae0b9 Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 5 months ago
  7. 9f2fb1e Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  8. 58feb2d Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  9. d6f3f77 Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  10. 48b9b8e Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  11. 1d8de9d Remove remaining comments and strings refering to removed features. by Mateusz Starzyk · 4 years, 4 months ago
  12. d4d4eb4 fix error.c - second try by TRodziewicz · 4 years, 4 months ago
  13. c23a68d fix error.c - now it's autogenerated by TRodziewicz · 4 years, 4 months ago
  14. cbd5f6b Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  15. f6ac493 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  16. 9b01f42 Revert "fix error.c - now it's autogenerated" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  17. 2654e51 Revert "fix error.c - second try" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  18. b01a1af Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  19. 9a7bdc3 Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  20. 53551f7 error.c re-generated. by TRodziewicz · 4 years, 4 months ago
  21. 6e7dc18 The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  22. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  23. 9a86843 fix error.c - second try by TRodziewicz · 4 years, 4 months ago
  24. 48f6d0d fix error.c - now it's autogenerated by TRodziewicz · 4 years, 4 months ago
  25. c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
  26. 9eb4d90 Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104 by Gilles Peskine · 4 years, 4 months ago
  27. d58d84f Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  28. 49ae468 Merge pull request #4290 from ronald-cron-arm/hash-dispatch-follow-up by Ronald Cron · 4 years, 4 months ago
  29. 2cd3a9d Fix some errors relating to header file renames by Dave Rodgman · 4 years, 4 months ago
  30. 1c04931 Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  31. 7f4e884 psa: aead: Make CCM/GCM ordering consistent by Ronald Cron · 4 years, 4 months ago
  32. 33ab888 psa: aead: Add missing chachapoly context free by Ronald Cron · 4 years, 4 months ago
  33. b62272a psa: aead: Remove from operation ctx members only used in setup by Ronald Cron · 4 years, 4 months ago
  34. 0f173ef Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  35. 2125cb9 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years, 4 months ago
  36. 6ede0e5 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  37. 5811290 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago
  38. 4ebbd5e psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago
  39. 4440654 psa: aead: Implement aead operations as a driver entry point by Ronald Cron · 4 years, 5 months ago
  40. 9546fbd psa: aead: Remove key slot from operation context by Ronald Cron · 4 years, 5 months ago
  41. 006f756 Capitalise MPS trace macros by Dave Rodgman · 4 years, 4 months ago
  42. f6757c5 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
  43. 0dabd6a Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
  44. 7eb7fe8 psa: aead: Isolate key slot unlock from operation abort by Ronald Cron · 4 years, 5 months ago
  45. aa790d7 psa: aead: Move key resolution by Ronald Cron · 4 years, 5 months ago
  46. a7837b2 psa: aead: Fix status initialization by Ronald Cron · 4 years, 5 months ago
  47. 42f5858 psa: Export "internally" mbedtls_cipher_info_from_psa by Ronald Cron · 4 years, 5 months ago
  48. bae71df Fix low-probability arithmetic error in ECC by Gilles Peskine · 4 years, 4 months ago
  49. 72ad24a Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
  50. 75d9712 Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  51. 8757c33 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago
  52. f6031da Fix and simplify sign handling in mbedtls_mpi_read_string by Gilles Peskine · 4 years, 4 months ago
  53. aabe234 psa: Return in error when requested to copy a key to an opaque driver by Ronald Cron · 4 years, 4 months ago
  54. f2ff7eb Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years, 4 months ago
  55. d364f4a psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.h by Ronald Cron · 4 years, 4 months ago
  56. 3522218 psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years, 4 months ago
  57. e4cce92 psa: Fix psa_validate_key_persistence documentation by Ronald Cron · 4 years, 4 months ago
  58. 6911e0d Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years, 4 months ago
  59. 86b7038 psa: hash: Fix is_hash_accelerated signature by Ronald Cron · 4 years, 4 months ago
  60. 2d764bd Merge pull request #3616 from militant-daos/bug_3175 by Gilles Peskine · 4 years, 4 months ago
  61. 128c510 Apply suggestions from code review by Hanno Becker · 4 years, 4 months ago
  62. 843771d Remove unnecessary check before calling memcpy() by Hanno Becker · 4 years, 5 months ago
  63. 841ccd9 Improve naming of local variables in MPS reader implementation by Hanno Becker · 4 years, 5 months ago
  64. 92ae627 Put MPS under the umbrella of the TLS 1.3 experimental configuration by Hanno Becker · 4 years, 5 months ago
  65. 6614094 Fix Doxygen headers for MPS files by Hanno Becker · 4 years, 5 months ago
  66. 2ac431f Rename static variable for MPS trace depth by Hanno Becker · 4 years, 5 months ago
  67. 5bed3d7 Move illustration of (un)supported cases in MPS reader documentation by Hanno Becker · 4 years, 5 months ago
  68. f1c435f Fix diagram in documentation of MPS reader by Hanno Becker · 4 years, 5 months ago
  69. 4afcd37 Don't use abbreviated names for local variables in MPS reader by Hanno Becker · 4 years, 5 months ago
  70. 1ba2056 Use `int` pointer for `paused` param in mbedtls_mps_reader_reclaim() by Hanno Becker · 4 years, 5 months ago
  71. d17b4f2 Improve and fix wording in MPS reader documentation by Hanno Becker · 4 years, 5 months ago
  72. da5b513 Fix typos in documentation of MBEDTLS_ERR_MPS_READER_NEED_MORE by Hanno Becker · 4 years, 5 months ago
  73. 32f924f Remove duplicate definition of MBEDTLS_MPS_ERR_BASE by Hanno Becker · 4 years, 5 months ago
  74. 4cc3705 Fix documentation for mbedtls_mps_[stored_]size_t by Hanno Becker · 4 years, 5 months ago
  75. 06ea7ea Improve wording of documentation of mbedtls_mps_size_t by Hanno Becker · 4 years, 5 months ago
  76. 83e9d4b Clarify documentation of MBEDTLS_MPS_STATE_VALIDATION by Hanno Becker · 4 years, 5 months ago
  77. ed6cc33 Adjust spacing for MPS reader entries in library/Makefile by Hanno Becker · 4 years, 5 months ago
  78. 7744c7c Fix typo in MPS reader documentation by Hanno Becker · 4 years, 6 months ago
  79. 419c230 Clarify wording in MPS reader documentation by Hanno Becker · 4 years, 6 months ago
  80. 9b0d9cc Clarify wording in MPS reader documentation by Hanno Becker · 4 years, 6 months ago
  81. 0ec7da0 Fix typo in MPS reader documentation by Hanno Becker · 4 years, 6 months ago
  82. 5e8e51a Rename mbedtls_mps_reader::acc_avail -> acc_available by Hanno Becker · 4 years, 6 months ago
  83. 4298fab Improve readability of MPS reader implementation by Hanno Becker · 4 years, 6 months ago
  84. 3d17237 Fix typo in reader documentation by Hanno Becker · 4 years, 6 months ago
  85. 4d83444 Don't invalidate MPS reader buffers upon commit call by Hanno Becker · 4 years, 6 months ago
  86. 40a293c Move MPS reader to mbedtls_mps_ namespace by Hanno Becker · 4 years, 6 months ago
  87. 35bb35d Move MPS trace macros to MBEDTLS_MPS_ namespace by Hanno Becker · 4 years, 6 months ago
  88. 9ce3164 Rename MPS files library/mps/xxx.[ch] to library/mps_xxx.[ch] by Hanno Becker · 4 years, 6 months ago
  89. ef4575d Add MPS trace module implementation by Hanno Becker · 4 years, 7 months ago
  90. 746a431 Add MPS configuration option for state validation by Hanno Becker · 4 years, 7 months ago
  91. af40938 Add internal header for MPS errors by Hanno Becker · 4 years, 7 months ago
  92. c86c05f Add implementation for MPS assertion macros by Hanno Becker · 4 years, 7 months ago
  93. f6c26f4 Add MPS reader translation unit to Makefile and CMakeLists by Hanno Becker · 4 years, 7 months ago
  94. ce695e1 Add typedef's for MPS buffer size types by Hanno Becker · 4 years, 7 months ago
  95. d038129 Add MPS reader implementation by Hanno Becker · 4 years, 7 months ago
  96. e20c76d Add header and documentation for MPS reader by Hanno Becker · 4 years, 7 months ago
  97. 176698f Add stub implementation for MPS tracing API by Hanno Becker · 4 years, 7 months ago
  98. ae9736d Add MPS compile-time option for enabling/disabling tracing by Hanno Becker · 4 years, 7 months ago
  99. f861140 Add MPS compile time option for enabling/disabling assertions by Hanno Becker · 4 years, 7 months ago
  100. 967ccd0 Add MPS configuration header by Hanno Becker · 4 years, 7 months ago