Skip to content

Commit b715e6a

Browse files
author
ID Bot
committed
Script updating archive at 2025-08-28T01:53:47Z. [ci skip]
1 parent a857eb3 commit b715e6a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

archive.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"magic": "E!vIA5L86J2I",
3-
"timestamp": "2025-08-19T01:59:53.828750+00:00",
3+
"timestamp": "2025-08-28T01:53:45.173667+00:00",
44
"repo": "cose-wg/CBOR-certificates",
55
"labels": [
66
{
@@ -7546,6 +7546,22 @@
75467546
"updatedAt": "2025-08-17T06:33:58Z"
75477547
}
75487548
]
7549+
},
7550+
{
7551+
"number": 286,
7552+
"id": "I_kwDOCpt5cM7IGPQ_",
7553+
"title": "Futher optimization of SubjectKeyIdentifier and AuthorityKeyIdentifier if both have the same value",
7554+
"url": "https://github.com/cose-wg/CBOR-certificates/issues/286",
7555+
"state": "OPEN",
7556+
"author": "xipki",
7557+
"authorAssociation": "CONTRIBUTOR",
7558+
"assignees": [],
7559+
"labels": [],
7560+
"body": "In many self-signed certificates, the extensions AuthorityKeyIdentifier and SubjectKeyIdentifier are both present and have exactly the same content. Optimization is still possible here by changing the AuthorityKeyIdentifier to null, which in general saves 20 bytes.\n\n```\n AuthorityKeyIdentifier = KeyIdentifierArray / KeyIdentifier\n```\n\nwill be changed to\n\n```\n AuthorityKeyIdentifier = KeyIdentifierArray / KeyIdentifier / null\n```",
7561+
"createdAt": "2025-08-26T20:45:53Z",
7562+
"updatedAt": "2025-08-26T20:45:53Z",
7563+
"closedAt": null,
7564+
"comments": []
75497565
}
75507566
],
75517567
"pulls": [

0 commit comments

Comments
 (0)