1. 2d83fe1 CTR_DRBG: improve the discussion of entropy length vs strength by Gilles Peskine · 6 years ago
  2. bb2b8da CTR_DRBG: Finish an unfinished paragraph by Gilles Peskine · 6 years ago
  3. e3dc594 CTR_DRBG: Document the security strength and SP 800-90A compliance by Gilles Peskine · 6 years ago
  4. c1c9292 CTR_DRBG: Document the maximum size of some parameters by Gilles Peskine · 6 years ago
  5. da5ccce CTR_DRBG documentation clarifications by Gilles Peskine · 6 years ago
  6. 17540ab Fix usage of randomized number in AES by Arto Kinnunen · 6 years ago
  7. 311ab59 Flag SCA_CM encrypt/decrypt functions by Arto Kinnunen · 6 years ago
  8. 10a2ffd Merge remote-tracking branch 'upstream/pr/2945' into baremetal by Arto Kinnunen · 6 years ago
  9. ac6d226 Update signature of mbedtls_platform_random_delay by Arto Kinnunen · 6 years ago
  10. 2d9c0eb Merge remote-tracking branch 'public/pr/2948' into baremetal by Simon Butcher · 6 years ago
  11. 4b3b8c2 Merge remote-tracking branch 'public/pr/2886' into baremetal by Simon Butcher · 6 years ago
  12. e91f0dc Replace mbedtls_platform_enforce_volatile_reads by Arto Kinnunen · 6 years ago
  13. 0490485 Add random delay to enforce_volatile_reads by Arto Kinnunen · 6 years ago
  14. 9a506e7 Update comments of mbedtls_platform_random_delay by Arto Kinnunen · 6 years ago
  15. 4c63b98 Add random delay function to platform_utils by Arto Kinnunen · 6 years ago
  16. 5aa4c07 Minor review fixes by Jarno Lamsa · 6 years ago
  17. 616fbe1 Increase hamming distance for authmode by Jarno Lamsa · 6 years ago
  18. afff4d0 Remove unused flag by Jarno Lamsa · 6 years ago
  19. e1621d4 Check that the peer_authenticated flag by Jarno Lamsa · 6 years ago
  20. b57d7fd Add flags for protecting TLS state machine by Jarno Lamsa · 6 years ago
  21. 9e8e820 Increase hamming distance for some error codes by Jarno Lamsa · 6 years ago
  22. 4708d66 Change the mbedtls_ssl_states values by Jarno Lamsa · 6 years ago
  23. 70abd7a Add enumeration for invalid state by Jarno Lamsa · 6 years ago
  24. e76c638 Merge remote-tracking branch 'public/pr/2925' into baremetal by Simon Butcher · 6 years ago
  25. 6ce4988 AES FI resistance by Arto Kinnunen · 6 years ago
  26. 34139ba Updates to AES countermeasures by Arto Kinnunen · 6 years ago
  27. 430ac13 Add config and test for AES SCA countermeasures by Arto Kinnunen · 6 years ago
  28. 501c466 Merge remote-tracking branch 'public/pr/2934' into baremetal by Simon Butcher · 6 years ago
  29. 5b45c6e Merge remote-tracking branch 'public/pr/2932' into baremetal by Simon Butcher · 6 years ago
  30. 7c5de36 Merge remote-tracking branch 'public/pr/2922' into baremetal by Simon Butcher · 6 years ago
  31. 766c9e9 Improve description of ERR_PLATFORM_FAULT_DETECTED by Manuel Pégourié-Gonnard · 6 years ago
  32. 65be6b4 Add compile guard in platform.h by Manuel Pégourié-Gonnard · 6 years ago
  33. 9d6a535 Return and propagate UECC_FAULT_DETECTED by Manuel Pégourié-Gonnard · 6 years ago
  34. 4d6186b Rename ATTACK_DETECTED to FAULT_DETECTED by Manuel Pégourié-Gonnard · 6 years ago
  35. 2b90961 Add integrity check for curve parameters by Manuel Pégourié-Gonnard · 6 years ago
  36. 1a53371 Remove curve parameter from public functions by Manuel Pégourié-Gonnard · 6 years ago
  37. be5f833 Remove curve parameter from (semi-)internal functions by Manuel Pégourié-Gonnard · 6 years ago
  38. bc3f490 Remove struct curve entirely by Manuel Pégourié-Gonnard · 6 years ago
  39. ffd1399 Move b from curve structure to its own constant by Manuel Pégourié-Gonnard · 6 years ago
  40. a611508 Move G from struct curve to its own constant by Manuel Pégourié-Gonnard · 6 years ago
  41. 356d859 Move n from struct curve to its own constant by Manuel Pégourié-Gonnard · 6 years ago
  42. 4d8777c Move p from curve structure to its own constant by Manuel Pégourié-Gonnard · 6 years ago
  43. 5b36693 Harden hmac_drbg and md against fault injection by Arto Kinnunen · 6 years ago
  44. 35e535a Remove TinyCrypt config condition in source files by Simon Butcher · 6 years ago
  45. 30833f2 Remove num_n_bits member from curve structure by Manuel Pégourié-Gonnard · 6 years ago
  46. 72c1764 Remove num_bytes member from curve structure by Manuel Pégourié-Gonnard · 6 years ago
  47. 1765933 Remove num_words member from curve structure by Manuel Pégourié-Gonnard · 6 years ago
  48. 1c6f7ea Remove function pointers from curve structure by Manuel Pégourié-Gonnard · 6 years ago
  49. ea7eab1 Add redundancy (Hamming distance) to cert flags by Manuel Pégourié-Gonnard · 6 years ago
  50. 72a8c9e Force some compilers to respect volatile reads by Manuel Pégourié-Gonnard · 6 years ago
  51. 324c6e9 Add error code MBEDTLS_ERR_PLATFORM_FAULT_DETECTED by Manuel Pégourié-Gonnard · 6 years ago
  52. 2b6312b Harden return value of uECC_vli_equal() by Manuel Pégourié-Gonnard · 6 years ago
  53. 10d8e8e Use safer return values in uECC_verify() by Manuel Pégourié-Gonnard · 6 years ago
  54. c05f150 Introduce return values for tinycrypt functions by Manuel Pégourié-Gonnard · 6 years ago
  55. 9135348 Hardcode numwords in vli_modInv by Manuel Pégourié-Gonnard · 6 years ago
  56. 3e20adf Hardcode numwords in vli_modMult by Manuel Pégourié-Gonnard · 6 years ago
  57. 10349e4 Hardcode numwords in vli_mmod by Manuel Pégourié-Gonnard · 6 years ago
  58. 1b0875d Hardcode numwords in vli_modSub by Manuel Pégourié-Gonnard · 6 years ago
  59. 0779be7 Hardcode numwords in vli_modAdd by Manuel Pégourié-Gonnard · 6 years ago
  60. 2cb3eea Hardcode numwords in vli_cmp by Manuel Pégourié-Gonnard · 6 years ago
  61. 129b42e Hardcode numwords in vli_sub by Manuel Pégourié-Gonnard · 6 years ago
  62. 2eca3d3 Hardcode numwords in vli_equal by Manuel Pégourié-Gonnard · 6 years ago
  63. a752191 Hardcode numwords in vli_cpm_unsafe by Manuel Pégourié-Gonnard · 6 years ago
  64. cbbb0f0 Hardcode numwords in vli_set() by Manuel Pégourié-Gonnard · 6 years ago
  65. 2bf5a12 Hardcode numwords in semi-internal vli_numBits() by Manuel Pégourié-Gonnard · 6 years ago
  66. 94e4849 Hardcode numwords in semi-internal vli_clear() by Manuel Pégourié-Gonnard · 6 years ago
  67. f3899fc hardcode numwords in semi-internal vli_isZero by Manuel Pégourié-Gonnard · 6 years ago
  68. 78a7e35 Use macros for number of bits and words by Manuel Pégourié-Gonnard · 6 years ago
  69. c3ec14c Harcode curve in semi-internal modMult function by Manuel Pégourié-Gonnard · 6 years ago
  70. 27926d6 Remove less-safe mult function from public API by Manuel Pégourié-Gonnard · 6 years ago
  71. ef23828 Add ECCPoint_mult_safer() function by Manuel Pégourié-Gonnard · 6 years ago
  72. 0fa65aa Review corrections by Arto Kinnunen · 6 years ago
  73. 1480444 Add config option for AES encryption only by Arto Kinnunen · 6 years ago
  74. 5ed870d Adjust AES RAM usage according to config options by Arto Kinnunen · 6 years ago
  75. 265d162 Update AES-128 bit configuration by Arto Kinnunen · 6 years ago
  76. 60b1106 Update configuration by Arto Kinnunen · 6 years ago
  77. 77b9cfc AES: add config option for 128-bit keys by Arto Kinnunen · 6 years ago
  78. 713e5c3 Merge remote-tracking branch 'public/pr/2880' into baremetal by Simon Butcher · 6 years ago
  79. a26fb4c Merge remote-tracking branch 'public/pr/2870' into baremetal by Simon Butcher · 6 years ago
  80. 0a9b44d Merge branch 'mbedtls-2.16' into baremetal-2.16-20191004 by Manuel Pégourié-Gonnard · 6 years ago
  81. c4315e6 Address review comments for documentation by Jarno Lamsa · 6 years ago
  82. 707ceb8 Replaced mbedtls_ssl_safer_memcmp with mbedtls_platform_memcmp by Teppo Järvelin · 6 years ago
  83. 39a9d40 Update documentation for the RNG-function by Jarno Lamsa · 6 years ago
  84. e29e8a4 Use MBEDTLS_ENTROPY_HARDWARE_ALT by Jarno Lamsa · 6 years ago
  85. 61f412e Changed every memcmp to SCA equivalent mbedtls_platform_memcmp by Teppo Järvelin · 6 years ago
  86. 51f65e4 Standardize prototypes of platform_memcpy/memset by Manuel Pégourié-Gonnard · 6 years ago
  87. a1e5054 Fix issues in CI by Jarno Lamsa · 6 years ago
  88. 77a0e07 Add return value doxygen by Jarno Lamsa · 6 years ago
  89. f5ebe2a Make RNG exclude the given maximum value by Jarno Lamsa · 6 years ago
  90. 0ff7109 Fix style issues by Jarno Lamsa · 6 years ago
  91. f65e9de Change rng-function return-type by Jarno Lamsa · 6 years ago
  92. 7d28155 Add doxygen for the platform-functions by Jarno Lamsa · 6 years ago
  93. a196732 Change the rng-function name by Jarno Lamsa · 6 years ago
  94. d82e559 Add a config flag for the global RNG by Jarno Lamsa · 6 years ago
  95. 0736325 Add FI/SCA compliant versions of mem-functions by Jarno Lamsa · 6 years ago
  96. 85b495b Merge remote-tracking branch 'origin/pr/652' into baremetal by Simon Butcher · 6 years ago
  97. 8d0684d Merge remote-tracking branch 'public/pr/2835' into baremetal by Simon Butcher · 6 years ago
  98. 8b5e6bd Improve some internal documentation by Manuel Pégourié-Gonnard · 6 years ago
  99. a77e9b5 Make sub-context statically allocated by Manuel Pégourié-Gonnard · 6 years ago
  100. 073c1e1 Remove pk_info from pk_context_t with SINGLE_TYPE by Manuel Pégourié-Gonnard · 6 years ago