1. ce52886 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  2. bfa3e09 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  3. 89c048c Tests: add a test for cpp linking by Andrzej Kurek · 7 years ago
  4. 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
  5. 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
  6. c6b0abd Fix alignment of Makefiles by Andres Amaya Garcia · 8 years ago
  7. 5ab74a1 Add programs/test/zeroize.c to test mbedtls_zeroize by Andres Amaya Garcia · 8 years ago
  8. 420f0cc Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  9. 3eb8c34 Add example program for Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  10. 78ec2b0 Cosmetics in Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  11. a7c8903 Add missing programs to Makefile by Manuel Pégourié-Gonnard · 10 years ago
  12. fc36708 Use $(MAKE), not make by Manuel Pégourié-Gonnard · 10 years ago
  13. ea9556a Fix mistaken changes in Makefile's clean target by Manuel Pégourié-Gonnard · 10 years ago
  14. 21e1ac2 Fix linking order with make by Manuel Pégourié-Gonnard · 10 years ago
  15. 5c59a4f Split libs with make + general make cleanups by Manuel Pégourié-Gonnard · 10 years ago
  16. 8d4a613 Small Makefile improvements by Manuel Pégourié-Gonnard · 10 years ago
  17. b327168 Remove non-generic md_file() programs by Manuel Pégourié-Gonnard · 10 years ago
  18. 7f7aebc Fix incomplete changes from merge by Manuel Pégourié-Gonnard · 10 years ago
  19. cc0d084 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  20. f7a9f30 build: Makefile: cleanup CFLAGS by Alon Bar-Lev · 10 years ago
  21. ada4105 build: Makefile: cleanup LDFLAGS by Alon Bar-Lev · 10 years ago
  22. 34be402 Rm obsolete things (compat-1.2, openssl, etc) by Manuel Pégourié-Gonnard · 10 years ago
  23. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  24. a6fc5b2 Add mini_client.c by Manuel Pégourié-Gonnard · 11 years ago
  25. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  26. 226d37a Fix merge issue by Manuel Pégourié-Gonnard · 11 years ago
  27. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  28. 6a4ae35 Link to new name in programs & tests Makefiles by Manuel Pégourié-Gonnard · 11 years ago
  29. c26a092 Rename static lib name with make by Manuel Pégourié-Gonnard · 11 years ago
  30. e63582a Add dlts_client.c and dtls_server.c by Manuel Pégourié-Gonnard · 11 years ago
  31. cb4137b Add test utility udp_proxy by Manuel Pégourié-Gonnard · 11 years ago
  32. f9c4953 Added version of the SSL pthread server example by Paul Bakker · 12 years ago
  33. 15b9b3a Key generation tool by Paul Bakker · 12 years ago
  34. 803bb31 Remove ecp-bench (now in general benchmark) by Manuel Pégourié-Gonnard · 12 years ago
  35. 940f9ce Added pk_decrypt, pk_encrypt, pk_sign, pk_verify example applications by Paul Bakker · 12 years ago
  36. 1b57878 Add missing VS project files, generated by script by Manuel Pégourié-Gonnard · 12 years ago
  37. 8adf13b Added pem2der utility application by Paul Bakker · 12 years ago
  38. aa43161 Add ecdsa example program by Manuel Pégourié-Gonnard · 12 years ago
  39. a95919b Added ECP files to Makefiles as well by Paul Bakker · 13 years ago
  40. f1ab0ec - Changed default compiler flags to include -O2 by Paul Bakker · 13 years ago
  41. b60b95f - Added first version of ssl_server2 example application by Paul Bakker · 13 years ago
  42. a9379c0 - Added base blowfish algorithm by Paul Bakker · 13 years ago
  43. 2770fbd - Added DEFLATE compression support as per RFC3749 (requires zlib) by Paul Bakker · 13 years ago
  44. 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
  45. 62f88dc Makefile more compatible with WINDOWS environment by Paul Bakker · 13 years ago
  46. cd5b529 - Added automatic WINDOWS define in Makefile by Paul Bakker · 13 years ago
  47. 01cc394 - Added commandline error code convertor (util/strerror) by Paul Bakker · 13 years ago
  48. c7ffd36 - Added automatic debug flags to CFLAGS if DEBUG is set in shell by Paul Bakker · 13 years ago
  49. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  50. 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
  51. 7bc05ff - Added rsa_encrypt and rsa_decrypt example programs by Paul Bakker · 14 years ago
  52. ed56b22 - Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20) by Paul Bakker · 14 years ago
  53. a585beb - Introduced windows DLL build and SYS_LDFLAGS by Paul Bakker · 14 years ago
  54. 1496d38 - Added the ssl_mail_client example application by Paul Bakker · 14 years ago
  55. 896ac22 - Added ssl_fork_server example program by Paul Bakker · 14 years ago
  56. 31acc6b - Fixed uppercase type for gen_random by Paul Bakker · 14 years ago
  57. e77db2e - Added bugfix info for previous checkin by Paul Bakker · 14 years ago
  58. a9507c0 - Added crl_app program to allow easy reading and printing of X509 CRLs from file by Paul Bakker · 14 years ago
  59. 46eb138 - Makefiles now respect external CFLAGS and LDFLAGS. Closes ticket #2 by Paul Bakker · 15 years ago
  60. fc36d16 - Added random generation example application by Paul Bakker · 15 years ago
  61. fb6c7e2 - Added generic_sum example application to show use of generic message digest layer. by Paul Bakker · 15 years ago
  62. 20a7808 - Addec crypt_and_hash example program of the generic hash and cipher layers by Paul Bakker · 15 years ago
  63. e942694 - Added extra compiler warnings by default by Paul Bakker · 15 years ago
  64. 43b7e35 - Support for PKCS#11 through the use of the pkcs11-helper library by Paul Bakker · 15 years ago
  65. 4fc4552 - Added cert_app application by Paul Bakker · 15 years ago
  66. 026c03b - Made changes for better compatibility with old-style C compilers by Paul Bakker · 16 years ago
  67. 4593aea - Added support for RFC4055 SHA2 and SHA4 signature algorithms for by Paul Bakker · 16 years ago
  68. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  69. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago