Title: Subject Alternative Name : openssl and RFC 2459
Hi
I Have read RFC 2459 about Subject Alternative Name. This "Subject Alternative Name" is defined in this way :
id-ce-subjectAltName OBJECT IDENTIFIER ::= { id-ce 17 }
SubjectAltName ::= GeneralNames
GeneralNames ::= SE
Title: new oid in subject alt name
Hi
I want to add a new oid in the subject altname and I can't do it.
I have look at sources (v3.alt.c) and i have seen the function which returns an error :
--
GENERAL_NAME *v2i_GENERAL_NAME(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
C