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