--- embedaddon/strongswan/src/libstrongswan/asn1/oid.c 2020/06/03 09:46:43 1.1 +++ embedaddon/strongswan/src/libstrongswan/asn1/oid.c 2021/03/17 00:20:08 1.1.1.2 @@ -31,8 +31,8 @@ const oid_t oid_names[] = { {0x55, 70, 1, 0, "X.500" }, /* 18 */ { 0x04, 42, 1, 1, "X.509" }, /* 19 */ { 0x03, 21, 0, 2, "CN" }, /* 20 */ - { 0x04, 22, 0, 2, "S" }, /* 21 */ - { 0x05, 23, 0, 2, "SN" }, /* 22 */ + { 0x04, 22, 0, 2, "SN" }, /* 21 */ + { 0x05, 23, 0, 2, "serialNumber" }, /* 22 */ { 0x06, 24, 0, 2, "C" }, /* 23 */ { 0x07, 25, 0, 2, "L" }, /* 24 */ { 0x08, 26, 0, 2, "ST" }, /* 25 */