1. 5ec51f9 Future-proof `make clean` under Windows by Gilles Peskine · 5 years ago
  2. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  3. f66346e Revert "Remove Diffie-Hellman examples" by Gilles Peskine · 5 years ago
  4. 6bbe783 Revert "Remove pkcs11-helper option" by Gilles Peskine · 5 years ago
  5. 5bb8bec Revert "Remove zlib" by Gilles Peskine · 5 years ago
  6. 70824f2 Revert "Remove programs that depend on TLS or X.509" by Gilles Peskine · 5 years ago
  7. 4fa9f9f Revert "programs, tests: Depend only on libmbedcrypto" by Gilles Peskine · 5 years ago
  8. ae463e6 Move EXTRA_GENERATED mentions to a separate line by Gilles Peskine · 5 years ago
  9. 7cb47de query_config: Move to programs/test by Jaeden Amero · 6 years ago
  10. 8de196a programs/Makefile: List all programs one by one by Gilles Peskine · 5 years ago
  11. 9afbfdc Merge remote-tracking branch 'myfork-public/development' into merge-crypto-development-20191115 by Gilles Peskine · 6 years ago
  12. df2cd9e Makefiles: move the dependencies block to be after DLEXT definition by Andrzej Kurek · 6 years ago
  13. 9b9a790 Handle deleting non-existant files on Windows by Darryl Green · 6 years ago
  14. 4f055f4 Use 3rdparty headers from the submodule by Janos Follath · 6 years ago
  15. 655ddab 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  16. 977d89a ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 7 years ago
  17. 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  18. d5fd766 ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 7 years ago
  19. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  20. 072959f Merge remote-tracking branch 'origin/pr/1622' into development by Jaeden Amero · 6 years ago
  21. a864db0 Do not build fuzz on windows by Philippe Antoine · 6 years ago
  22. 85aba47 Consistently spell -Wextra by Gilles Peskine · 6 years ago
  23. 48f35f5 Move fuzz directory to programs by Philippe Antoine · 6 years ago
  24. c2d56a4 Allow declarations after statements by Gilles Peskine · 6 years ago
  25. 66b7edb Merge remote-tracking branch 'origin/pr/2711' into development by Jaeden Amero · 6 years ago
  26. befe1e15 programs: Make `make clean` clean all programs always by Jaeden Amero · 6 years ago
  27. 95f5cbc Don't systematically rebuild programs by Gilles Peskine · 6 years ago
  28. 346747c Force the usage of crypto submodule by Andrzej Kurek · 6 years ago
  29. d8167e8 Build from submodule by default (make, cmake) by Manuel Pégourié-Gonnard · 7 years ago
  30. 986a151 programs, tests: Depend only on libmbedcrypto by Jaeden Amero · 7 years ago
  31. 0688e4f Remove programs that depend on TLS or X.509 by Jaeden Amero · 7 years ago
  32. d874a1f Remove zlib by Jaeden Amero · 6 years ago
  33. d832f18 Remove pkcs11-helper option by Jaeden Amero · 6 years ago
  34. 521dbc6 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  35. 21cb3c3 Remove ssl_cert_test sample app by Ron Eldor · 6 years ago
  36. 03c60de query_config: Move to programs/test by Jaeden Amero · 6 years ago
  37. 30fae8e programs/Makefile: List all programs one by one by Jaeden Amero · 7 years ago
  38. bea98b4 Remove Diffie-Hellman examples by Janos Follath · 6 years ago
  39. a9d6ba2 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  40. 415620c Merge remote-tracking branch 'origin/pr/2105' into development by Jaeden Amero · 6 years ago
  41. 509ba69 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  42. bc81884 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  43. da7c80e Add dependency to Makefile by Darryl Green · 6 years ago
  44. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
  45. b1c48d3 psa: Include PSA headers for tests and programs by Jaeden Amero · 7 years ago
  46. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  47. 6c0f94c Add better handling when deleting files on Windows by Darryl Green · 7 years ago
  48. 3b80ab9 Add path handling for psa_constant_names on Windows by Darryl Green · 7 years ago
  49. a3ff8a6 psa: programs: Add cipher example by itayzafrir · 7 years ago
  50. f0fa436 New sample program key_ladder_demo by Gilles Peskine · 7 years ago
  51. 029b5d6 New utility program psa/psa_constant_names by Gilles Peskine · 7 years ago
  52. 89c048c Tests: add a test for cpp linking by Andrzej Kurek · 7 years ago
  53. 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
  54. 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
  55. c6b0abd Fix alignment of Makefiles by Andres Amaya Garcia · 8 years ago
  56. 5ab74a1 Add programs/test/zeroize.c to test mbedtls_zeroize by Andres Amaya Garcia · 8 years ago
  57. 420f0cc Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  58. 3eb8c34 Add example program for Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  59. 78ec2b0 Cosmetics in Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  60. a7c8903 Add missing programs to Makefile by Manuel Pégourié-Gonnard · 10 years ago
  61. fc36708 Use $(MAKE), not make by Manuel Pégourié-Gonnard · 10 years ago
  62. ea9556a Fix mistaken changes in Makefile's clean target by Manuel Pégourié-Gonnard · 10 years ago
  63. 21e1ac2 Fix linking order with make by Manuel Pégourié-Gonnard · 10 years ago
  64. 5c59a4f Split libs with make + general make cleanups by Manuel Pégourié-Gonnard · 10 years ago
  65. 8d4a613 Small Makefile improvements by Manuel Pégourié-Gonnard · 10 years ago
  66. b327168 Remove non-generic md_file() programs by Manuel Pégourié-Gonnard · 10 years ago
  67. 7f7aebc Fix incomplete changes from merge by Manuel Pégourié-Gonnard · 10 years ago
  68. cc0d084 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  69. f7a9f30 build: Makefile: cleanup CFLAGS by Alon Bar-Lev · 10 years ago
  70. ada4105 build: Makefile: cleanup LDFLAGS by Alon Bar-Lev · 10 years ago
  71. 34be402 Rm obsolete things (compat-1.2, openssl, etc) by Manuel Pégourié-Gonnard · 10 years ago
  72. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  73. a6fc5b2 Add mini_client.c by Manuel Pégourié-Gonnard · 11 years ago
  74. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  75. 226d37a Fix merge issue by Manuel Pégourié-Gonnard · 11 years ago
  76. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  77. 6a4ae35 Link to new name in programs & tests Makefiles by Manuel Pégourié-Gonnard · 11 years ago
  78. c26a092 Rename static lib name with make by Manuel Pégourié-Gonnard · 11 years ago
  79. e63582a Add dlts_client.c and dtls_server.c by Manuel Pégourié-Gonnard · 11 years ago
  80. cb4137b Add test utility udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  81. f9c4953 Added version of the SSL pthread server example by Paul Bakker · 12 years ago
  82. 15b9b3a Key generation tool by Paul Bakker · 12 years ago
  83. 803bb31 Remove ecp-bench (now in general benchmark) by Manuel Pégourié-Gonnard · 12 years ago
  84. 940f9ce Added pk_decrypt, pk_encrypt, pk_sign, pk_verify example applications by Paul Bakker · 12 years ago
  85. 1b57878 Add missing VS project files, generated by script by Manuel Pégourié-Gonnard · 12 years ago
  86. 8adf13b Added pem2der utility application by Paul Bakker · 12 years ago
  87. aa43161 Add ecdsa example program by Manuel Pégourié-Gonnard · 12 years ago
  88. a95919b Added ECP files to Makefiles as well by Paul Bakker · 13 years ago
  89. f1ab0ec - Changed default compiler flags to include -O2 by Paul Bakker · 13 years ago
  90. b60b95f - Added first version of ssl_server2 example application by Paul Bakker · 13 years ago
  91. a9379c0 - Added base blowfish algorithm by Paul Bakker · 13 years ago
  92. 2770fbd - Added DEFLATE compression support as per RFC3749 (requires zlib) by Paul Bakker · 13 years ago
  93. e6ee41f - Added OpenSSL / PolarSSL compatibility script (tests/compat.sh) and example application (programs/ssl/o_p_test) (Requires OpenSSL) by Paul Bakker · 13 years ago
  94. 62f88dc Makefile more compatible with WINDOWS environment by Paul Bakker · 13 years ago
  95. cd5b529 - Added automatic WINDOWS define in Makefile by Paul Bakker · 13 years ago
  96. 01cc394 - Added commandline error code convertor (util/strerror) by Paul Bakker · 13 years ago
  97. c7ffd36 - Added automatic debug flags to CFLAGS if DEBUG is set in shell by Paul Bakker · 13 years ago
  98. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  99. 6083fd2 - Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources by Paul Bakker · 14 years ago
  100. 7bc05ff - Added rsa_encrypt and rsa_decrypt example programs by Paul Bakker · 14 years ago