Несколько идентификаторов ввода-вывода в Openssl

#openssl #openssl-engine

Вопрос:

Можем ли мы добавить несколько OID в Openssl? я попытался добавить имя объекта и новый идентификатор oid в openssl.conf, но я получаю следующую ошибку.

 [ new_oids ]
# We can add new OIDs in here for use by 'ca', 'req' and 'ts'.
# Add a simple OID like this:
# testoid1=1.2.3.4
# Or use config file substitution like this:
# testoid2=${testoid1}.5.6
ED25519=1.3.6.1.4.1.2916.3.6.509.5.110
 

Ошибка, которую я получаю

 problem creating object ED25519=1.3.6.1.4.1.2916.3.6.509.5.110
4057F83ED17F0000:error:04000066:object identifier routines:(unknown function):oid exists:crypto/objects/obj_dat.c:700: