I created a client certificate with custom name attributes:
In the openssl.cnf file, I addedunder section [ new_oids ] the line: 
myattribute=1.2.3.4
And under [ req_distinguished_name ] I added the line: myattribute = hello
If I use the openssl tool x509, I see that my new attribute appears in the 
name, after the email address.

However, when the certificate is sent to the server, the server cannot read 
this attribute.
I used wireshark and saw that my custome attribute is not sent with the rest of 
the name.
Why is that ?
Thanks
Jacques
_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to