Adding OIDs

2010-06-29 Thread Mag
I'm interested in using custom OIDs for private application purposes. I've found the documentation to be deficient. For instance, in openssl.cnf it gives an example line of [ new_oids ] #testoid1=1.2.3.4 When I uncomment that line I can't even tell what the effect is; e.g., "openssl req ..." do

Re: Adding OIDs

2010-06-30 Thread Mag
Thanks for the various replies. On Wed, Jun 30, 2010 at 4:26 AM, Dr. Stephen Henson wrote: > If you want an extension then you need to make use of the mini-ASN1 compiler > to add the appropriate fields. > > Note that if you add a new OID name in this way it only affects that instance > of OpenSSL