1. bfc2610 Merge remote-tracking branch 'public/pr/2103' into mbedtls-2.1 by Simon Butcher · 7 years ago
  2. d3e4244 Add explicit integer to enumeration casts to programs/pkey/gen_key.c by Hanno Becker · 7 years ago
  3. 4acdf6d Merge remote-tracking branch 'public/pr/1298' into mbedtls-2.1-proposed by Simon Butcher · 7 years ago
  4. c2eba85 Add dependency of key_app_writer example program on PK parse module by Hanno Becker · 7 years ago
  5. badbe80 pk_encrypt: Uniformize debugging output by Hanno Becker · 7 years ago
  6. b31e9da Minor formatting improvements in pk_encrypt and pk_decrypt examples by Hanno Becker · 7 years ago
  7. 7cee15e Correct memory leak in pk_decrypt example program by Hanno Becker · 8 years ago
  8. 34cbd7e Correct memory-leak in pk_encrypt example program by Hanno Becker · 7 years ago
  9. 4877635 Merge remote-tracking branch 'public/pr/1799' into mbedtls-2.1 by Simon Butcher · 7 years ago
  10. c24108a Fix style issue by Ron Eldor · 7 years ago
  11. 45d23d6 Add check for return code of bignumber code by Ron Eldor · 8 years ago
  12. eec77b5 remove additional zero byte when writing pub der by Ron Eldor · 8 years ago
  13. 0de4306 pk_sign: fix overriding and ignoring return values by AndrzejKurek · 7 years ago
  14. 8f96fb2 dh_server: Fixed expected number of bytes received from client when receiving public value. by Martijn de Milliano · 8 years ago
  15. b70ba9f Address issues found by coverity by Hanno Becker · 8 years ago
  16. 5ad6789 Clarify the use of ECDSA API by Janos Follath · 8 years ago
  17. 78011d9 fix for issue 1101: missing rsa context initialization by Ron Eldor · 9 years ago
  18. 411fd7c Add extra compilation conditions to gen_key.c #559 by Simon Butcher · 9 years ago
  19. c019035 Add missing stdlib.h header to rsa sample programs by Simon Butcher · 9 years ago
  20. 663638d Corrects platform return values in rsa sample programs by Simon Butcher · 9 years ago
  21. 4529c48 Fixes error and exit paths in rsa sample programs by Simon Butcher · 9 years ago
  22. bffa68d Fix memory leaks in example programs. by Janos Follath · 9 years ago
  23. 6bfa1d8 Fix minor spelling mistake in programs/pkey/gen_key.c by James Cowgill · 10 years ago
  24. 2ed05a0 Fix typos by Manuel Pégourié-Gonnard · 10 years ago
  25. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  26. cf9ab63 Fix error reporting in pkey/pk_* programs by Manuel Pégourié-Gonnard · 10 years ago
  27. ce7a08b Fix more comments/outputs in verify programs by Manuel Pégourié-Gonnard · 10 years ago
  28. 102a620 Fix hash buffer size in pkey programs by Manuel Pégourié-Gonnard · 10 years ago
  29. d224ff1 Change default RSA key size in rsa_genkey by Manuel Pégourié-Gonnard · 10 years ago
  30. 1d8f2da Fix comments about filenames in some programs by Manuel Pégourié-Gonnard · 10 years ago
  31. d74c697 Fix memory corruption in rsa sign/verify programs by Manuel Pégourié-Gonnard · 10 years ago
  32. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  33. 77c6562 Update dh_genprime program by Manuel Pégourié-Gonnard · 10 years ago
  34. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago
  35. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  36. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  37. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  38. 7580ba4 Add a concept of entropy source strength. by Manuel Pégourié-Gonnard · 10 years ago
  39. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  40. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  41. 06d5d61 Adapt programs to generic md_file() by Manuel Pégourié-Gonnard · 10 years ago
  42. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  43. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  44. ec160c0 Update ctr_drbg_init() usage in programs by Manuel Pégourié-Gonnard · 10 years ago
  45. b85725c Fix merge issue by Manuel Pégourié-Gonnard · 10 years ago
  46. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  47. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  48. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  49. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  50. 32076e6 Fix programs for recent ECDSA changes by Manuel Pégourié-Gonnard · 10 years ago
  51. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  52. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  53. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  54. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  55. ab02580 Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  56. f53df4f Fix unchecked return values in mpi_demo by Manuel Pégourié-Gonnard · 10 years ago
  57. b92965b modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  58. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  59. 6c5abfa Style: fix trailing spaces 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. 783d9d1 modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  62. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  63. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  64. 1cc0a34 Fix missing includes in program by Manuel Pégourié-Gonnard · 10 years ago
  65. 6f60cd8 Move from SHA-1 to SHA-256 as default in programs by Manuel Pégourié-Gonnard · 10 years ago
  66. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  67. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  68. 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
  69. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  70. 9014b6f Rename project in CMake by Manuel Pégourié-Gonnard · 11 years ago
  71. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  72. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  73. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  74. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  75. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  76. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  77. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  78. f5a1312 Add UDP support to the NET module by Manuel Pégourié-Gonnard · 11 years ago
  79. d153ef3 Missing dependencies on POLARSSL_ECP_C fixed by Paul Bakker · 11 years ago
  80. a39416f Fix bounds and error checking in gen_key.c by Manuel Pégourié-Gonnard · 11 years ago
  81. 3966d71 gen_key should open file as binary for writing DER keys by Paul Bakker · 11 years ago
  82. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  83. 8cfd9d8 Adapt programs / test suites to _init() and _free() by Paul Bakker · 11 years ago
  84. 4e3e7c2 Clarify comment in program by Manuel Pégourié-Gonnard · 11 years ago
  85. f9378d8 Fix dependencies on PEM in tests and programs by Manuel Pégourié-Gonnard · 11 years ago
  86. 3c38f29 Fix DER output of gen_key app (found by Gergely Budai) by Paul Bakker · 11 years ago
  87. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  88. 8a0c0a9 Check additional return values in some test cases by Paul Bakker · 11 years ago
  89. 0c22610 Cleaned up location of init and free for some programs to prevent memory by Paul Bakker · 11 years ago
  90. cbe3d0d Added return value checking for correctness in programs by Paul Bakker · 11 years ago
  91. 1cfc458 Add option 'use_dev_random' to gen_key application by Paul Bakker · 11 years ago
  92. 844a4c0 Fix RSASSA-PSS example programs by Manuel Pégourié-Gonnard · 11 years ago
  93. 247b487 Missing 'else' in gen_key by Paul Bakker · 11 years ago
  94. caf0e60 Forced cast to unsigned int for %u format in the ecdsa application by Paul Bakker · 12 years ago
  95. 29e86ea Removed 'z' length modifier from format in ecdsa program by Paul Bakker · 12 years ago
  96. 014f143 Merged EC key generation support by Paul Bakker · 12 years ago
  97. 6e16cdb Allow curve selection in gen_key by Manuel Pégourié-Gonnard · 12 years ago
  98. 840ab20 Explicit conversions to int from size_t for MSVC (64-bit) in apps by Paul Bakker · 12 years ago
  99. 8c23771 Start adding EC support in gen_key by Manuel Pégourié-Gonnard · 12 years ago
  100. e4c71f0 Merged Prime generation improvements by Paul Bakker · 12 years ago