1. 165564d Merge pull request #3946 from AndrzejKurek/optimized-key-exchange by Andrzej Kurek · 4 years, 8 months ago
  2. ad3c4ff Add an "SSL" infix to MBEDTLS_DELAYED_SERVER_CERT_VERIFICATION by Andrzej Kurek · 4 years, 8 months ago
  3. 6b5c9a3 Add an "SSL" infix to MBEDTLS_EARLY_KEY_COMPUTATION by Andrzej Kurek · 4 years, 8 months ago
  4. 4f5549f Add an "SSL" infix to MBEDTLS_IMMEDIATE_TRANSMISSION by Andrzej Kurek · 4 years, 8 months ago
  5. 38c7f2d Refactor the immediate transmission feature by Andrzej Kurek · 4 years, 8 months ago
  6. 9627202 Move MBEDTLS_DELAYED_SERVER_CERT_VERIFICATION to baremetal config by Andrzej Kurek · 4 years, 8 months ago
  7. 777d421 Fix define and function names to conform to Mbed TLS rules by Andrzej Kurek · 4 years, 8 months ago
  8. 1315124 Move the new config optimization defines to be optional by Andrzej Kurek · 4 years, 8 months ago
  9. 32846c6 Moving the ecdhe_computed variable into the handshake structure by Hannes Tschofenig · 4 years, 8 months ago
  10. 3e80b1a Fix compilation errors when building sign_with_k test function by Andrzej Kurek · 4 years, 8 months ago
  11. c34d9cf Adding storage for public key to handshake_params by Hannes Tschofenig · 4 years, 8 months ago
  12. 77cddb3 Adding early key computation config option by Hannes Tschofenig · 4 years, 8 months ago
  13. 3cb3db7 Adding early key computation config check by Hannes Tschofenig · 4 years, 8 months ago
  14. dfa4bae Adding immediate transmission option by Hannes Tschofenig · 4 years, 8 months ago
  15. 4f8c883 Adding wrapper function for certificate verification function by Hannes Tschofenig · 4 years, 8 months ago
  16. f336c7e Adding delayed server cert verification config option by Hannes Tschofenig · 4 years, 8 months ago
  17. c7f6d7f Making sure that keep peer certificate option is set when server cert verification is used. by Hannes Tschofenig · 4 years, 8 months ago
  18. 7326c62 Add flow control to platform rnd buf by Shelly Liberman · 4 years, 8 months ago
  19. 26bea33 Merge pull request #3899 from shelib01/masked-aes by Shelly Liberman · 4 years, 8 months ago
  20. 11c6488 After review fixes by Shelly Liberman · 4 years, 8 months ago
  21. 7d0a686 Make CCM shuffling and masking optional by Andrzej Kurek · 4 years, 8 months ago
  22. 44b4229 masked-aes CI problems fixes by Shelly Liberman · 4 years, 8 months ago
  23. c907c81 aes boolean masking by Shelly Liberman · 4 years, 9 months ago
  24. 88da3c2 Merge branch 'baremetal' into masked-aes by Shelly Liberman · 4 years, 8 months ago
  25. cdebcfe aes boolean masking by Shelly Liberman · 4 years, 9 months ago
  26. 7f81c86 Add a callback for platform faults in platform_util.c by Andrzej Kurek · 4 years, 9 months ago
  27. 5eba1d8 Merge pull request #3841 from AndrzejKurek/baremetal-rnd-in-range-fix by Andrzej Kurek · 4 years, 8 months ago
  28. a138c0a Move size checks outside of mbedtls_platform_random_in_range by Andrzej Kurek · 4 years, 9 months ago
  29. 57d9bdc Reorder structures by Kevin Bracey · 4 years, 9 months ago
  30. 1d53ce3 Avoid bitfields by Kevin Bracey · 4 years, 9 months ago
  31. 585e9e0 Add MBEDTLS_SSL_CONF_TRANSPORT by Kevin Bracey · 4 years, 9 months ago
  32. 2e49d07 Describe the behaviour of buffer resizing on an out-of-memory error by Andrzej Kurek · 4 years, 10 months ago
  33. f384495 Sideport the variable IO buffer size feature to baremetal by Andrzej Kurek · 4 years, 10 months ago
  34. db0e50e Introduce MBEDTLS_OPTIMIZE_TINYCRYPT_ASM by Andrzej Kurek · 4 years, 10 months ago
  35. f40c792 tinycrypt: use fast integer types by Kevin Bracey · 5 years ago
  36. a793237 Calculate hashes of ssl encryption and decryption keys by Andrzej Kurek · 4 years, 11 months ago
  37. 73680ad Merge pull request #3694 from AndrzejKurek/transform-cipher-optimization by Andrzej Kurek · 4 years, 11 months ago
  38. 1175044 Merge enc/dec cipher contexts in ssl transforms by Andrzej Kurek · 4 years, 11 months ago
  39. 05beb9a replace user rand by platform rand in ecc delays by Shelly Liberman · 5 years ago
  40. 9539f83 Swap out CRC calculation in AES in favour of a simple hash by Andrzej Kurek · 5 years ago
  41. e6d8db0 Change the tinycrypt return values to be below 256 by Andrzej Kurek · 5 years ago
  42. 8bb0839 Add a deprecated version of mbedtls_platform_memcmp. by Andrzej Kurek · 5 years ago
  43. c87e91c Merge pull request #3553 from AndrzejKurek/crc-calculation-base by Andrzej Kurek · 5 years ago
  44. ea8e846 Add flow monitor for mbedtls_platform_memcpy() and mbedtls_platform_memmove() by Piotr Nowicki · 5 years ago
  45. ed840db Add flow montitor to the mbedtls_platform_memset() by Piotr Nowicki · 5 years ago
  46. 057daa3 Random delay can be disabled in configuration by Piotr Nowicki · 5 years ago
  47. 77b7a77 Expanded the random number generator in the `platform_util.c` file by Piotr Nowicki · 5 years ago
  48. 8656fc6 Change the value type in the mbedtls_platform_random_in_range() by Piotr Nowicki · 5 years ago
  49. fa635df Merge pull request #3448 from piotr-now/platform_util by Piotr Nowicki · 5 years ago
  50. 8fba6e9 Merge pull request #3532 from AndrzejKurek/fi-hmac-drbg-fixes by Andrzej Kurek · 5 years ago
  51. 0305753 Merge pull request #3477 from AndrzejKurek/aes-fake-key by Andrzej Kurek · 5 years ago
  52. e3c4ee5 Rename mbedtls_platform_memcmp() to mbedtls_platform_memequal() by Piotr Nowicki · 5 years ago
  53. fba5921 aes: validate keys using crc before encryption/decryption by Andrzej Kurek · 5 years ago
  54. 9df2b41 Add a CRC module to mbedtls and baremetal config by Andrzej Kurek · 5 years ago
  55. c6319a7 Merge pull request #3514 from shelib01/fi_write_user_data by Shelly Liberman · 5 years ago
  56. c6a7e6b Enhancement fixes by Shelly Liberman · 5 years ago archive/fi_write_user_data fi_write_user_data
  57. 4062d6c Add user pointer and data size duplication to ssl context. by shelib01 · 5 years ago
  58. 7400fae Merge pull request #3510 from AndrzejKurek/fi-pk-fixes by Andrzej Kurek · 5 years ago
  59. 898d330 Merge pull request #3500 from AndrzejKurek/fi-sha256-fixes by Andrzej Kurek · 5 years ago
  60. 4353b69 hmac_drbg: make no reseeding behaviour explicit by Andrzej Kurek · 5 years ago
  61. fac2f9b aes: move the fake key operations to AES_SCA_COUNTERMEASURES define by Andrzej Kurek · 5 years ago
  62. 6bc37fa hmac_drbg: set_entropy_len can now return an error by Andrzej Kurek · 5 years ago
  63. e78775e Use a fake random key in AES calculations by Andrzej Kurek · 5 years ago
  64. 8917326 Introduce sha256 security review fixes by Andrzej Kurek · 5 years ago
  65. 189ee74 Add a platform function to return a random uint32_t by Andrzej Kurek · 5 years ago
  66. c3b69ed Increase hamming distance by changing UECC_SUCCESS from 0 to FFAAAA by Andrzej Kurek · 5 years ago
  67. e5425a0 Merge pull request #3408 from AndrzejKurek/hamming-distance-improvements by Andrzej Kurek · 5 years ago
  68. 3a0df03 Increase the Hamming distance of uECC_generate_random_int returns by Andrzej Kurek · 5 years ago
  69. ce0aab4 Add new error code PLATFORM_ALLOC_FAILED for mbedtls_platform_memmove() by Piotr Nowicki · 5 years ago
  70. 5d5841f Add mbedtls_platform_memmove() as a secured memcmp() by Piotr Nowicki · 5 years ago
  71. 090365f Improve the usage of uECC_RNG_Function by Andrzej Kurek · 5 years ago
  72. 220e614 Add a x509 prerequisite in x509_internal.h by Andrzej Kurek · 5 years ago
  73. 825ebd4 Merge mbedtls 2.16.6 into baremetal by Andrzej Kurek · 5 years ago
  74. e7b49d3 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  75. f8dbfd4 Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  76. 8faf1d6 Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  77. c514ce4 Add new, constant time mpi comparison by Janos Follath · 6 years ago
  78. a5e2d86 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  79. 20dbfb9 CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  80. 1d2a9e8 HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  81. d41a95e mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  82. 5fc111f mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  83. 4c57b20 mbedtls_ctr_drbg_seed: correct maximum for len by Gilles Peskine · 6 years ago
  84. 5953660 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  85. e1dc2de Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  86. 6e36d0b CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  87. 9640403 CTR_DRBG documentation: further wording improvements by Gilles Peskine · 6 years ago
  88. 7b674ea CTR_DRBG: Improve the explanation of security strength by Gilles Peskine · 6 years ago
  89. 7df4b7b CTR_DRBG: make it easier to understand the security strength by Gilles Peskine · 6 years ago
  90. 56f628c HMAC_DRBG: note that the initial seeding grabs entropy for the nonce by Gilles Peskine · 6 years ago
  91. beddfdc Use standard terminology to describe the personalization string by Gilles Peskine · 6 years ago
  92. 57553fa Do note that xxx_drbg_random functions reseed with PR enabled by Gilles Peskine · 6 years ago
  93. 20a3846 Consistently use \c NULL and \c 0 by Gilles Peskine · 6 years ago
  94. ccb3838 HMAC_DRBG: improve the documentation of the entropy length by Gilles Peskine · 6 years ago
  95. 4bfe454 HMAC_DRBG documentation improvements clarifications by Gilles Peskine · 6 years ago
  96. f17079d More CTR_DRBG documentation improvements and clarifications by Gilles Peskine · 6 years ago
  97. c32f74c Fix wording by Gilles Peskine · 6 years ago
  98. 03642fa Remove warning that the previous expanded discussion has obsoleted by Gilles Peskine · 6 years ago
  99. 2d83fe1 CTR_DRBG: improve the discussion of entropy length vs strength by Gilles Peskine · 6 years ago
  100. bb2b8da CTR_DRBG: Finish an unfinished paragraph by Gilles Peskine · 6 years ago