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