Skip to content

Commit 09c1cbe

Browse files
joaopenteadorvagg
andauthored
Add multicodec for DER-encoded X.509 certificate (#385)
* Add x509-certificate codec (#1) * Bump x509-certificate type to 0x0210 to leave space for future CAR extensions Co-authored-by: Rod Vagg <[email protected]> --------- Co-authored-by: Rod Vagg <[email protected]>
1 parent 8790c21 commit 09c1cbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ swhid-1-snp, ipld, 0x01f0, draft, Soft
140140
json, ipld, 0x0200, permanent, JSON (UTF-8-encoded)
141141
messagepack, serialization, 0x0201, draft, MessagePack
142142
car, serialization, 0x0202, draft, Content Addressable aRchive (CAR)
143+
x509-certificate, serialization, 0x0210, draft, DER-encoded X.509 (PKIX) certificate per RFC 5280; single certificate only (no chain); raw DER bytes (not PEM)
143144
ipns-record, serialization, 0x0300, permanent, Signed IPNS Record
144145
libp2p-peer-record, libp2p, 0x0301, permanent, libp2p peer record type
145146
libp2p-relay-rsvp, libp2p, 0x0302, permanent, libp2p relay reservation voucher

0 commit comments

Comments
 (0)