1. 2b90961 Add integrity check for curve parameters by Manuel Pégourié-Gonnard · 6 years ago
  2. 1a53371 Remove curve parameter from public functions by Manuel Pégourié-Gonnard · 6 years ago
  3. be5f833 Remove curve parameter from (semi-)internal functions by Manuel Pégourié-Gonnard · 6 years ago
  4. bc3f490 Remove struct curve entirely by Manuel Pégourié-Gonnard · 6 years ago
  5. 677b7f6 Fix direct use of struct instead of abstract type by Manuel Pégourié-Gonnard · 6 years ago
  6. ffd1399 Move b from curve structure to its own constant by Manuel Pégourié-Gonnard · 6 years ago
  7. a611508 Move G from struct curve to its own constant by Manuel Pégourié-Gonnard · 6 years ago
  8. 356d859 Move n from struct curve to its own constant by Manuel Pégourié-Gonnard · 6 years ago
  9. 4d8777c Move p from curve structure to its own constant by Manuel Pégourié-Gonnard · 6 years ago
  10. 30833f2 Remove num_n_bits member from curve structure by Manuel Pégourié-Gonnard · 6 years ago
  11. 72c1764 Remove num_bytes member from curve structure by Manuel Pégourié-Gonnard · 6 years ago
  12. 1765933 Remove num_words member from curve structure by Manuel Pégourié-Gonnard · 6 years ago
  13. 1c6f7ea Remove function pointers from curve structure by Manuel Pégourié-Gonnard · 6 years ago
  14. e714332 Add pre and post-validation to mult_safer() by Manuel Pégourié-Gonnard · 6 years ago
  15. 41ab8cb Centralize everything to EccPoint_mult_safer() by Manuel Pégourié-Gonnard · 6 years ago
  16. 72a8c9e Force some compilers to respect volatile reads by Manuel Pégourié-Gonnard · 6 years ago
  17. ca7b5ab Use double-checking of critical value in pk_verify() by Manuel Pégourié-Gonnard · 6 years ago
  18. 324c6e9 Add error code MBEDTLS_ERR_PLATFORM_FAULT_DETECTED by Manuel Pégourié-Gonnard · 6 years ago
  19. e6d6f17 Add double-checking of critical value in uECC_verify() by Manuel Pégourié-Gonnard · 6 years ago
  20. 2b6312b Harden return value of uECC_vli_equal() by Manuel Pégourié-Gonnard · 6 years ago
  21. 10d8e8e Use safer return values in uECC_verify() by Manuel Pégourié-Gonnard · 6 years ago
  22. c05f150 Introduce return values for tinycrypt functions by Manuel Pégourié-Gonnard · 6 years ago
  23. a387700 Merge remote-tracking branch 'public/pr/2876' into baremetal by Simon Butcher · 6 years ago
  24. c759b88 Merge remote-tracking branch 'public/pr/2889' into baremetal by Simon Butcher · 6 years ago
  25. b2af693 Merge remote-tracking branch 'public/pr/2910' into baremetal by Simon Butcher · 6 years ago
  26. 4965466 Merge remote-tracking branch 'public/pr/2930' into baremetal by Simon Butcher · 6 years ago
  27. 1e96b46 Disable use of HRNG in SCA-hardened mem-functions by Manuel Pégourié-Gonnard · 6 years ago
  28. c881486 Fix off-by-one number of extra operations by Manuel Pégourié-Gonnard · 6 years ago
  29. ad166d8 Also check curve in verify() by Manuel Pégourié-Gonnard · 6 years ago
  30. 9135348 Hardcode numwords in vli_modInv by Manuel Pégourié-Gonnard · 6 years ago
  31. 3e20adf Hardcode numwords in vli_modMult by Manuel Pégourié-Gonnard · 6 years ago
  32. 10349e4 Hardcode numwords in vli_mmod by Manuel Pégourié-Gonnard · 6 years ago
  33. 1b0875d Hardcode numwords in vli_modSub by Manuel Pégourié-Gonnard · 6 years ago
  34. 0779be7 Hardcode numwords in vli_modAdd by Manuel Pégourié-Gonnard · 6 years ago
  35. 5e3baf2 Hardcode numwords in vli_rshift1 by Manuel Pégourié-Gonnard · 6 years ago
  36. 2cb3eea Hardcode numwords in vli_cmp by Manuel Pégourié-Gonnard · 6 years ago
  37. 129b42e Hardcode numwords in vli_sub by Manuel Pégourié-Gonnard · 6 years ago
  38. 2eca3d3 Hardcode numwords in vli_equal by Manuel Pégourié-Gonnard · 6 years ago
  39. a752191 Hardcode numwords in vli_cpm_unsafe by Manuel Pégourié-Gonnard · 6 years ago
  40. cbbb0f0 Hardcode numwords in vli_set() by Manuel Pégourié-Gonnard · 6 years ago
  41. 2bf5a12 Hardcode numwords in semi-internal vli_numBits() by Manuel Pégourié-Gonnard · 6 years ago
  42. 94e4849 Hardcode numwords in semi-internal vli_clear() by Manuel Pégourié-Gonnard · 6 years ago
  43. f3899fc hardcode numwords in semi-internal vli_isZero by Manuel Pégourié-Gonnard · 6 years ago
  44. 02d9d21 Hardcode numwords in internal vli_add by Manuel Pégourié-Gonnard · 6 years ago
  45. 78a7e35 Use macros for number of bits and words by Manuel Pégourié-Gonnard · 6 years ago
  46. c3ec14c Harcode curve in semi-internal modMult function by Manuel Pégourié-Gonnard · 6 years ago
  47. 3645ac9 Start hardcoding curve in internal functions by Manuel Pégourié-Gonnard · 6 years ago
  48. 27926d6 Remove less-safe mult function from public API by Manuel Pégourié-Gonnard · 6 years ago
  49. ef23828 Add ECCPoint_mult_safer() function by Manuel Pégourié-Gonnard · 6 years ago
  50. c78d86b Remove some internal functions that aren't needed by Manuel Pégourié-Gonnard · 6 years ago
  51. 86c4f81 Improve documentation of internal function by Manuel Pégourié-Gonnard · 6 years ago
  52. d5e503e Rename wait_state_t to ecc_wait_state_t by Manuel Pégourié-Gonnard · 6 years ago
  53. d467116 Make wait_state smaller by Manuel Pégourié-Gonnard · 6 years ago
  54. 938f53f Actually use randomized mult when relevant by Manuel Pégourié-Gonnard · 6 years ago
  55. 14ab9c2 Add random delays to multi-precision multiplication by Manuel Pégourié-Gonnard · 6 years ago
  56. 6ee7a4e Validate peer's public key in ECDH by Manuel Pégourié-Gonnard · 6 years ago
  57. 4a658a0 Add projective coordinates randomization in ECDSA by Manuel Pégourié-Gonnard · 6 years ago
  58. 2e2fa5e Adress review comments by Jarno Lamsa · 6 years ago
  59. 77c4fcc Use DER encoded keys with tinycrypt by Jarno Lamsa · 6 years ago
  60. 6ba32ca Add authentication tests for baremetal config by Jarno Lamsa · 6 years ago
  61. 6f54fe7 Add a bad version of server11 certificate by Jarno Lamsa · 6 years ago
  62. d49d2b6 Changed mbedtls_platform_memset/cpy/cmp in selftest functions back to original methods by Teppo Järvelin · 6 years ago
  63. 6f4e030 Changed mbedtls_platform_memcpy to memcpy in places which don't handle critical data by Teppo Järvelin · 6 years ago
  64. b5c4671 Changed mbedtls_platform_memcpy back to memcpy for selftest and test functions by Teppo Järvelin · 6 years ago
  65. 3137fb2 Added include platform_util.h to padlock.c to fix compile with all defines variants by Teppo Järvelin · 6 years ago
  66. 91d7938 Changed every memcpy to SCA equivalent mbedtls_platform_memcpy by Teppo Järvelin · 6 years ago
  67. b514cd3 Remove dependency to MBEDTLS_ERROR_C by Jarno Lamsa · 6 years ago
  68. d342805 Added Forced ECC ciphersuite with CCM tests by Jarno Lamsa · 6 years ago
  69. c40184b Add test for small server packet by Jarno Lamsa · 6 years ago
  70. 0ed6808 Add test for small client packet by Jarno Lamsa · 6 years ago
  71. c5118b7 Add a new keyUsage test for p256 using DTLS by Jarno Lamsa · 6 years ago
  72. ff434c2 Add test for enforcing extended master secret by Jarno Lamsa · 6 years ago
  73. 5b944b5 define MBEDTLS_FS_IO by Jarno Lamsa · 6 years ago
  74. 7544195 Remove echo FORCE SKIP by Jarno Lamsa · 6 years ago
  75. aeecf04 Merge remote-tracking branch 'public/pr/2907' into baremetal by Simon Butcher · 6 years ago
  76. 8b2c642 Merge remote-tracking branch 'public/pr/2904' into baremetal by Simon Butcher · 6 years ago
  77. f5a6404 Merge remote-tracking branch 'public/pr/2892' into baremetal by Simon Butcher · 6 years ago
  78. 9d36fa1 Merge remote-tracking branch 'public/pr/2891' into baremetal by Simon Butcher · 6 years ago
  79. a85b3e4 Merge remote-tracking branch 'public/pr/2890' into baremetal by Simon Butcher · 6 years ago
  80. 2f99f3d Merge remote-tracking branch 'public/pr/2850' into baremetal by Simon Butcher · 6 years ago
  81. 8a8488c Fix mbedtls_ssl_check_record usage with ext buf by Arto Kinnunen · 6 years ago
  82. 7800719 Adjusted buf allocated from heap in ssl_client2 to be as small as possible by Teppo Järvelin · 6 years ago
  83. 614efc2 Moved allocation checks to correct place in ssl_server2.c by Teppo Järvelin · 6 years ago
  84. 4ecfbd3 Fix tests to work in Mbed OS test environment by Arto Kinnunen · 6 years ago
  85. 99082ae Fixed CI tests by overriding value MBEDTLS_ENTROPY_MAX_SOURCES by Teppo Järvelin · 6 years ago
  86. 0fa65aa Review corrections by Arto Kinnunen · 6 years ago
  87. c0a8bd4 Tests for AES encypt only by Arto Kinnunen · 6 years ago
  88. 1480444 Add config option for AES encryption only by Arto Kinnunen · 6 years ago
  89. 366c13e Update AES 128-bit key test by Arto Kinnunen · 6 years ago
  90. 4c003ca Update AES 128-key test by Arto Kinnunen · 6 years ago
  91. 5ed870d Adjust AES RAM usage according to config options by Arto Kinnunen · 6 years ago
  92. 5bdafa2 Update version_features.c by Arto Kinnunen · 6 years ago
  93. 265d162 Update AES-128 bit configuration by Arto Kinnunen · 6 years ago
  94. 60b1106 Update configuration by Arto Kinnunen · 6 years ago
  95. 4ab702b Add AES 128-bit key dependency to tests by Arto Kinnunen · 6 years ago
  96. 77b9cfc AES: add config option for 128-bit keys by Arto Kinnunen · 6 years ago
  97. e2bf54d Merge remote-tracking branch 'public/pr/2877' into baremetal by Simon Butcher · 6 years ago
  98. 713e5c3 Merge remote-tracking branch 'public/pr/2880' into baremetal by Simon Butcher · 6 years ago
  99. a26fb4c Merge remote-tracking branch 'public/pr/2870' into baremetal by Simon Butcher · 6 years ago
  100. 3d414bf Increased MEMORY_HEAP_SIZE to 140000 in ssl_server2 to get CI passing. by Teppo Järvelin · 6 years ago