1. 1a53371 Remove curve parameter from public functions by Manuel Pégourié-Gonnard · 6 years ago
  2. 677b7f6 Fix direct use of struct instead of abstract type by Manuel Pégourié-Gonnard · 6 years ago
  3. 72a8c9e Force some compilers to respect volatile reads by Manuel Pégourié-Gonnard · 6 years ago
  4. ca7b5ab Use double-checking of critical value in pk_verify() by Manuel Pégourié-Gonnard · 6 years ago
  5. 324c6e9 Add error code MBEDTLS_ERR_PLATFORM_FAULT_DETECTED by Manuel Pégourié-Gonnard · 6 years ago
  6. 10d8e8e Use safer return values in uECC_verify() by Manuel Pégourié-Gonnard · 6 years ago
  7. a387700 Merge remote-tracking branch 'public/pr/2876' into baremetal by Simon Butcher · 6 years ago
  8. 1e96b46 Disable use of HRNG in SCA-hardened mem-functions by Manuel Pégourié-Gonnard · 6 years ago
  9. d49d2b6 Changed mbedtls_platform_memset/cpy/cmp in selftest functions back to original methods by Teppo Järvelin · 6 years ago
  10. 6f4e030 Changed mbedtls_platform_memcpy to memcpy in places which don't handle critical data by Teppo Järvelin · 6 years ago
  11. b5c4671 Changed mbedtls_platform_memcpy back to memcpy for selftest and test functions by Teppo Järvelin · 6 years ago
  12. 3137fb2 Added include platform_util.h to padlock.c to fix compile with all defines variants by Teppo Järvelin · 6 years ago
  13. 91d7938 Changed every memcpy to SCA equivalent mbedtls_platform_memcpy by Teppo Järvelin · 6 years ago
  14. aeecf04 Merge remote-tracking branch 'public/pr/2907' into baremetal by Simon Butcher · 6 years ago
  15. 8a8488c Fix mbedtls_ssl_check_record usage with ext buf by Arto Kinnunen · 6 years ago
  16. 0fa65aa Review corrections by Arto Kinnunen · 6 years ago
  17. c0a8bd4 Tests for AES encypt only by Arto Kinnunen · 6 years ago
  18. 1480444 Add config option for AES encryption only by Arto Kinnunen · 6 years ago
  19. 5bdafa2 Update version_features.c by Arto Kinnunen · 6 years ago
  20. 77b9cfc AES: add config option for 128-bit keys by Arto Kinnunen · 6 years ago
  21. e2bf54d Merge remote-tracking branch 'public/pr/2877' into baremetal by Simon Butcher · 6 years ago
  22. 713e5c3 Merge remote-tracking branch 'public/pr/2880' into baremetal by Simon Butcher · 6 years ago
  23. a26fb4c Merge remote-tracking branch 'public/pr/2870' into baremetal by Simon Butcher · 6 years ago
  24. 3d01f23 Use plain memset() in HMAC-DRBG seeding by Manuel Pégourié-Gonnard · 6 years ago
  25. 895454d Use plain memset() for public data in ssl_tls.c by Manuel Pégourié-Gonnard · 6 years ago
  26. ee0c35f Use plain memset() for session ID and Hello.Random by Manuel Pégourié-Gonnard · 6 years ago
  27. 6bf30be Use plain memset() for signature transcoding by Manuel Pégourié-Gonnard · 6 years ago
  28. 54526c3 Use plain memset() for freshly allocated objects by Manuel Pégourié-Gonnard · 6 years ago
  29. 9941933 Use plain memset() in context init functions by Manuel Pégourié-Gonnard · 6 years ago
  30. 14f33e7 Use platform_memset() in platform_zeroize() by Manuel Pégourié-Gonnard · 6 years ago
  31. 5220781 Fix missing include in some files by Manuel Pégourié-Gonnard · 6 years ago
  32. 7a346b8 Replace memset() with mbedtls_platform_memset() by Manuel Pégourié-Gonnard · 6 years ago
  33. f0963f7 Merge remote-tracking branch 'public/pr/2867' into baremetal by Simon Butcher · 6 years ago
  34. f7881ad Merge remote-tracking branch 'public/pr/2865' into baremetal by Simon Butcher · 6 years ago
  35. 0a9b44d Merge branch 'mbedtls-2.16' into baremetal-2.16-20191004 by Manuel Pégourié-Gonnard · 6 years ago
  36. 0efac53 Review fixes: fixed comments to be more accurate and changed one memcmp to safer version by Teppo Järvelin · 6 years ago
  37. 707ceb8 Replaced mbedtls_ssl_safer_memcmp with mbedtls_platform_memcmp by Teppo Järvelin · 6 years ago
  38. 650343c Changed mbedtls_platform_memcmp to memcmp for places that don't have critical data and are under baremetal by Teppo Järvelin · 6 years ago
  39. 436d18d Prevent a 0-modulus by Jarno Lamsa · 6 years ago
  40. e29e8a4 Use MBEDTLS_ENTROPY_HARDWARE_ALT by Jarno Lamsa · 6 years ago
  41. 61f412e Changed every memcmp to SCA equivalent mbedtls_platform_memcmp by Teppo Järvelin · 6 years ago
  42. 51f65e4 Standardize prototypes of platform_memcpy/memset by Manuel Pégourié-Gonnard · 6 years ago
  43. da59306 Merge remote-tracking branch 'origin/pr/2578' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  44. a1e5054 Fix issues in CI by Jarno Lamsa · 6 years ago
  45. 7cb9027 Use bitwise comparison in memcmp by Jarno Lamsa · 6 years ago
  46. 32db938 Fix buffer initalisation by Jarno Lamsa · 6 years ago
  47. f5ebe2a Make RNG exclude the given maximum value by Jarno Lamsa · 6 years ago
  48. 0ff7109 Fix style issues by Jarno Lamsa · 6 years ago
  49. f65e9de Change rng-function return-type by Jarno Lamsa · 6 years ago
  50. a196732 Change the rng-function name by Jarno Lamsa · 6 years ago
  51. 21d6a20 Add missing typecast for memset by Jarno Lamsa · 6 years ago
  52. d82e559 Add a config flag for the global RNG by Jarno Lamsa · 6 years ago
  53. d198672 Harmonize static function compiler flags by Arto Kinnunen · 6 years ago
  54. 0736325 Add FI/SCA compliant versions of mem-functions by Jarno Lamsa · 6 years ago
  55. c0d2fa7 Update Makefiles and revert changes to config.pl by Arto Kinnunen · 6 years ago
  56. 85b495b Merge remote-tracking branch 'origin/pr/652' into baremetal by Simon Butcher · 6 years ago
  57. 5e639ed Add comments to Makefiles by Arto Kinnunen · 6 years ago
  58. 8307802 Enable tests in Mbed OS environment by Arto Kinnunen · 6 years ago
  59. 8d0684d Merge remote-tracking branch 'public/pr/2835' into baremetal by Simon Butcher · 6 years ago
  60. 8b5e6bd Improve some internal documentation by Manuel Pégourié-Gonnard · 6 years ago
  61. a77e9b5 Make sub-context statically allocated by Manuel Pégourié-Gonnard · 6 years ago
  62. 073c1e1 Remove pk_info from pk_context_t with SINGLE_TYPE by Manuel Pégourié-Gonnard · 6 years ago
  63. 2829bbf Remove dependency from SSL on PK internals by Manuel Pégourié-Gonnard · 6 years ago
  64. 4223ce4 Introduce macro-based read access to ctx->pk_info by Manuel Pégourié-Gonnard · 6 years ago
  65. f8b7c7f Implement two-valued handle type by Manuel Pégourié-Gonnard · 6 years ago
  66. 020d9ba Introduce abstraction mbedtls_pk_handle_t by Manuel Pégourié-Gonnard · 6 years ago
  67. 08620cb Implement static dispatch with SINGLE_PK_TYPE by Manuel Pégourié-Gonnard · 6 years ago
  68. 8cd2889 Clean up merged pk_wrap in pk.c by Manuel Pégourié-Gonnard · 6 years ago
  69. 4ed179f Merge pk_wrap into pk.c by Manuel Pégourié-Gonnard · 6 years ago
  70. 342cecf Introduce macro-based access to info members by Manuel Pégourié-Gonnard · 6 years ago
  71. 26b807d Fix bug in pkwrite with TinyCrypt but no RSA by Manuel Pégourié-Gonnard · 6 years ago
  72. 57d96cd Move NULL check inside accessor function by Manuel Pégourié-Gonnard · 6 years ago
  73. 2d9466f Minor preparatory changes in mbedtls_pk_check_pair() by Manuel Pégourié-Gonnard · 6 years ago
  74. c10f092 Add accessor functions for members of pk_info by Manuel Pégourié-Gonnard · 6 years ago
  75. e5a0b36 Merge branch 'baremetal' into baremetal-2.16-20190909 by Manuel Pégourié-Gonnard · 6 years ago
  76. e8144aa Merge remote-tracking branch 'origin/pr/657' into baremetal by Simon Butcher · 6 years ago
  77. 88b535a Merge remote-tracking branch 'origin/pr/654' into baremetal by Simon Butcher · 6 years ago
  78. 303d399 Merge remote-tracking branch 'origin/pr/609' into baremetal by Simon Butcher · 6 years ago
  79. 9bdd13b Merge remote-tracking branch 'origin/pr/621' into baremetal by Simon Butcher · 6 years ago
  80. fa4cbe0 Fix conflict in EC private key writing by Manuel Pégourié-Gonnard · 6 years ago
  81. 8abd0a0 Merge branch 'mbedtls-2.16' into baremetal-2.16-20190909 by Manuel Pégourié-Gonnard · 6 years ago
  82. 3d7439e Review corrections 6 by Arto Kinnunen · 6 years ago
  83. 84eeb4f Review corrections 5 by Arto Kinnunen · 6 years ago
  84. 9b3b194 Review corrections 4 by Arto Kinnunen · 6 years ago
  85. a3fa06e Review corrections 3 by Arto Kinnunen · 6 years ago
  86. 4f4849a Review corrections 2 by Arto Kinnunen · 6 years ago
  87. 6e3f09b Review corrections by Arto Kinnunen · 6 years ago
  88. ee9bfca Update signature of BE conversion functions by Arto Kinnunen · 6 years ago
  89. 0b62ce8 Use function for 16/24/32-bit BE conversion by Arto Kinnunen · 6 years ago
  90. 7fce190 Merge remote-tracking branch 'origin/pr/635' into HEAD by Simon Butcher · 6 years ago
  91. 392a8d0 x509.c: Minor readability improvement by Hanno Becker · 6 years ago
  92. 14b0a68 x509_crt.c: Indicate guarding condition in #else branch by Hanno Becker · 6 years ago
  93. 8d6d320 Re-implement verify chain if vrfy cbs are disabled by Hanno Becker · 6 years ago
  94. adc282a Add zero-cost abstraction layer for CRT verification chain by Hanno Becker · 6 years ago
  95. 9ec3fe0 Introduce configuration option to remove CRT verification callbacks by Hanno Becker · 6 years ago
  96. 3252c4d Fixup MD: Avoid always-false pointer comparison by Hanno Becker · 6 years ago
  97. 64b0623 MD: Implement config dep'n inlining of mbedtls_md_setup() by Hanno Becker · 6 years ago
  98. 52e36bc MD: Embed digest context structure into MD wrapper context by Hanno Becker · 6 years ago
  99. d73aabd Fixup: Declare digest info structures as static by Hanno Becker · 6 years ago
  100. 53ade9f MD: Implement config dep'n inlining of mbedtls_md_process() by Hanno Becker · 6 years ago