)]}'
{
  "commit": "04484621d0f6f6921f7d01bbef98eff6ceca0fb1",
  "tree": "ce9b52231c5a16e908408d749af1e50ab3b37707",
  "parents": [
    "198594709baa82d55bba4e5ee442ffb5ffe886b4"
  ],
  "author": {
    "name": "Hanno Becker",
    "email": "hanno.becker@arm.com",
    "time": "Mon Aug 06 09:49:38 2018 +0100"
  },
  "committer": {
    "name": "Hanno Becker",
    "email": "hanno.becker@arm.com",
    "time": "Fri Aug 17 15:40:52 2018 +0100"
  },
  "message": "Increment record sequence number in ssl_write_record()\n\nPreviously, the record sequence number was incremented at the\nend of each successful call to mbedtls_ssl_flush_output(),\nwhich works as long as there is precisely one such call for\neach outgoing record.\n\nWhen packing multiple records into a single datagram, this\nproperty is no longer true, and instead the increment of the\nrecord sequence number must happen after the record has been\nprepared, and not after it has been dispatched.\n\nThis commit moves the code for incrementing the record sequence\nnumber from mbedtls_ssl_flush_output() to ssl_write_record().\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f2373eb51967e829cccd05935543ddd222c157b2",
      "old_mode": 33188,
      "old_path": "library/ssl_tls.c",
      "new_id": "9342321af98861523b936c606ab98c53da4228a8",
      "new_mode": 33188,
      "new_path": "library/ssl_tls.c"
    }
  ]
}
