|
1 | 1 | { |
2 | 2 | "magic": "E!vIA5L86J2I", |
3 | | - "timestamp": "2025-11-13T02:06:33.454965+00:00", |
| 3 | + "timestamp": "2025-11-16T02:11:42.461511+00:00", |
4 | 4 | "repo": "davidben/merkle-tree-certs", |
5 | 5 | "labels": [ |
6 | 6 | { |
|
2649 | 2649 | "updatedAt": "2025-11-11T06:10:27Z" |
2650 | 2650 | } |
2651 | 2651 | ] |
| 2652 | + }, |
| 2653 | + { |
| 2654 | + "number": 163, |
| 2655 | + "id": "I_kwDOJIBkVc7YPsWE", |
| 2656 | + "title": "Consider better names for full and signatureless certificate", |
| 2657 | + "url": "https://github.com/davidben/merkle-tree-certs/issues/163", |
| 2658 | + "state": "OPEN", |
| 2659 | + "author": "bwesterb", |
| 2660 | + "authorAssociation": "COLLABORATOR", |
| 2661 | + "assignees": [], |
| 2662 | + "labels": [], |
| 2663 | + "body": "", |
| 2664 | + "createdAt": "2025-11-15T04:11:01Z", |
| 2665 | + "updatedAt": "2025-11-15T04:11:01Z", |
| 2666 | + "closedAt": null, |
| 2667 | + "comments": [] |
2652 | 2668 | } |
2653 | 2669 | ], |
2654 | 2670 | "pulls": [ |
|
9760 | 9776 | "id": "PR_kwDOJIBkVc6yAjzY", |
9761 | 9777 | "title": "Restore the more efficient trust anchor negotiation", |
9762 | 9778 | "url": "https://github.com/davidben/merkle-tree-certs/pull/161", |
9763 | | - "state": "OPEN", |
| 9779 | + "state": "MERGED", |
9764 | 9780 | "author": "davidben", |
9765 | 9781 | "authorAssociation": "OWNER", |
9766 | 9782 | "assignees": [], |
9767 | 9783 | "labels": [], |
9768 | 9784 | "body": "When trust_anchors was extracted from the first MTC drafts, we lost an optimization because it was not, at the time, relevant for the baseline version of the problem. However, it is still quite useful for MTCs (and may be useful for other scenarios too).\r\n\r\nThis implements https://github.com/tlswg/tls-trust-anchor-ids/issues/62 to put it back. For now, it's in the MTC repo, but in the long run, we should put it back in TAI itself.", |
9769 | 9785 | "createdAt": "2025-11-06T22:27:21Z", |
9770 | | - "updatedAt": "2025-11-11T20:38:48Z", |
| 9786 | + "updatedAt": "2025-11-13T19:27:19Z", |
9771 | 9787 | "baseRepository": "davidben/merkle-tree-certs", |
9772 | 9788 | "baseRefName": "main", |
9773 | 9789 | "baseRefOid": "ec6bdf99df5d03f40fec460dbd664bc84f749b6f", |
9774 | 9790 | "headRepository": "davidben/merkle-tree-certs", |
9775 | 9791 | "headRefName": "tai-alias", |
9776 | 9792 | "headRefOid": "86af2bd12b4d3964c1e27f1f842fdc23e60764a1", |
9777 | | - "closedAt": null, |
9778 | | - "mergedAt": null, |
9779 | | - "mergedBy": null, |
9780 | | - "mergeCommit": null, |
| 9793 | + "closedAt": "2025-11-13T19:27:16Z", |
| 9794 | + "mergedAt": "2025-11-13T19:27:16Z", |
| 9795 | + "mergedBy": "davidben", |
| 9796 | + "mergeCommit": { |
| 9797 | + "oid": "239b376b6eeb0937986cd13e51851e0d090dd923" |
| 9798 | + }, |
9781 | 9799 | "comments": [ |
9782 | 9800 | { |
9783 | 9801 | "author": "matt-mueller", |
|
10023 | 10041 | "updatedAt": "2025-11-11T20:38:48Z" |
10024 | 10042 | } |
10025 | 10043 | ] |
| 10044 | + }, |
| 10045 | + { |
| 10046 | + "id": "PRR_kwDOJIBkVc7OT9lY", |
| 10047 | + "commit": { |
| 10048 | + "abbreviatedOid": "1a9b5f9" |
| 10049 | + }, |
| 10050 | + "author": "davidben", |
| 10051 | + "authorAssociation": "OWNER", |
| 10052 | + "state": "COMMENTED", |
| 10053 | + "body": "", |
| 10054 | + "createdAt": "2025-11-13T19:26:56Z", |
| 10055 | + "updatedAt": "2025-11-13T19:26:56Z", |
| 10056 | + "comments": [ |
| 10057 | + { |
| 10058 | + "originalPosition": 49, |
| 10059 | + "body": "Crossed mid-air, but I believe `2^64 - 127 + 127` should be `2^64 - 128 + 127`, which is then the right bounds.\r\n\r\nI think it's easier to see this by looking at bits. The check that `v` is less than `2^57-1` is saying that `v` is at most 57 bits. `v << 7` then is at most 64 bits _and has the bottom 7 bits zero_. Adding a 7-bit number will just add in those zero bits.", |
| 10060 | + "createdAt": "2025-11-13T19:26:56Z", |
| 10061 | + "updatedAt": "2025-11-13T19:26:56Z" |
| 10062 | + } |
| 10063 | + ] |
10026 | 10064 | } |
10027 | 10065 | ] |
10028 | 10066 | } |
|
0 commit comments