)]}'
{
  "commit": "87c96c2e53023d9aeeaeb8257ca66e01fe64ab6f",
  "tree": "618fd9d00d57d1e155e92768213abee65f79cfbf",
  "parents": [
    "d97f899f99e15fa058ade6d6d8ecf2bbcce74aee"
  ],
  "author": {
    "name": "Jonathan Leroy",
    "email": "jonathan@inikup.com",
    "time": "Wed Oct 14 09:41:56 2015 +0200"
  },
  "committer": {
    "name": "Jonathan Leroy",
    "email": "jonathan@inikup.com",
    "time": "Wed Oct 14 09:41:56 2015 +0200"
  },
  "message": "Fix boolean values according to DER specs\n\nIn BER encoding, any boolean with a non-zero value is considered as\nTRUE. However, DER encoding require a value of 255 (0xFF) for TRUE.\n\nThis commit makes `mbedtls_asn1_write_bool` function uses `255` instead\nof `1` for BOOLEAN values.\n\nWith this fix, boolean values are now reconized by OS X keychain (tested\non OS X 10.11).\n\nFixes #318.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "dd5a7455eef0578b5a7aee1ed19b737cf94efdcf",
      "old_mode": 33188,
      "old_path": "library/asn1write.c",
      "new_id": "849e8c16842314d0c36dc2fef7fcb3c7eb082fd1",
      "new_mode": 33188,
      "new_path": "library/asn1write.c"
    }
  ]
}
