Skip to content

Commit 6bcdd24

Browse files
author
ID Bot
committed
Script updating archive at 2025-11-16T02:11:44Z. [ci skip]
1 parent 0b12169 commit 6bcdd24

1 file changed

Lines changed: 45 additions & 7 deletions

File tree

archive.json

Lines changed: 45 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"magic": "E!vIA5L86J2I",
3-
"timestamp": "2025-11-13T02:06:33.454965+00:00",
3+
"timestamp": "2025-11-16T02:11:42.461511+00:00",
44
"repo": "davidben/merkle-tree-certs",
55
"labels": [
66
{
@@ -2649,6 +2649,22 @@
26492649
"updatedAt": "2025-11-11T06:10:27Z"
26502650
}
26512651
]
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": []
26522668
}
26532669
],
26542670
"pulls": [
@@ -9760,24 +9776,26 @@
97609776
"id": "PR_kwDOJIBkVc6yAjzY",
97619777
"title": "Restore the more efficient trust anchor negotiation",
97629778
"url": "https://github.com/davidben/merkle-tree-certs/pull/161",
9763-
"state": "OPEN",
9779+
"state": "MERGED",
97649780
"author": "davidben",
97659781
"authorAssociation": "OWNER",
97669782
"assignees": [],
97679783
"labels": [],
97689784
"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.",
97699785
"createdAt": "2025-11-06T22:27:21Z",
9770-
"updatedAt": "2025-11-11T20:38:48Z",
9786+
"updatedAt": "2025-11-13T19:27:19Z",
97719787
"baseRepository": "davidben/merkle-tree-certs",
97729788
"baseRefName": "main",
97739789
"baseRefOid": "ec6bdf99df5d03f40fec460dbd664bc84f749b6f",
97749790
"headRepository": "davidben/merkle-tree-certs",
97759791
"headRefName": "tai-alias",
97769792
"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+
},
97819799
"comments": [
97829800
{
97839801
"author": "matt-mueller",
@@ -10023,6 +10041,26 @@
1002310041
"updatedAt": "2025-11-11T20:38:48Z"
1002410042
}
1002510043
]
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+
]
1002610064
}
1002710065
]
1002810066
}

0 commit comments

Comments
 (0)