1. b6cdf98 Merge remote-tracking branch 'public/pr/1721' into development-restricted by Simon Butcher · 7 years ago
  2. adc9b17 Minor improvements to DHM module by Hanno Becker · 7 years ago
  3. 5c14ed6 Implement parameter validation for DHM module by Hanno Becker · 7 years ago
  4. 2239a86 Clear pk context and other minor changes in *_free() procedures by irwir · 7 years ago
  5. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  6. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  7. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
  8. aaaa98c Merge branch 'development-proposed' into development-restricted by Gilles Peskine · 8 years ago
  9. 08ba530 Remove some extra lines by nirekh01 · 8 years ago
  10. 49762fa Add 'MBEDTLS_DHM_ALT' #DEFINE to library/config.h by nirekh01 · 8 years ago
  11. 1f35ca9 Added alternated Diffie-Hellman module. by Reuven Levin · 8 years ago
  12. 9c8ac0c Merge remote-tracking branch 'upstream-restricted/pr/404' into development-restricted by Gilles Peskine · 8 years ago
  13. c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
  14. 8880e75 Add new function mbedtls_dhm_set_group to DHM Group by Hanno Becker · 8 years ago
  15. e2fcfa8 Stick to the use of constant-macros by Hanno Becker · 8 years ago
  16. de6c164 Add brackets around arguments of internal macro DHM_MPI_EXPORT by Hanno Becker · 8 years ago
  17. e71ad12 Minor code-improvements in dhm.c by Hanno Becker · 8 years ago
  18. 4c72b00 Add const-qualifiers to prime constants by Hanno Becker · 8 years ago
  19. b2bad80 Introduce Diffie-Hellman parameters from RFC 7919 by Hanno Becker · 8 years ago
  20. 0e6dc84 Deprecate Diffie-Hellman groups from RFC 5114 by Hanno Becker · 8 years ago
  21. 1ad1c6d Fix typo by Janos Follath · 8 years ago
  22. aa325d7 DHM: Fix dhm_check_range() always returning 0 by Janos Follath · 8 years ago
  23. 7269fee Check return code of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  24. bdbca7b Zeroize tmp buf on fail in load_file() dhm.c by Andres Amaya Garcia · 8 years ago
  25. bdae02c Corrected references for RSA and DHM by Simon Butcher · 10 years ago
  26. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  27. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  28. 53585ee Remove test DHM params from certs.c by Manuel Pégourié-Gonnard · 10 years ago
  29. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  30. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  31. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  32. 0ece0f9 Fix checks for nul-termination by Manuel Pégourié-Gonnard · 10 years ago
  33. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  34. de9b363 Merge branch mbedtls-1.3 into development by Manuel Pégourié-Gonnard · 10 years ago
  35. 2ed8173 accept PKCS#3 DH parameters with privateValueLength included by Daniel Kahn Gillmor · 10 years ago
  36. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  37. 998930a Replace non-ascii characters in source files by Manuel Pégourié-Gonnard · 10 years ago
  38. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  39. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  40. 981732b Fix missing/misplaced #include's by Manuel Pégourié-Gonnard · 10 years ago
  41. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  42. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  43. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  44. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  45. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  46. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  47. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  48. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  49. b196fc2 Fix dhm_selftest() return value by Manuel Pégourié-Gonnard · 11 years ago
  50. 8f870b0 Add dhm_init() by Paul Bakker · 11 years ago
  51. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  52. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  53. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  54. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  55. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  56. 3d8fb63 Added missing MPI_CHK around mpi functions by Paul Bakker · 11 years ago
  57. 3fec220 Add test for dhm_parse_dhmfile by Manuel Pégourié-Gonnard · 11 years ago
  58. 648656a Fix error code in dhm_selftest() by Manuel Pégourié-Gonnard · 11 years ago
  59. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  60. d61cc3b Possible naming collision in dhm_context by Paul Bakker · 12 years ago
  61. 15d5de1 Simplify usage of DHM blinding by Manuel Pégourié-Gonnard · 12 years ago
  62. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  63. 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 12 years ago
  64. b72b4ed Fix memory leak in DHM by Manuel Pégourié-Gonnard · 12 years ago
  65. ed8a02b Simplify DH blinding a bit by Manuel Pégourié-Gonnard · 12 years ago
  66. 143b502 Implement DH blinding by Manuel Pégourié-Gonnard · 12 years ago
  67. 2d62764 Change dhm_calc_secret() prototype by Manuel Pégourié-Gonnard · 12 years ago
  68. 48f7a5d DHE-PSK based ciphersuite support added and cleaner key exchange based by Paul Bakker · 12 years ago
  69. b5b20f1 - Extra sanity check for input added by Paul Bakker · 13 years ago
  70. aec37cb - Added extra sanity check to DHM values by Paul Bakker · 13 years ago
  71. 901c656 - Fill full buffer (Wrong parameter usage) by Paul Bakker · 13 years ago
  72. 13ed9ab - Removed unused variable by Paul Bakker · 13 years ago
  73. 1ef83d6 - Initial bare version of TLS 1.2 by Paul Bakker · 13 years ago
  74. a3d195c - Changed the used random function pointer to more flexible format. Renamed havege_rand() to havege_random() to prevent mistakes. Lots of changes as a consequence in library code and programs by Paul Bakker · 14 years ago
  75. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  76. 6c591fa - mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases. by Paul Bakker · 14 years ago
  77. a755ca1 - Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl for clarity by Paul Bakker · 14 years ago
  78. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  79. 99a03af - Fixed possible uninitialized values by Paul Bakker · 14 years ago
  80. 287781a - Added mpi_fill_random() for centralized filling of big numbers with random data (Fixed ticket #10) by Paul Bakker · 14 years ago
  81. 345a6fe - Replaced function that fixes man-in-the-middle attack by Paul Bakker · 14 years ago
  82. c47840e - Updated sanity checks by Paul Bakker · 14 years ago
  83. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  84. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  85. ff7fe67 - Minor DHM code cleanup/comments by Paul Bakker · 15 years ago
  86. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  87. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  88. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  89. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  90. 2a1fadf - Increased size of generated value X by Paul Bakker · 16 years ago
  91. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  92. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  93. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  94. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago