1. e540b49 Add one more debug message by Manuel Pégourié-Gonnard · 10 years ago
  2. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  3. dba460f Add SSL "assertion" to help static analysis by Manuel Pégourié-Gonnard · 10 years ago
  4. bae389b Fix uninitialized access by Manuel Pégourié-Gonnard · 10 years ago
  5. b86145e Avoid potential NULL dereference. by Manuel Pégourié-Gonnard · 10 years ago
  6. b9c93d0 Fix earlier incomplete change in RSA PMS reading by Manuel Pégourié-Gonnard · 10 years ago
  7. 1938975 Avoid dead stores (makes scan-build happier) by Manuel Pégourié-Gonnard · 10 years ago
  8. cdc26ae Add mbedtls_ssl_set_hs_authmode by Manuel Pégourié-Gonnard · 10 years ago
  9. 12ad798 Rename ssl_session.length to id_len by Manuel Pégourié-Gonnard · 10 years ago
  10. 7bfc122 Implement sig_hashes by Manuel Pégourié-Gonnard · 10 years ago
  11. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
  12. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  13. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  14. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  15. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  16. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  17. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  18. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  19. 69f1728 Adapt prototypes of ticket handling functions by Manuel Pégourié-Gonnard · 10 years ago
  20. a4a4735 Rename & move ticket functions to ticket module by Manuel Pégourié-Gonnard · 10 years ago
  21. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  22. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  23. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  24. 8b431fb Fix dependency issues by Manuel Pégourié-Gonnard · 10 years ago
  25. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  26. 22bfa4b Add ssl_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  27. 1af6c85 Add ssl_set_hs_own_cert() by Manuel Pégourié-Gonnard · 10 years ago
  28. 8f618a8 Rework ssl_set_own_cert() internals by Manuel Pégourié-Gonnard · 10 years ago
  29. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  30. 5cb3308 Merge contexts for session cache by Manuel Pégourié-Gonnard · 10 years ago
  31. 1028b74 Upgrade default DHM params size by Manuel Pégourié-Gonnard · 10 years ago
  32. 2b49445 Move session ticket keys to conf by Manuel Pégourié-Gonnard · 10 years ago
  33. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  34. 7ca4e4d Move things to conf substructure by Manuel Pégourié-Gonnard · 10 years ago
  35. 331ba57 Fix some additional renaming issues by Manuel Pégourié-Gonnard · 10 years ago
  36. e6efa6f manually merge 9f98251 make extKeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  37. 53c76c0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  38. ce60fbe Fix potential timing difference with RSA PMS by Manuel Pégourié-Gonnard · 10 years ago
  39. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  40. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  41. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  42. 7da726b Remove calls to xxx_hmac() from SSL modules by Manuel Pégourié-Gonnard · 10 years ago
  43. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  44. a78b218 Fix contness of debug_print_buf() by Manuel Pégourié-Gonnard · 10 years ago
  45. 852a6d3 Rename ssl.renegotiation to ssl.renego_status by Manuel Pégourié-Gonnard · 10 years ago
  46. a06d7fe Avoid possible spurious warning with gcc -Os by Manuel Pégourié-Gonnard · 10 years ago
  47. 69849f8 Drop renego state from context if no renego support by Manuel Pégourié-Gonnard · 10 years ago
  48. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  49. ed99d70 Rename macro to avoid possible future collision by Manuel Pégourié-Gonnard · 10 years ago
  50. 2f5a1b4 Rename SSL_RENEGOTIATION macro by Manuel Pégourié-Gonnard · 10 years ago
  51. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  52. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  53. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  54. 2ee8d24 Simplify some constant-time code by Manuel Pégourié-Gonnard · 10 years ago
  55. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  56. f7d2bba Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  57. 6674cce Fix potential timing issue in RSA pms handling by Manuel Pégourié-Gonnard · 10 years ago
  58. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  59. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  60. 607d663 Add debug info for cert/suite selection by Manuel Pégourié-Gonnard · 11 years ago
  61. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  62. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  63. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  64. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  65. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  66. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  67. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  68. 3a173f4 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  69. 59c6f2e Avoid nested if's without braces. by Manuel Pégourié-Gonnard · 11 years ago
  70. 67505bf Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  71. bfccdd3 Merge commit '36adc36' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  72. b89c4f3 Fixes for the renego-option merge by Manuel Pégourié-Gonnard · 11 years ago
  73. 0af1ba3 Merge commit 'f6080b8' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  74. edb7ed3 Merge commit 'd7e2483' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  75. 5b8f7ea Merge new security defaults for programs (RC4 disabled, SSL3 disabled) by Paul Bakker · 11 years ago
  76. c82b7e2 Merge option to disable truncated hmac on the server-side by Paul Bakker · 11 years ago
  77. e522d0f Merge smarter certificate selection for pre-TLS-1.2 clients by Paul Bakker · 11 years ago
  78. f6080b8 Merge support for enabling / disabling renegotiation support at compile-time by Paul Bakker · 11 years ago
  79. d7e2483 Merge miscellaneous fixes into development by Paul Bakker · 11 years ago
  80. bd47a58 Add ssl_set_arc4_support() by Manuel Pégourié-Gonnard · 11 years ago
  81. e117a8f Make truncated hmac a runtime option server-side by Manuel Pégourié-Gonnard · 11 years ago
  82. f01768c Specific error for suites in common but none good by Manuel Pégourié-Gonnard · 11 years ago
  83. df331a5 Prefer SHA-1 certificates for pre-1.2 clients by Manuel Pégourié-Gonnard · 11 years ago
  84. 6458e3b Some more refactoring/tuning. by Manuel Pégourié-Gonnard · 11 years ago
  85. 846ba47 Minor refactoring by Manuel Pégourié-Gonnard · 11 years ago
  86. d942323 Skip signature_algorithms ext if PSK only by Manuel Pégourié-Gonnard · 11 years ago
  87. eaecbd3 Fix warning in reduced configs by Manuel Pégourié-Gonnard · 11 years ago
  88. 615e677 Make renegotiation a compile-time option by Manuel Pégourié-Gonnard · 11 years ago
  89. f9d778d Merge branch 'etm' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  90. 56d985d Merge branch 'session-hash' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  91. fedba98 Merge branch 'fb-scsv' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  92. b575b54 Forbid extended master secret with SSLv3 by Manuel Pégourié-Gonnard · 11 years ago
  93. 78e745f Don't send back EtM extension if not using CBC by Manuel Pégourié-Gonnard · 11 years ago
  94. 699cafa Implement initial negotiation of EtM by Manuel Pégourié-Gonnard · 11 years ago
  95. 01b2699 Implement FALLBACK_SCSV server-side by Manuel Pégourié-Gonnard · 11 years ago
  96. 367381f Add negotiation of Extended Master Secret by Manuel Pégourié-Gonnard · 11 years ago
  97. 8a7cf25 Add a few #ifdefs by Manuel Pégourié-Gonnard · 11 years ago
  98. 579950c Fix bug with non-blocking I/O and cookies by Manuel Pégourié-Gonnard · 11 years ago
  99. 7de3c9e Count timeout per flight, not per message by Manuel Pégourié-Gonnard · 11 years ago
  100. f03c7aa Add replay detection in parse_client_hello() by Manuel Pégourié-Gonnard · 11 years ago