1. 005239e Merge remote-tracking branch 'upstream-public/pr/1294' into development by Jaeden Amero · 8 years ago
  2. cb1e5eb Merge branch 'pr_1000' into development-proposed by Gilles Peskine · 8 years ago
  3. 550a2b0 Merge branch 'pr_1163' into development-proposed by Gilles Peskine · 8 years ago
  4. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  5. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  6. d4d6057 Address issues found by coverity by Hanno Becker · 8 years ago
  7. 9a51c03 Fix copy paste error in the error message of mbedtls_ecp_gen_key in gen_key.c by Chris Xue · 8 years ago
  8. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 8 years ago
  9. c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 8 years ago
  10. f073de0 Adapt rsa_genkey example program to use new RSA interface by Hanno Becker · 8 years ago
  11. 0c26393 Adapt rsa_encrypt example program to new RSA interface by Hanno Becker · 8 years ago
  12. d6ba5e3 Adapt rsa_sign example program to new RSA interface by Hanno Becker · 8 years ago
  13. ccef18c Adapt rsa_decrypt example program to new RSA interface by Hanno Becker · 8 years ago
  14. 40371ec Adapt key_app_writer example program to new RSA interface by Hanno Becker · 8 years ago
  15. 54ebf99 Adapt key_app example program to new RSA interface by Hanno Becker · 8 years ago
  16. 83aad1f Adapt gen_key example program to new RSA interface by Hanno Becker · 8 years ago
  17. c95fad3 Adapt dh_server example program to new RSA interface by Hanno Becker · 8 years ago
  18. 2a47be5 Minor: Fix typos in program comments by Ron Eldor · 8 years ago
  19. ee5a0ca Minor: Fix typos in program comments by Ron Eldor · 8 years ago
  20. b194a28 dh_server: Fixed expected number of bytes received from client when receiving public value. by Martijn de Milliano · 8 years ago
  21. 1ff60f4 Change examples to use the new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  22. 0a5154b Clarify the use of ECDSA API by Janos Follath · 8 years ago
  23. dbe8316 fix for issue 1101: missing rsa context initialization by Ron Eldor · 9 years ago
  24. 9fe6f92 Add SHA1 guards in dh_client.c and dh_server.c by Janos Follath · 9 years ago
  25. 604d399 Add extra compilation conditions to gen_key.c #559 by Simon Butcher · 9 years ago
  26. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  27. 4982e52 Adds stdlib.h header to dh_genprime sample app by Simon Butcher · 9 years ago
  28. 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 9 years ago
  29. 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
  30. 04b591e Merge branch 'development' for weekly test report. by Janos Follath · 9 years ago
  31. 9fa2e86 Add missing mbedtls_time_t definitions (#493) by -~- redtangent ~-~ · 9 years ago
  32. 1ef918d Add missing stdlib.h header to rsa sample programs by Simon Butcher · 9 years ago
  33. 6b46c62 Fixes error and exit paths in rsa sample programs by Simon Butcher · 9 years ago
  34. f713b0a Fix memory leaks in example programs. by Janos Follath · 9 years ago
  35. 2046062 Merge branch 'development' into misc by Simon Butcher · 10 years ago
  36. 3eb8c34 Add example program for Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  37. 262c137 Merge pull request #311 from jcowgill/spelling-fix by Manuel Pégourié-Gonnard · 10 years ago
  38. 07a92d7 Fix minor spelling mistake in programs/pkey/gen_key.c by James Cowgill · 10 years ago
  39. 2ed05a0 Fix typos by Manuel Pégourié-Gonnard · 10 years ago
  40. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  41. cf9ab63 Fix error reporting in pkey/pk_* programs by Manuel Pégourié-Gonnard · 10 years ago
  42. ce7a08b Fix more comments/outputs in verify programs by Manuel Pégourié-Gonnard · 10 years ago
  43. 102a620 Fix hash buffer size in pkey programs by Manuel Pégourié-Gonnard · 10 years ago
  44. d224ff1 Change default RSA key size in rsa_genkey by Manuel Pégourié-Gonnard · 10 years ago
  45. 1d8f2da Fix comments about filenames in some programs by Manuel Pégourié-Gonnard · 10 years ago
  46. d74c697 Fix memory corruption in rsa sign/verify programs by Manuel Pégourié-Gonnard · 10 years ago
  47. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  48. 77c6562 Update dh_genprime program by Manuel Pégourié-Gonnard · 10 years ago
  49. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago
  50. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  51. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  52. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  53. 7580ba4 Add a concept of entropy source strength. by Manuel Pégourié-Gonnard · 10 years ago
  54. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  55. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  56. 06d5d61 Adapt programs to generic md_file() by Manuel Pégourié-Gonnard · 10 years ago
  57. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  58. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  59. ec160c0 Update ctr_drbg_init() usage in programs by Manuel Pégourié-Gonnard · 10 years ago
  60. b85725c Fix merge issue by Manuel Pégourié-Gonnard · 10 years ago
  61. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  62. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  63. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  64. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  65. 32076e6 Fix programs for recent ECDSA changes by Manuel Pégourié-Gonnard · 10 years ago
  66. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  67. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  68. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  69. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  70. ab02580 Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  71. f53df4f Fix unchecked return values in mpi_demo by Manuel Pégourié-Gonnard · 10 years ago
  72. b92965b modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  73. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  74. 6c5abfa Style: fix trailing spaces by Manuel Pégourié-Gonnard · 10 years ago
  75. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  76. 783d9d1 modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  77. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  78. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  79. 1cc0a34 Fix missing includes in program by Manuel Pégourié-Gonnard · 10 years ago
  80. 6f60cd8 Move from SHA-1 to SHA-256 as default in programs by Manuel Pégourié-Gonnard · 10 years ago
  81. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  82. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  83. 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
  84. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  85. 9014b6f Rename project in CMake by Manuel Pégourié-Gonnard · 11 years ago
  86. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  87. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  88. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  89. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  90. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  91. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  92. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  93. f5a1312 Add UDP support to the NET module by Manuel Pégourié-Gonnard · 11 years ago
  94. d153ef3 Missing dependencies on POLARSSL_ECP_C fixed by Paul Bakker · 11 years ago
  95. a39416f Fix bounds and error checking in gen_key.c by Manuel Pégourié-Gonnard · 11 years ago
  96. 3966d71 gen_key should open file as binary for writing DER keys by Paul Bakker · 11 years ago
  97. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  98. 8cfd9d8 Adapt programs / test suites to _init() and _free() by Paul Bakker · 11 years ago
  99. 4e3e7c2 Clarify comment in program by Manuel Pégourié-Gonnard · 11 years ago
  100. f9378d8 Fix dependencies on PEM in tests and programs by Manuel Pégourié-Gonnard · 11 years ago