1. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 3 years, 8 months ago
  2. b0fa9d2 Don't require make to generate visualc files by Gilles Peskine · 3 years, 9 months ago
  3. 1411c7c Don't make configuration-independent files depend on config.h by Gilles Peskine · 3 years, 9 months ago
  4. 687d1ab Makefile targets for automatically generated files by Gilles Peskine · 3 years, 9 months ago
  5. 59d97a1 Merge pull request #4437 from gilles-peskine-arm/aes2crypt-removal-2.x by Gilles Peskine · 3 years, 9 months ago
  6. 98b3cd6 Remove the sample program aescrypt2 by Gilles Peskine · 6 years ago
  7. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 3 years, 10 months ago
  8. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 3 years, 9 months ago
  9. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 3 years, 9 months ago
  10. 4a70740 Add a compile-time dependency to psa_constant_names_generated.c by Gilles Peskine · 3 years, 11 months ago
  11. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years ago
  12. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 3 years, 11 months ago
  13. 9e3256a Adding printf format warning flags to makefiles by Paul Elliott · 4 years, 1 month ago
  14. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years ago
  15. c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years ago
  16. 0d980b8 ssl_test_common_source.c: new source file for common SSL test code by Gilles Peskine · 4 years ago
  17. a3ed34f ssl_test_lib.[hc]: new source file for common SSL test code by Gilles Peskine · 4 years ago
  18. f06a54c With make, build query_config.c only once by Gilles Peskine · 4 years ago
  19. e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 4 months ago
  20. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 4 years, 6 months ago
  21. 8dc0af2 programs: Link to tests common code by Ronald Cron · 4 years, 7 months ago
  22. 10a5b53 Sort lists in Makefiles and have one item per line by Manuel Pégourié-Gonnard · 4 years, 9 months ago
  23. bc876d4 Rename program 'ssl_base64_dump' to 'ssl_context_info' by Piotr Nowicki · 4 years, 10 months ago
  24. 9370f90 Initial work on the ssl dump program from base64 code by Piotr Nowicki · 4 years, 10 months ago
  25. 5ec51f9 Future-proof `make clean` under Windows by Gilles Peskine · 4 years, 10 months ago
  26. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 4 years, 10 months ago
  27. f66346e Revert "Remove Diffie-Hellman examples" by Gilles Peskine · 4 years, 11 months ago
  28. 6bbe783 Revert "Remove pkcs11-helper option" by Gilles Peskine · 4 years, 11 months ago
  29. 5bb8bec Revert "Remove zlib" by Gilles Peskine · 4 years, 11 months ago
  30. 70824f2 Revert "Remove programs that depend on TLS or X.509" by Gilles Peskine · 4 years, 11 months ago
  31. 4fa9f9f Revert "programs, tests: Depend only on libmbedcrypto" by Gilles Peskine · 4 years, 11 months ago
  32. ae463e6 Move EXTRA_GENERATED mentions to a separate line by Gilles Peskine · 4 years, 11 months ago
  33. 7cb47de query_config: Move to programs/test by Jaeden Amero · 6 years ago
  34. 8de196a programs/Makefile: List all programs one by one by Gilles Peskine · 5 years ago
  35. 9afbfdc Merge remote-tracking branch 'myfork-public/development' into merge-crypto-development-20191115 by Gilles Peskine · 5 years ago
  36. df2cd9e Makefiles: move the dependencies block to be after DLEXT definition by Andrzej Kurek · 5 years ago
  37. 9b9a790 Handle deleting non-existant files on Windows by Darryl Green · 5 years ago
  38. 4f055f4 Use 3rdparty headers from the submodule by Janos Follath · 5 years ago
  39. 655ddab 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 6 years ago
  40. 977d89a ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 6 years ago
  41. 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 6 years ago
  42. d5fd766 ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 6 years ago
  43. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 5 years ago
  44. 072959f Merge remote-tracking branch 'origin/pr/1622' into development by Jaeden Amero · 6 years ago
  45. a864db0 Do not build fuzz on windows by Philippe Antoine · 6 years ago
  46. 85aba47 Consistently spell -Wextra by Gilles Peskine · 6 years ago
  47. 48f35f5 Move fuzz directory to programs by Philippe Antoine · 6 years ago
  48. c2d56a4 Allow declarations after statements by Gilles Peskine · 6 years ago
  49. 66b7edb Merge remote-tracking branch 'origin/pr/2711' into development by Jaeden Amero · 6 years ago
  50. befe1e15 programs: Make `make clean` clean all programs always by Jaeden Amero · 6 years ago
  51. 95f5cbc Don't systematically rebuild programs by Gilles Peskine · 6 years ago
  52. 346747c Force the usage of crypto submodule by Andrzej Kurek · 6 years ago
  53. d8167e8 Build from submodule by default (make, cmake) by Manuel Pégourié-Gonnard · 6 years ago
  54. 986a151 programs, tests: Depend only on libmbedcrypto by Jaeden Amero · 6 years ago
  55. 0688e4f Remove programs that depend on TLS or X.509 by Jaeden Amero · 6 years ago
  56. d874a1f Remove zlib by Jaeden Amero · 6 years ago
  57. d832f18 Remove pkcs11-helper option by Jaeden Amero · 6 years ago
  58. 521dbc6 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  59. 21cb3c3 Remove ssl_cert_test sample app by Ron Eldor · 6 years ago
  60. 03c60de query_config: Move to programs/test by Jaeden Amero · 6 years ago
  61. 30fae8e programs/Makefile: List all programs one by one by Jaeden Amero · 6 years ago
  62. bea98b4 Remove Diffie-Hellman examples by Janos Follath · 6 years ago
  63. a9d6ba2 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  64. 415620c Merge remote-tracking branch 'origin/pr/2105' into development by Jaeden Amero · 6 years ago
  65. 509ba69 Create programs/test/query_compile_time_config app by Andres AG · 6 years ago
  66. bc81884 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 6 years ago
  67. da7c80e Add dependency to Makefile by Darryl Green · 6 years ago
  68. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 6 years ago
  69. b1c48d3 psa: Include PSA headers for tests and programs by Jaeden Amero · 6 years ago
  70. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 6 years ago
  71. 6c0f94c Add better handling when deleting files on Windows by Darryl Green · 6 years ago
  72. 3b80ab9 Add path handling for psa_constant_names on Windows by Darryl Green · 6 years ago
  73. a3ff8a6 psa: programs: Add cipher example by itayzafrir · 7 years ago
  74. f0fa436 New sample program key_ladder_demo by Gilles Peskine · 6 years ago
  75. 029b5d6 New utility program psa/psa_constant_names by Gilles Peskine · 6 years ago
  76. 89c048c Tests: add a test for cpp linking by Andrzej Kurek · 7 years ago
  77. 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
  78. 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
  79. c6b0abd Fix alignment of Makefiles by Andres Amaya Garcia · 7 years ago
  80. 5ab74a1 Add programs/test/zeroize.c to test mbedtls_zeroize by Andres Amaya Garcia · 7 years ago
  81. 420f0cc Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  82. 3eb8c34 Add example program for Curve25519 by Manuel Pégourié-Gonnard · 9 years ago
  83. 78ec2b0 Cosmetics in Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  84. a7c8903 Add missing programs to Makefile by Manuel Pégourié-Gonnard · 10 years ago
  85. fc36708 Use $(MAKE), not make by Manuel Pégourié-Gonnard · 10 years ago
  86. ea9556a Fix mistaken changes in Makefile's clean target by Manuel Pégourié-Gonnard · 10 years ago
  87. 21e1ac2 Fix linking order with make by Manuel Pégourié-Gonnard · 10 years ago
  88. 5c59a4f Split libs with make + general make cleanups by Manuel Pégourié-Gonnard · 10 years ago
  89. 8d4a613 Small Makefile improvements by Manuel Pégourié-Gonnard · 10 years ago
  90. b327168 Remove non-generic md_file() programs by Manuel Pégourié-Gonnard · 10 years ago
  91. 7f7aebc Fix incomplete changes from merge by Manuel Pégourié-Gonnard · 10 years ago
  92. cc0d084 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  93. f7a9f30 build: Makefile: cleanup CFLAGS by Alon Bar-Lev · 10 years ago
  94. ada4105 build: Makefile: cleanup LDFLAGS by Alon Bar-Lev · 10 years ago
  95. 34be402 Rm obsolete things (compat-1.2, openssl, etc) by Manuel Pégourié-Gonnard · 10 years ago
  96. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  97. a6fc5b2 Add mini_client.c by Manuel Pégourié-Gonnard · 10 years ago
  98. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  99. 226d37a Fix merge issue by Manuel Pégourié-Gonnard · 10 years ago
  100. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago