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