Latest update.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
/* Serialized OID's */
|
||||
static const unsigned char so[7813] = {
|
||||
static const unsigned char so[7837] = {
|
||||
0x2A,0x86,0x48,0x86,0xF7,0x0D, /* [ 0] OBJ_rsadsi */
|
||||
0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01, /* [ 6] OBJ_pkcs */
|
||||
0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x02, /* [ 13] OBJ_md2 */
|
||||
@@ -1082,9 +1082,12 @@ static const unsigned char so[7813] = {
|
||||
0x2B,0x06,0x01,0x04,0x01,0x8D,0x3A,0x0C,0x02,0x01, /* [ 7784] OBJ_blake2bmac */
|
||||
0x2B,0x06,0x01,0x04,0x01,0x8D,0x3A,0x0C,0x02,0x02, /* [ 7794] OBJ_blake2smac */
|
||||
0x2A,0x81,0x1C,0xCF,0x55,0x01,0x83,0x75, /* [ 7804] OBJ_SM2_with_SM3 */
|
||||
0x2B,0x06,0x01,0x05,0x05,0x07,0x08,0x09, /* [ 7812] OBJ_id_on_SmtpUTF8Mailbox */
|
||||
0x2B,0x06,0x01,0x05,0x05,0x07,0x08,0x05, /* [ 7820] OBJ_XmppAddr */
|
||||
0x2B,0x06,0x01,0x05,0x05,0x07,0x08,0x07, /* [ 7828] OBJ_SRVName */
|
||||
};
|
||||
|
||||
#define NUM_NID 1209
|
||||
#define NUM_NID 1212
|
||||
static const ASN1_OBJECT nid_objs[NUM_NID] = {
|
||||
{"UNDEF", "undefined", NID_undef},
|
||||
{"rsadsi", "RSA Data Security, Inc.", NID_rsadsi, 6, &so[0]},
|
||||
@@ -2294,10 +2297,13 @@ static const ASN1_OBJECT nid_objs[NUM_NID] = {
|
||||
{"SSKDF", "sskdf", NID_sskdf},
|
||||
{"X963KDF", "x963kdf", NID_x963kdf},
|
||||
{"X942KDF", "x942kdf", NID_x942kdf},
|
||||
{"id-on-SmtpUTF8Mailbox", "Smtp UTF8 Mailbox", NID_id_on_SmtpUTF8Mailbox, 8, &so[7812]},
|
||||
{"id-on-xmppAddr", "XmppAddr", NID_XmppAddr, 8, &so[7820]},
|
||||
{"id-on-dnsSRV", "SRVName", NID_SRVName, 8, &so[7828]},
|
||||
{"ChaCha20-Poly1305-D", "chacha20-poly1305-draft", NID_chacha20_poly1305_draft},
|
||||
};
|
||||
|
||||
#define NUM_SN 1200
|
||||
#define NUM_SN 1203
|
||||
static const unsigned int sn_objs[NUM_SN] = {
|
||||
364, /* "AD_DVCS" */
|
||||
419, /* "AES-128-CBC" */
|
||||
@@ -2420,7 +2426,7 @@ static const unsigned int sn_objs[NUM_SN] = {
|
||||
417, /* "CSPName" */
|
||||
1019, /* "ChaCha20" */
|
||||
1018, /* "ChaCha20-Poly1305" */
|
||||
1208, /* "ChaCha20-Poly1305-D" */
|
||||
1211, /* "ChaCha20-Poly1305-D" */
|
||||
367, /* "CrlID" */
|
||||
391, /* "DC" */
|
||||
31, /* "DES-CBC" */
|
||||
@@ -2953,8 +2959,11 @@ static const unsigned int sn_objs[NUM_SN] = {
|
||||
279, /* "id-mod-qualified-cert-93" */
|
||||
281, /* "id-mod-timestamp-protocol" */
|
||||
264, /* "id-on" */
|
||||
1208, /* "id-on-SmtpUTF8Mailbox" */
|
||||
1210, /* "id-on-dnsSRV" */
|
||||
858, /* "id-on-permanentIdentifier" */
|
||||
347, /* "id-on-personalData" */
|
||||
1209, /* "id-on-xmppAddr" */
|
||||
265, /* "id-pda" */
|
||||
352, /* "id-pda-countryOfCitizenship" */
|
||||
353, /* "id-pda-countryOfResidence" */
|
||||
@@ -3501,7 +3510,7 @@ static const unsigned int sn_objs[NUM_SN] = {
|
||||
1093, /* "x509ExtAdmission" */
|
||||
};
|
||||
|
||||
#define NUM_LN 1200
|
||||
#define NUM_LN 1203
|
||||
static const unsigned int ln_objs[NUM_LN] = {
|
||||
363, /* "AD Time Stamping" */
|
||||
405, /* "ANSI X9.62" */
|
||||
@@ -3660,6 +3669,7 @@ static const unsigned int ln_objs[NUM_LN] = {
|
||||
1204, /* "SM2-with-SM3" */
|
||||
1006, /* "SNILS" */
|
||||
387, /* "SNMPv2" */
|
||||
1210, /* "SRVName" */
|
||||
1025, /* "SSH Client" */
|
||||
1026, /* "SSH Server" */
|
||||
512, /* "Secure Electronic Transactions" */
|
||||
@@ -3672,6 +3682,7 @@ static const unsigned int ln_objs[NUM_LN] = {
|
||||
1033, /* "Signing KDC Response" */
|
||||
1008, /* "Signing Tool of Issuer" */
|
||||
1007, /* "Signing Tool of Subject" */
|
||||
1208, /* "Smtp UTF8 Mailbox" */
|
||||
143, /* "Strong Extranet ID" */
|
||||
398, /* "Subject Information Access" */
|
||||
1020, /* "TLS Feature" */
|
||||
@@ -3709,6 +3720,7 @@ static const unsigned int ln_objs[NUM_LN] = {
|
||||
920, /* "X9.42 DH" */
|
||||
184, /* "X9.57" */
|
||||
185, /* "X9.57 CM ?" */
|
||||
1209, /* "XmppAddr" */
|
||||
478, /* "aRecord" */
|
||||
289, /* "aaControls" */
|
||||
287, /* "ac-auditEntity" */
|
||||
@@ -3886,7 +3898,7 @@ static const unsigned int ln_objs[NUM_LN] = {
|
||||
883, /* "certificateRevocationList" */
|
||||
1019, /* "chacha20" */
|
||||
1018, /* "chacha20-poly1305" */
|
||||
1208, /* "chacha20-poly1305-draft" */
|
||||
1211, /* "chacha20-poly1305-draft" */
|
||||
54, /* "challengePassword" */
|
||||
407, /* "characteristic-two-field" */
|
||||
395, /* "clearance" */
|
||||
@@ -4705,7 +4717,7 @@ static const unsigned int ln_objs[NUM_LN] = {
|
||||
125, /* "zlib compression" */
|
||||
};
|
||||
|
||||
#define NUM_OBJ 1077
|
||||
#define NUM_OBJ 1080
|
||||
static const unsigned int obj_objs[NUM_OBJ] = {
|
||||
0, /* OBJ_undef 0 */
|
||||
181, /* OBJ_iso 1 */
|
||||
@@ -5355,6 +5367,9 @@ static const unsigned int obj_objs[NUM_OBJ] = {
|
||||
346, /* OBJ_id_cmc_confirmCertAcceptance 1 3 6 1 5 5 7 7 24 */
|
||||
347, /* OBJ_id_on_personalData 1 3 6 1 5 5 7 8 1 */
|
||||
858, /* OBJ_id_on_permanentIdentifier 1 3 6 1 5 5 7 8 3 */
|
||||
1209, /* OBJ_XmppAddr 1 3 6 1 5 5 7 8 5 */
|
||||
1210, /* OBJ_SRVName 1 3 6 1 5 5 7 8 7 */
|
||||
1208, /* OBJ_id_on_SmtpUTF8Mailbox 1 3 6 1 5 5 7 8 9 */
|
||||
348, /* OBJ_id_pda_dateOfBirth 1 3 6 1 5 5 7 9 1 */
|
||||
349, /* OBJ_id_pda_placeOfBirth 1 3 6 1 5 5 7 9 2 */
|
||||
351, /* OBJ_id_pda_gender 1 3 6 1 5 5 7 9 3 */
|
||||
|
||||
Reference in New Issue
Block a user