1. f37a99e Merge remote-tracking branch 'upstream-public/pr/1814' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  2. 33e5c32 Fixes different off by ones by Philippe Antoine · 7 years ago
  3. c32b3b7 Add ecc extensions only if ecc ciphersuite is used by Ron Eldor · 7 years ago
  4. 49de6b8 Compilation warning fixes on 32b platfrom with IAR by Simon Butcher · 7 years ago
  5. bb5e1c3 Fix multiple quality issues in the source by Simon Butcher · 7 years ago
  6. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
  7. 66954e1 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  8. 005239e Merge remote-tracking branch 'upstream-public/pr/1294' into development by Jaeden Amero · 8 years ago
  9. 41b40e6 Merge remote-tracking branch 'upstream-restricted/pr/441' into development-restricted by Gilles Peskine · 8 years ago
  10. aaaa98c Merge branch 'development-proposed' into development-restricted by Gilles Peskine · 8 years ago
  11. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  12. 239987f Fix heap-buffer overread in ALPN ext parsing by Manuel Pégourié-Gonnard · 8 years ago
  13. 1a2640c Merge branch 'iotssl-1368-unsafe-bounds-check-psk-identity-merge' into development-restricted by Gilles Peskine · 8 years ago
  14. 27b34d5 Wrong identifier used to check Encrypt-then-MAC flag by Hanno Becker · 8 years ago
  15. 73a3817 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  16. 8dd73e6 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  17. ab74056 Make use of `mbedtls_dhm_set_group` when generating DHM params by Hanno Becker · 8 years ago
  18. 46f5a3e Check return codes from MD in ssl code by Andres Amaya Garcia · 8 years ago
  19. d21d625 Change ssl_srv to new MD API and check return code by Andres Amaya Garcia · 8 years ago
  20. 83c9f49 Prevent bounds check bypass through overflow in PSK identity parsing by Hanno Becker · 8 years ago
  21. ddc6e52 Merge remote-tracking branch 'gilles/iotssl-1223/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  22. 383a118 Merge remote-tracking branch 'gilles/IOTSSL-1330/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  23. 23b33f8 Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development by Manuel Pégourié-Gonnard · 8 years ago
  24. d50177f Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  25. 088ce43 Implement optional CA list suppression in Certificate Request by Janos Follath · 8 years ago
  26. cf7ae7e Improve documentation by Hanno Becker · 8 years ago
  27. 0d0cd4b Split long lines by Hanno Becker · 8 years ago
  28. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  29. 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  30. c94f735 Ignore failures when sending fatal alerts by Gilles Peskine · 8 years ago
  31. 1cc8e34 Send TLS alerts in many more cases by Gilles Peskine · 8 years ago
  32. f982852 Balanced braces across preprocessor conditionals by Gilles Peskine · 8 years ago
  33. 9900014 Merge fix for IE Certificate Compatibility by Simon Butcher · 9 years ago
  34. 29f221f Fix guards in SSL for ECDH key exchanges by Paul Bakker · 9 years ago
  35. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  36. 584a547 Fix whitespace and formatting in ssl_srv.c by Simon Butcher · 9 years ago
  37. c6dab2b Fix non compliance SSLv3 in server extension handling. by Janos Follath · 9 years ago
  38. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  39. 9d62412 Add note about not implementing PSK id_hint by Manuel Pégourié-Gonnard · 9 years ago
  40. 7f17155 Avoid seemingly-possible overflow by Manuel Pégourié-Gonnard · 10 years ago
  41. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  42. 5674a97 Fix compilers warnings in reduced configs by Manuel Pégourié-Gonnard · 10 years ago
  43. ae8535d Changed defs. back to MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED by Robert Cragie · 10 years ago
  44. 39a60de Correct overwritten fixes by Robert Cragie · 10 years ago
  45. 136884c Use MBEDTLS_ECJPAKE_C def. for correct conditional compilation by Robert Cragie · 10 years ago
  46. bc1babb Fix potential overflow in CertificateRequest by Manuel Pégourié-Gonnard · 10 years ago
  47. faee44d Avoid false positives in bounds check by Manuel Pégourié-Gonnard · 10 years ago
  48. 0f1660a Implement key exchange messages and PMS derivation by Manuel Pégourié-Gonnard · 10 years ago
  49. 25dbeb0 Skip certificate-related messages with ECJPAKE by Manuel Pégourié-Gonnard · 10 years ago
  50. 55c7f99 Add server writing of the extension by Manuel Pégourié-Gonnard · 10 years ago
  51. bf57be6 Add server extension parsing by Manuel Pégourié-Gonnard · 10 years ago
  52. e511b4e Ignore ECJPAKE suite if not configured on server by Manuel Pégourié-Gonnard · 10 years ago
  53. c1b46d0 Fix bug in server parsing point formats extension by Manuel Pégourié-Gonnard · 10 years ago
  54. eef142d Depend on ECJPAKE key exchange, not module by Manuel Pégourié-Gonnard · 10 years ago
  55. f7022d1 Fix bug in server parsing point formats extension by Manuel Pégourié-Gonnard · 10 years ago
  56. f472179 Adjust dependencies for EC extensions by Manuel Pégourié-Gonnard · 10 years ago
  57. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  58. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  59. 4cc8c63 Add test for extensionless ClientHello by Manuel Pégourié-Gonnard · 10 years ago
  60. cb0d212 Fix level of some debug messages by Manuel Pégourié-Gonnard · 10 years ago
  61. b076116 Fix one debug message by Manuel Pégourié-Gonnard · 10 years ago
  62. e540b49 Add one more debug message by Manuel Pégourié-Gonnard · 10 years ago
  63. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  64. dba460f Add SSL "assertion" to help static analysis by Manuel Pégourié-Gonnard · 10 years ago
  65. bae389b Fix uninitialized access by Manuel Pégourié-Gonnard · 10 years ago
  66. b86145e Avoid potential NULL dereference. by Manuel Pégourié-Gonnard · 10 years ago
  67. b9c93d0 Fix earlier incomplete change in RSA PMS reading by Manuel Pégourié-Gonnard · 10 years ago
  68. 1938975 Avoid dead stores (makes scan-build happier) by Manuel Pégourié-Gonnard · 10 years ago
  69. cdc26ae Add mbedtls_ssl_set_hs_authmode by Manuel Pégourié-Gonnard · 10 years ago
  70. 12ad798 Rename ssl_session.length to id_len by Manuel Pégourié-Gonnard · 10 years ago
  71. 7bfc122 Implement sig_hashes by Manuel Pégourié-Gonnard · 10 years ago
  72. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
  73. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  74. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  75. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  76. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  77. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  78. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  79. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  80. 69f1728 Adapt prototypes of ticket handling functions by Manuel Pégourié-Gonnard · 10 years ago
  81. a4a4735 Rename & move ticket functions to ticket module by Manuel Pégourié-Gonnard · 10 years ago
  82. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  83. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  84. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  85. 8b431fb Fix dependency issues by Manuel Pégourié-Gonnard · 10 years ago
  86. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  87. 22bfa4b Add ssl_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  88. 1af6c85 Add ssl_set_hs_own_cert() by Manuel Pégourié-Gonnard · 10 years ago
  89. 8f618a8 Rework ssl_set_own_cert() internals by Manuel Pégourié-Gonnard · 10 years ago
  90. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  91. 5cb3308 Merge contexts for session cache by Manuel Pégourié-Gonnard · 10 years ago
  92. 1028b74 Upgrade default DHM params size by Manuel Pégourié-Gonnard · 10 years ago
  93. 2b49445 Move session ticket keys to conf by Manuel Pégourié-Gonnard · 10 years ago
  94. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  95. 7ca4e4d Move things to conf substructure by Manuel Pégourié-Gonnard · 10 years ago
  96. 331ba57 Fix some additional renaming issues by Manuel Pégourié-Gonnard · 10 years ago
  97. e6efa6f manually merge 9f98251 make extKeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  98. 53c76c0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  99. ce60fbe Fix potential timing difference with RSA PMS by Manuel Pégourié-Gonnard · 10 years ago
  100. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago