1. 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
  2. 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
  3. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  4. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  5. f9f0ba8 Use functions in alignment.h to get value by Thomas Daubney · 2 years, 2 months ago
  6. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  7. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  8. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  9. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  10. 543d00e sha: remove SHA1 from ssl_cookie by Valerio Setti · 2 years, 7 months ago
  11. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 7 months ago
  12. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 9 months ago
  13. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  14. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  15. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  16. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  17. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  18. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
  19. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  20. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  21. 488a40e Rename psa_hmac to psa_hmac_key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 4 months ago
  22. 79daea2 Handle and return translated PSA errors in ssl_cookie.c by Neil Armstrong · 3 years, 4 months ago
  23. 2d5e343 Use inline PSA code instead of using ssl_cookie_hmac in mbedtls_ssl_cookie_write() by Neil Armstrong · 3 years, 4 months ago
  24. 6d5baf5 Use PSA MAC verify API in mbedtls_ssl_cookie_check() by Neil Armstrong · 3 years, 5 months ago
  25. be52f50 Use PSA_ALG_TRUNCATED_MAC() to limit to COOKIE_HMAC_LEN in mbedtls_ssl_cookie_setup() by Neil Armstrong · 3 years, 5 months ago
  26. 7cd0270 Drop mutex in mbedtls_ssl_cookie_ctx when PSA is used by Neil Armstrong · 3 years, 5 months ago
  27. 2217d6f Generate cookie MAC key with psa_generate_key by Neil Armstrong · 3 years, 5 months ago
  28. 77b69ab Remove non-PSA MAC key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  29. 23d34ce Use PSA HMAC API in ssl_cookie_hmac() by Neil Armstrong · 3 years, 5 months ago
  30. d633201 Import PSA HMAC key in mbedtls_ssl_cookie_setup() by Neil Armstrong · 3 years, 5 months ago
  31. bca99ee Add PSA key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
  32. c2f7b75 mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
  33. be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 3 years, 8 months ago
  34. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 9 months ago
  35. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 9 months ago
  36. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years ago
  37. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  38. b6511b0 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years ago
  39. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years ago
  40. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  41. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  42. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  43. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  44. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 3 months ago
  45. e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 3 months ago
  46. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 3 months ago
  47. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 5 months ago
  48. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  49. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  50. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  51. 261602c Uniformize bounds checks using new macro by Hanno Becker · 8 years ago
  52. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  53. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  54. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  55. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  56. 04965ed Fix resource leak when using mutex and ssl_cookie by Ron Eldor · 8 years ago
  57. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  58. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  59. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  60. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  61. 2a84dfd Make ssl_cookie.c thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  62. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  63. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  64. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  65. 6ab9b00 Fix warnings from armcc by Manuel Pégourié-Gonnard · 10 years ago
  66. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  67. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  68. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  69. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  70. e4d4890 Finish renaming website by Manuel Pégourié-Gonnard · 10 years ago
  71. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  72. 3d2c4b7 Fix url in new files by Manuel Pégourié-Gonnard · 10 years ago
  73. dba564b Fix files that are not in development by Manuel Pégourié-Gonnard · 11 years ago
  74. 562eb78 Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL by Manuel Pégourié-Gonnard · 11 years ago
  75. bef8f09 Make cookie timeout configurable by Manuel Pégourié-Gonnard · 11 years ago
  76. e903081 Add timestamp/serial to cookies, with timeout by Manuel Pégourié-Gonnard · 11 years ago
  77. 445a1ec Change internal names by Manuel Pégourié-Gonnard · 11 years ago
  78. 29ad7e8 Add check for missing ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 11 years ago
  79. a64acd4 Add separate SSL_COOKIE_C define by Manuel Pégourié-Gonnard · 11 years ago
  80. e4de061 Fix cookie context usage by Manuel Pégourié-Gonnard · 11 years ago
  81. 232edd4 Move cookie callbacks implementation to own module by Manuel Pégourié-Gonnard · 11 years ago