1. 97fd52c Split ssl_set_read_timeout() out of bio_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  2. bc2b771 Move ssl_set_ca_chain() to work on config by Manuel Pégourié-Gonnard · 10 years ago
  3. 2b49445 Move session ticket keys to conf by Manuel Pégourié-Gonnard · 10 years ago
  4. 684b059 Move ssl_set_fallback() to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  5. 6bf89d6 Move ssl_set_max_fragment_len to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  6. 17eab2b Move set_cbc_record_splitting() to conf by Manuel Pégourié-Gonnard · 10 years ago
  7. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  8. 419d5ae Make endpoint+transport args of config_defaults() by Manuel Pégourié-Gonnard · 10 years ago
  9. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  10. ee6139c Fix doc issue in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  11. e36d564 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  12. fa950c9 fix bug in ssl_mail_client by Manuel Pégourié-Gonnard · 10 years ago
  13. da61ed3 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  14. ac90673 Remove unused headers in o_p_test by Manuel Pégourié-Gonnard · 10 years ago
  15. 637376c Fix bugs in programs displaying verify flags by Manuel Pégourié-Gonnard · 10 years ago
  16. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  17. ec160c0 Update ctr_drbg_init() usage in programs by Manuel Pégourié-Gonnard · 10 years ago
  18. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  19. f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
  20. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  21. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  22. 7cfbaf0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  23. 9ce1bdc Fix bugs in programs displaying verify flags by Manuel Pégourié-Gonnard · 10 years ago
  24. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  25. 89addc4 manually merge 0c6ce2f use x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  26. 0c6ce2f Use x509_crt_verify_info() in programs by Manuel Pégourié-Gonnard · 10 years ago
  27. b85725c Fix merge issue by Manuel Pégourié-Gonnard · 10 years ago
  28. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  29. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  30. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  31. 6c7af4c Fix a few internal name choices by Manuel Pégourié-Gonnard · 10 years ago
  32. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  33. 26c9f90 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  34. 0878a0d Add missing depends in x509 programs by Manuel Pégourié-Gonnard · 10 years ago
  35. 8d649c6 Simplify ifdef checks in programs/x509 by Manuel Pégourié-Gonnard · 10 years ago
  36. 8c8be1e Change default min TLS version to TLS 1.0 by Manuel Pégourié-Gonnard · 10 years ago
  37. 32076e6 Fix programs for recent ECDSA changes by Manuel Pégourié-Gonnard · 10 years ago
  38. fa44f20 Change authmode default to Required on client by Manuel Pégourié-Gonnard · 10 years ago
  39. 4b3e5ef Avoid duplicate #ifdefs in programs/ssl by Manuel Pégourié-Gonnard · 10 years ago
  40. b5410db Depend on PEM_PARsE_C when using test_cas_pem by Manuel Pégourié-Gonnard · 10 years ago
  41. a958d69 Rename test_ca_list to test_cas_pem by Manuel Pégourié-Gonnard · 10 years ago
  42. 2f16506 Start introducing test_cas NULL-terminated list by Manuel Pégourié-Gonnard · 10 years ago
  43. 75f9010 Add len constants to certs.c by Manuel Pégourié-Gonnard · 10 years ago
  44. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  45. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  46. 003b3b1 Remove use of xxx_hmac() in program by Manuel Pégourié-Gonnard · 10 years ago
  47. a115def Fix tests and programs to use md_get_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  48. aeab252 Quit using deprecated ssl_set_bio() in programs by Manuel Pégourié-Gonnard · 10 years ago
  49. e46c6c3 Fix tests to work with DEPRECATED_REMOVED by Manuel Pégourié-Gonnard · 10 years ago
  50. d42b7c8 Adapt programs to new RC4 default by Manuel Pégourié-Gonnard · 10 years ago
  51. 7f7aebc Fix incomplete changes from merge by Manuel Pégourié-Gonnard · 10 years ago
  52. cc0d084 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  53. f7a9f30 build: Makefile: cleanup CFLAGS by Alon Bar-Lev · 10 years ago
  54. ada4105 build: Makefile: cleanup LDFLAGS by Alon Bar-Lev · 10 years ago
  55. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  56. 83b04de Rename a few incidental references to PolarSSL by Manuel Pégourié-Gonnard · 10 years ago
  57. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  58. 34be402 Rm obsolete things (compat-1.2, openssl, etc) by Manuel Pégourié-Gonnard · 10 years ago
  59. e4d4890 Finish renaming website by Manuel Pégourié-Gonnard · 10 years ago
  60. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  61. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  62. c439e7b Minor portability fix in benchmark by Manuel Pégourié-Gonnard · 10 years ago
  63. cd4cd1d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  64. b199095 Finish fixing memleak in ssl_server2 arg parsing by Manuel Pégourié-Gonnard · 10 years ago
  65. c35e90f Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  66. c3e3395 Fix missing #define if PLATFORM_C not here by Manuel Pégourié-Gonnard · 10 years ago
  67. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  68. 714929b Fix issues introduced when rebasing by Manuel Pégourié-Gonnard · 10 years ago
  69. 7defc77 Code cosmetics by Manuel Pégourié-Gonnard · 11 years ago
  70. 85391f2 Add curve25519 to the benchmark program by Manuel Pégourié-Gonnard · 11 years ago
  71. e579dab Fix compile issue when buffer_alloc not available by Manuel Pégourié-Gonnard · 11 years ago
  72. 71e75dc Fix unused variable issue in some configs by Manuel Pégourié-Gonnard · 11 years ago
  73. 50da048 Add heap usage for PK in benchmark by Manuel Pégourié-Gonnard · 11 years ago
  74. 128657d Use memory_buffer_alloc() in benchmark if available by Manuel Pégourié-Gonnard · 11 years ago
  75. 3b8926c Adapt mini-client for config-suite-b.h by Manuel Pégourié-Gonnard · 11 years ago
  76. a6fc5b2 Add mini_client.c by Manuel Pégourié-Gonnard · 11 years ago
  77. ab02580 Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  78. aff2976 Merge branch 'build' into development by Manuel Pégourié-Gonnard · 10 years ago
  79. 09eb14c Revert "Require unix-utils in path for windows make" by Manuel Pégourié-Gonnard · 10 years ago
  80. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  81. 671589d Fix return code in cert_app by Manuel Pégourié-Gonnard · 10 years ago list
  82. 401caad Align ssl_read in fork_server on ssl_server by Manuel Pégourié-Gonnard · 10 years ago
  83. f53df4f Fix unchecked return values in mpi_demo by Manuel Pégourié-Gonnard · 10 years ago
  84. 5c078e1 Fix memory leak on bad arguments in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  85. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  86. 012acfc modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  87. b92965b modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  88. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  89. 6c5abfa Style: fix trailing spaces by Manuel Pégourié-Gonnard · 10 years ago
  90. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  91. 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  92. 783d9d1 modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  93. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  94. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  95. 5d46cca Require unix-utils in path for windows make by Manuel Pégourié-Gonnard · 10 years ago
  96. 1cc0a34 Fix missing includes in program by Manuel Pégourié-Gonnard · 10 years ago
  97. 6f60cd8 Move from SHA-1 to SHA-256 as default in programs by Manuel Pégourié-Gonnard · 10 years ago
  98. f224678 Fix remaining printfs in programs by Manuel Pégourié-Gonnard · 11 years ago
  99. 226d37a Fix merge issue by Manuel Pégourié-Gonnard · 11 years ago
  100. b8a923d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago