)]}'
{
  "commit": "a70edd47a235b9b29c950b887f51f20635252d04",
  "tree": "e85749fe66ef63a018962182c5540c3afcf3b265",
  "parents": [
    "491af10360050f53833290d9ec89583b5b2dd007"
  ],
  "author": {
    "name": "David Benjamin",
    "email": "davidben@google.com",
    "time": "Fri Oct 29 09:05:30 2021 -0400"
  },
  "committer": {
    "name": "Adam Langley",
    "email": "agl@google.com",
    "time": "Mon Nov 01 17:20:54 2021 +0000"
  },
  "message": "Remove support for constructed strings in crypto/asn1.\n\nConstructed strings are a BER mechanism where a string type can be\nrepresented as a tree of constructed nodes and primitive leaves, that\nthen have to be concatenated by the parser. This is prohibited in DER\nand a significant source of complexity in our parser.\n\nNote this change does not affect our PKCS#7 and PKCS#12 parsers (where\nBER is sadly necessary for interop) because those use CBS.\n\nUpdate-Note: Invalid certificates (and the few external structures using\nasn1t.h) with BER constructed strings will now be rejected.\n\nBug: 354\nChange-Id: I5a8ee028ec89ed4f2d5c099a0588f2029b864580\nReviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/50286\nReviewed-by: Adam Langley \u003cagl@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c5a6477342a4947da4d568ab1447977c933059aa",
      "old_mode": 33188,
      "old_path": "crypto/asn1/tasn_dec.c",
      "new_id": "c45be7a0dd4c5ab5348be1707f232ae6d76de6cd",
      "new_mode": 33188,
      "new_path": "crypto/asn1/tasn_dec.c"
    },
    {
      "type": "modify",
      "old_id": "df8843240de2310a4e7159b62089607746af691b",
      "old_mode": 33188,
      "old_path": "crypto/bytestring/ber.c",
      "new_id": "fd35e97078f407629ea946c1828ae43b23bb6053",
      "new_mode": 33188,
      "new_path": "crypto/bytestring/ber.c"
    },
    {
      "type": "modify",
      "old_id": "36d2a27372df82292fb9b9f685e162aaf1a2457a",
      "old_mode": 33188,
      "old_path": "crypto/x509/x509_test.cc",
      "new_id": "477e5a14a184e76bdb654fe16163cbe0f5166599",
      "new_mode": 33188,
      "new_path": "crypto/x509/x509_test.cc"
    }
  ]
}
