1. 4215138 programs_dh_client/server: Updated config guards. by Minos Galanakis · 1 year, 7 months ago
  2. db89152 programs_dh_client/server: Changed mdlen type to unsigned integer. by Minos Galanakis · 1 year, 7 months ago
  3. 7c84488 programs_dh_client/server: Updated to query digest size using `mbedtls_md_info_from_type()`. by Minos Galanakis · 1 year, 7 months ago
  4. b6a9619 programs_dh_client/server: Updated programs to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  5. a184fd0 programs/dh_client/server: Replaced mbedtls_sha1 with mbedtls_sha256 by Minos Galanakis · 1 year, 7 months ago
  6. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
  7. f24bbd9 dh_client.c: modify prompt message by Yanray Wang · 1 year, 9 months ago
  8. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  9. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  10. d7058b0 dh_client: removed under CIPHER_ENCRYPT_ONLY by Yanray Wang · 2 years ago
  11. 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
  12. da86e2e Revert to using MBEDTLS_SHA_1_C when mbedtls_sha1 is called directly by Andrzej Kurek · 2 years, 4 months ago
  13. 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
  14. 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  15. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  16. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  17. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  18. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  19. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  20. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  21. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 1 month ago
  22. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  23. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  24. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  25. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  26. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  27. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  28. 5dd4f6e Add MBEDTLS_PRIVATE wrapping to sample programs. by Mateusz Starzyk · 4 years, 3 months ago
  29. 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  30. 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  31. ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  32. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  33. 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  34. 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  35. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  36. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  37. 6b9bcd6 Remove redundant ret = 1 in dh_client.c by Andres Amaya Garcia · 7 years ago
  38. 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  39. 898841d Fix ret code in dh_client.c by Andres Amaya Garcia · 7 years ago
  40. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  41. 1ff60f4 Change examples to use the new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  42. 9fe6f92 Add SHA1 guards in dh_client.c and dh_server.c by Janos Follath · 9 years ago
  43. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  44. 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
  45. 9fa2e86 Add missing mbedtls_time_t definitions (#493) by -~- redtangent ~-~ · 9 years ago
  46. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  47. 102a620 Fix hash buffer size in pkey programs by Manuel Pégourié-Gonnard · 10 years ago
  48. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  49. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  50. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  51. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  52. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  53. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  54. ec160c0 Update ctr_drbg_init() usage in programs by Manuel Pégourié-Gonnard · 10 years ago
  55. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  56. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  57. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  58. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  59. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  60. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  61. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  62. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  63. 6f60cd8 Move from SHA-1 to SHA-256 as default in programs by Manuel Pégourié-Gonnard · 10 years ago
  64. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  65. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  66. 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
  67. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  68. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  69. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  70. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  71. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  72. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  73. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  74. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  75. f5a1312 Add UDP support to the NET module by Manuel Pégourié-Gonnard · 11 years ago
  76. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  77. 8cfd9d8 Adapt programs / test suites to _init() and _free() by Paul Bakker · 11 years ago
  78. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  79. 0c22610 Cleaned up location of init and free for some programs to prevent memory by Paul Bakker · 11 years ago
  80. 840ab20 Explicit conversions to int from size_t for MSVC (64-bit) in apps by Paul Bakker · 12 years ago
  81. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  82. abd6e02 Rm _CRT_SECURE_NO_DEPRECATE for programs by Manuel Pégourié-Gonnard · 12 years ago
  83. 15d5de1 Simplify usage of DHM blinding by Manuel Pégourié-Gonnard · 12 years ago
  84. 2d62764 Change dhm_calc_secret() prototype by Manuel Pégourié-Gonnard · 12 years ago
  85. 548957d Refactored RSA to have random generator in every RSA operation by Paul Bakker · 12 years ago
  86. ef3f8c7 Fixed const correctness issues in programs and tests by Paul Bakker · 12 years ago
  87. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  88. 520ea91 - Fixed to support 4096 bit DHM params as well by Paul Bakker · 13 years ago
  89. 88f17b8 - Fixed for new DHM handling (TLS 1.2) by Paul Bakker · 13 years ago
  90. 508ad5a - Moved all examples programs to use the new entropy and CTR_DRBG by Paul Bakker · 14 years ago
  91. 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
  92. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
  93. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  94. 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
  95. a802e1a - Updated to new rsa_init, rsa_gen_key prototypes by Paul Bakker · 15 years ago
  96. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  97. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  98. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  99. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  100. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago