1. 7e6931d Add ChangeLog entry by Jaeden Amero · 6 years ago
  2. 791babc Allow loading symlinked certificates by Jonathan Bennett · 6 years ago
  3. d8180f8 Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago mbedtls-2.7.13
  4. db64989 Merge pull request #2895 from gilles-peskine-arm/drbg-set_entropy_len-2.7 by Jaeden Amero · 6 years ago
  5. 373a709 Merge pull request #673 from gilles-peskine-arm/ctr_drbg-aes_fail-2.7 by Jaeden Amero · 6 years ago
  6. b2be1fc Catch AES failure in mbedtls_ctr_drbg_random by Gilles Peskine · 6 years ago
  7. df1b3e5 Merge pull request #2937 from gilles-peskine-arm/memory_buffer_alloc-fatal-pass-2.7 by Jaeden Amero · 6 years ago
  8. 02fbc08 Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  9. 786f068 More accurate test case description by Gilles Peskine · 6 years ago
  10. 04d45c9 Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  11. c5a016d Merge remote-tracking branch 'restricted/pr/666' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  12. e70059d Merge remote-tracking branch 'restricted/pr/668' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  13. 10fcdd2 Merge pull request #664 from ARMmbed/dev/yanesca/iotcrypt-958-ecdsa-side-channel-fix-2.7 by Jaeden Amero · 6 years ago
  14. 0759736 Zeroize local AES variables before exiting the function by Andrzej Kurek · 6 years ago
  15. dfa4d71 Add ChangeLog entry by Janos Follath · 6 years ago
  16. b4edac5 mpi_lt_mpi_ct: fix condition handling by Janos Follath · 6 years ago
  17. f4482aa mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  18. a776aea mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  19. 1b86eeb mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  20. 5823961 ct_lt_mpi_uint: cast the return value explicitely by Janos Follath · 6 years ago
  21. 6adff06 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  22. cff9e6e mbedtls_mpi_lt_mpi_ct: simplify condition by Janos Follath · 6 years ago
  23. 8ec2a95 Rename variable for better readability by Janos Follath · 6 years ago
  24. a2b9a96 mbedtls_mpi_lt_mpi_ct: Improve documentation by Janos Follath · 6 years ago
  25. 51ed14e Make mbedtls_mpi_lt_mpi_ct more portable by Janos Follath · 6 years ago
  26. 9741fa6 Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  27. 9332ece Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  28. aaa3f22 mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  29. 3173a53 Document ct_lt_mpi_uint by Janos Follath · 6 years ago
  30. 782cbe5 mpi_lt_mpi_ct: make use of unsigned consistent by Janos Follath · 6 years ago
  31. db9f449 ct_lt_mpi_uint: make use of biL by Janos Follath · 6 years ago
  32. c3b376e Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  33. 8461c0e mbedtls_mpi_cmp_mpi_ct: remove multiplications by Janos Follath · 6 years ago
  34. 8de2d45 Remove excess vertical space by Janos Follath · 6 years ago
  35. c587a32 Remove declaration after statement by Janos Follath · 6 years ago
  36. 5f3019b Fix side channel vulnerability in ECDSA by Janos Follath · 6 years ago
  37. 883801d Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  38. e0187b9 Add new, constant time mpi comparison by Janos Follath · 6 years ago
  39. 4c575c0 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  40. eab4d70 Fix CTR_DRBG benchmark by Gilles Peskine · 6 years ago
  41. 5cf41f8 Add ChangeLog entry by Janos Follath · 6 years ago
  42. 82debf8 ECDSA: Fix side channel vulnerability by Janos Follath · 6 years ago
  43. 093aa51 Changelog entry for xxx_drbg_set_entropy_len before xxx_drbg_seed by Gilles Peskine · 6 years ago
  44. b729e1b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  45. 845ac10 CTR_DRBG: Don't use functions before they're defined by Gilles Peskine · 6 years ago
  46. 9c74224 HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  47. c87a546 Merge pull request #2900 from gilles-peskine-arm/asan-test-fail-2.7 by Jaeden Amero · 6 years ago
  48. cc656ac Merge pull request #2872 from gilles-peskine-arm/test_malloc_0_null-2.7 by Jaeden Amero · 6 years ago
  49. 5ee14d7 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  50. 4c2697f Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  51. 260921d Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  52. c20a405 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  53. 395d8c1 Merge remote-tracking branch 'origin/pr/2878' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  54. 55e120b mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  55. dff3682 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  56. 2abefef mbedtls_ctr_drbg_seed: correct maximum for len by Gilles Peskine · 6 years ago
  57. 406d258 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  58. f0b3dcb CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  59. b9cfe58 DRBG documentation: Relate f_entropy arguments to the entropy module by Gilles Peskine · 6 years ago
  60. 97edf5e Add ChangeLog entry for the DRBG documentation improvements by Gilles Peskine · 6 years ago
  61. 5cc748e Merge remote-tracking branch 'origin/pr/2866' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  62. d891730 HMAC_DRBG documentation improvements by Gilles Peskine · 6 years ago
  63. 2fc6cf5 Merge remote-tracking branch 'origin/pr/2704' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  64. eb99c10 CTR_DRBG: explain the security strength and the entropy input length by Gilles Peskine · 6 years ago
  65. 25e1945 CTR_DRBG documentation improvements by Gilles Peskine · 6 years ago
  66. 0ab4092 Reduce stack usage of test_suite_pkcs1_v15 by Ron Eldor · 7 years ago
  67. dd4277f Reduce stack usage of test_suite_pkcs1_v21 by Ron Eldor · 7 years ago
  68. b3d3973 Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  69. 6827d1c Reduce stack usage of test_suite_pk by Ron Eldor · 7 years ago
  70. 0981a5d Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  71. ea5d357 Add a calloc self-test by Gilles Peskine · 6 years ago
  72. d28b9b3 Merge remote-tracking branch 'origin/pr/2828' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  73. 9b1c248 Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh by Andrzej Kurek · 6 years ago
  74. 7eb7f8d Remove unnecessary memory buffer alloc unsets by Andrzej Kurek · 6 years ago
  75. 6addfdd Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test by Andrzej Kurek · 6 years ago
  76. 9a461a1 all.sh: restructure memory allocator tests by Andrzej Kurek · 6 years ago
  77. 7aad93c Add missing dependency in memory buffer alloc set in all.sh by Hanno Becker · 6 years ago
  78. 19aa89a Don't set MBEDTLS_MEMORY_DEBUG through `scripts/config.pl full` by Hanno Becker · 6 years ago
  79. 8561115 Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C by Hanno Becker · 6 years ago
  80. 167ae43 Add all.sh run with full config and ASan enabled by Hanno Becker · 6 years ago
  81. f5baaaa Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled by Hanno Becker · 6 years ago
  82. e1c62e6 Update documentation of exceptions for `config.pl full` by Andrzej Kurek · 6 years ago
  83. c7f97f1 Adapt all.sh to removal of buffer allocator from full config by Andrzej Kurek · 6 years ago
  84. 26c333a Disable memory buffer allocator in full config by Hanno Becker · 6 years ago
  85. 76ef311 Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h by Hanno Becker · 6 years ago
  86. 14c6762 Merge remote-tracking branch 'origin/pr/2822' into mbedtls-2.7 by Jaeden Amero · 6 years ago mbedtls-2.7.12
  87. d7bd10d Bump version to Mbed TLS 2.7.12 by Jaeden Amero · 6 years ago
  88. e1d93e5 Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  89. 2396abf Merge remote-tracking branch 'origin/pr/2816' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  90. b86bcb4 ssl-opt.sh: wait for proxy to start before running the script further by Unknown · 6 years ago
  91. 20b77ec Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  92. 68cfefe Merge remote-tracking branch 'origin/pr/2399' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  93. dfe95ae Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  94. 70ad1d3 Merge remote-tracking branch 'origin/pr/2812' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  95. b98e326 HMAC DRBG: Split entropy-gathering requests to reduce request sizes by Hanno Becker · 6 years ago
  96. ad72522 Merge remote-tracking branch 'upstream-restricted/mbedtls-2.7-proposed' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  97. 3b8cf47 Merge remote-tracking branch 'upstream-restricted/pr/508' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  98. 298a43a Merge remote-tracking branch 'upstream-restricted/pr/549' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  99. ab327df Merge remote-tracking branch 'upstream-restricted/pr/614' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  100. 0e08fff Merge remote-tracking branch 'upstream-public/pr/2737' into mbedtls-2.7 by Gilles Peskine · 6 years ago