1. 49349ba Merge remote-tracking branch 'upstream-public/pr/1153' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  2. 7aa2419 Merge remote-tracking branch 'upstream-public/pr/1107' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  3. ea0aa65 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  4. 3cd07be Fix handling of HS msgs in mbedtls_ssl_read if renegotiation unused by Hanno Becker · 8 years ago
  5. e454d73 Swap branches accepting/refusing renegotiation in in ssl_read by Hanno Becker · 8 years ago
  6. a360411 Fixed SIGSEGV problem when writing with ssl_write_real a buffer that is over MBEDTLS_SSL_MAX_CONTENT_LEN bytes by Florin · 8 years ago
  7. e298c8b Correct typo by Hanno Becker · 8 years ago
  8. c7845e5 Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog. by Hanno Becker · 8 years ago
  9. 593b0d3 Make mbedtls_ssl_set_hostname safe to be called multiple times by Hanno Becker · 8 years ago
  10. 1042d86 Dont send alert on invalid DTLS record type by Andres Amaya Garcia · 8 years ago
  11. cc01908 Ensure application data records are not kept when fully processed by Hanno Becker · 8 years ago
  12. bfbc494 Add hard assertion to mbedtls_ssl_read_record_layer by Hanno Becker · 8 years ago
  13. 6a582e8 Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  14. 704f493 Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  15. 61c0c70 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  16. a3929ba Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  17. 7344e1b SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  18. 955738a Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  19. aa8a2bd Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  20. 7fa66d4 Fix renegotiation at incorrect times in DTLS by Andres AG · 9 years ago
  21. e7f8dc3 Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  22. 0be55a0 Remove MBEDTLS_SSL_AEAD_RANDOM_IV feature by Janos Follath · 9 years ago
  23. c941b6c Fix for unused variable warning by Simon Butcher · 10 years ago
  24. aa41149 Merge 'iotssl-558-2.1-md5-tls-sigs-restricted' by Simon Butcher · 10 years ago
  25. e103aa8 Added description of change to the Changelog by Simon Butcher · 10 years ago
  26. b39528e Disable MD5 in handshake signatures by default by Manuel Pégourié-Gonnard · 10 years ago
  27. 013198f DTLS: avoid dropping too many records by Manuel Pégourié-Gonnard · 10 years ago
  28. c282405 Fix other int casts in bounds checking by Manuel Pégourié-Gonnard · 10 years ago
  29. ffb8180 Fix potential double-free in ssl_conf_psk() by Manuel Pégourié-Gonnard · 10 years ago
  30. 94c5e3c Fixed typo in comment by Simon Butcher · 10 years ago
  31. a314076 Fix handling of non-fatal alerts by Manuel Pégourié-Gonnard · 10 years ago
  32. f9945bc Fix #ifdef inconsistency by Manuel Pégourié-Gonnard · 10 years ago
  33. 770f453 Remove useless code by Manuel Pégourié-Gonnard · 10 years ago
  34. fec73a8 Merge of fix for IOTSSL-481 - Double free by Simon Butcher · 10 years ago
  35. 5b8d1d6 Fix for IOTSSL-473 Double free error by Simon Butcher · 10 years ago
  36. ef388f1 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 10 years ago
  37. 9f81231 Revised hostname length check from review by Simon Butcher · 10 years ago
  38. 24417f0 Fix potential double-free in mbedtls_ssl_conf_psk() by Manuel Pégourié-Gonnard · 10 years ago
  39. 89f7762 Added max length checking of hostname by Simon Butcher · 10 years ago
  40. 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 10 years ago
  41. 5793e7e Merge 'development' into iotssl-411-port-reuse by Simon Butcher · 10 years ago
  42. ea5370d Don't allow reconnect during handshake by Manuel Pégourié-Gonnard · 10 years ago
  43. d0bf6a3 Update ssl_tls.c by Simon Butcher · 10 years ago
  44. 74ca8d0 Update ssl_tls.c by Simon Butcher · 10 years ago
  45. 0789aed Update ssl_tls.c by Simon Butcher · 10 years ago
  46. ddfe5d2 Tune dependencies by Manuel Pégourié-Gonnard · 10 years ago
  47. 2ed05a0 Fix typos by Manuel Pégourié-Gonnard · 10 years ago
  48. 62c74bb Stop wasting resources by Manuel Pégourié-Gonnard · 10 years ago
  49. 2088e2e fix const-ness of argument to mbedtls_ssl_conf_cert_profile by Nicholas Wilson · 10 years ago
  50. 3f09b6d Fix API by Manuel Pégourié-Gonnard · 10 years ago
  51. be619c1 Clean up error codes by Manuel Pégourié-Gonnard · 10 years ago
  52. 11331fc First working dirty version by Manuel Pégourié-Gonnard · 10 years ago
  53. 9650205 Start detecting epoch 0 ClientHellos by Manuel Pégourié-Gonnard · 10 years ago
  54. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  55. ed51594 Merge pull request #265 from ARMmbed/iotssl-460-bugfixes by Simon Butcher · 10 years ago
  56. f81ee2e Add NULL checks to top-level SSL functions by Manuel Pégourié-Gonnard · 10 years ago
  57. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  58. c6b5d83 Fix handling of long PSK identities by Manuel Pégourié-Gonnard · 10 years ago
  59. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  60. c98204e Fix missing break in switch for SSL presets by Manuel Pégourié-Gonnard · 10 years ago
  61. 0a88574 DTLS: treat bad MAC on Finished as an error by Manuel Pégourié-Gonnard · 10 years ago
  62. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  63. cb0d212 Fix level of some debug messages by Manuel Pégourié-Gonnard · 10 years ago
  64. 001f2b6 Use xxx_clone() instead of memcpy() in SSL by Manuel Pégourié-Gonnard · 10 years ago
  65. c0bf01e Undo overzealous renaming of internal variables by Manuel Pégourié-Gonnard · 10 years ago
  66. b9d64e5 Fix missing calls to md/shaxxx_free() 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. 0761733 Fix potential NULL dereference by Manuel Pégourié-Gonnard · 10 years ago
  69. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  70. 79c4e3e Rm obsolete comments by Manuel Pégourié-Gonnard · 10 years ago
  71. 14bf706 Add SSL "assertions" to help static analyzers by Manuel Pégourié-Gonnard · 10 years ago
  72. cdc26ae Add mbedtls_ssl_set_hs_authmode by Manuel Pégourié-Gonnard · 10 years ago
  73. 12ad798 Rename ssl_session.length to id_len by Manuel Pégourié-Gonnard · 10 years ago
  74. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  75. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  76. 7bfc122 Implement sig_hashes by Manuel Pégourié-Gonnard · 10 years ago
  77. 36a8b57 Create API for mbedtls_ssl_conf_sig_hashes(). by Manuel Pégourié-Gonnard · 10 years ago
  78. 9d412d8 Small internal changes in curve checking by Manuel Pégourié-Gonnard · 10 years ago
  79. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
  80. 6e3ee3a Add mbedtls_ssl_conf_cert_profile() by Manuel Pégourié-Gonnard · 10 years ago
  81. bd990d6 Add ssl_conf_dhm_min_bitlen() by Manuel Pégourié-Gonnard · 10 years ago
  82. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 10 years ago
  83. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  84. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  85. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  86. b2a18a2 Remove references to malloc in strings/names by Manuel Pégourié-Gonnard · 10 years ago
  87. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  88. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  89. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  90. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  91. cf141ca Fix #ifdefs on ssl_cli.c or ssl_srv.c by Manuel Pégourié-Gonnard · 10 years ago
  92. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  93. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  94. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  95. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  96. 0de074f Use rarely used conf function to cover them by Manuel Pégourié-Gonnard · 10 years ago
  97. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  98. 6ab9b00 Fix warnings from armcc by Manuel Pégourié-Gonnard · 10 years ago
  99. 545102e No timer -> to timeout (optional for TLS) by Manuel Pégourié-Gonnard · 10 years ago
  100. 286a136 SSL timer fixes: not DTLS only, start cancelled by Manuel Pégourié-Gonnard · 10 years ago