@@ -69,6 +69,7 @@ var oidNames = []struct {
6969 {[]byte {0x2a , 0x86 , 0x48 , 0xce , 0x3d , 0x4 , 0x3 , 0x4 }, "ecdsa-with-SHA512" },
7070 {[]byte {0x2b , 0x65 , 0x70 }, "ed25519" },
7171 {[]byte {0x2b , 0x65 , 0x71 }, "ed448" },
72+ {[]byte {0x2b , 0x6 , 0x1 , 0x5 , 0x5 , 0x7 , 0x6 , 0x24 }, "alg-unsigned" },
7273 {[]byte {0x2b , 0x6 , 0x1 , 0x5 , 0x5 , 0x7 , 0x1 , 0x1 }, "authorityInfoAccess" },
7374 {[]byte {0x2b , 0x6 , 0x1 , 0x5 , 0x5 , 0x7 , 0x1 , 0x7 }, "ipAddrBlocks" },
7475 {[]byte {0x2b , 0x6 , 0x1 , 0x5 , 0x5 , 0x7 , 0x1 , 0x8 }, "autonomousSysIds" },
@@ -147,6 +148,7 @@ var oidNames = []struct {
147148 {[]byte {0x55 , 0x4 , 0xb }, "organizationUnitName" },
148149 {[]byte {0x55 , 0x4 , 0xc }, "title" },
149150 {[]byte {0x55 , 0x4 , 0x11 }, "postalCode" },
151+ {[]byte {0x2b , 0x6 , 0x1 , 0x5 , 0x5 , 0x7 , 0x19 , 0x1 }, "rdna-unsigned" },
150152 {[]byte {0x2a , 0x86 , 0x48 , 0x86 , 0xf7 , 0xd , 0x1 , 0x9 , 0x10 , 0x2 , 0x1 }, "receiptRequest" },
151153 {[]byte {0x2a , 0x86 , 0x48 , 0x86 , 0xf7 , 0xd , 0x1 , 0x9 , 0x10 , 0x2 , 0x2 }, "securityLabel" },
152154 {[]byte {0x2a , 0x86 , 0x48 , 0x86 , 0xf7 , 0xd , 0x1 , 0x9 , 0x10 , 0x2 , 0x3 }, "mlExpandHistory" },
0 commit comments