Re: addding own extensions to openssl.cnf

2002-10-21 Thread Karl-Michael Werzowa
Thanks, it works. Added to [ new_oids ]: mycustomexension=1.2.3.4.5 entered into [ my_extensions ] mycustomextension=DER:01:01:FF used x509_extensions=my_extensions where needed. (names are dummynames) Nevertheless, in the certs one only sees the oid. Suppose, that cleartext will be only availa

Re: addding own extensions to openssl.cnf

2002-10-21 Thread Dr. Stephen Henson
On Mon, Oct 21, 2002, Karl-Michael Werzowa wrote: > Thanks, it works. > > > Added to [ new_oids ]: > mycustomexension=1.2.3.4.5 > entered into [ my_extensions ] > mycustomextension=DER:01:01:FF > used x509_extensions=my_extensions where needed. > (names are dummynames) > > Nevertheless, in the

Re: addding own extensions to openssl.cnf

2002-10-18 Thread Dr. Stephen Henson
On Fri, Oct 18, 2002, Karl-Michael Werzowa wrote: > Hello, helpful experts, > > How do I add a custom extension to openssl? > Just adding the extension to openssl.cnf (into the right section) does not > work: > > mycustomextension=DER:01:01:FF > > (Would be nice to input the asn.1 + OID in some

addding own extensions to openssl.cnf

2002-10-18 Thread Karl-Michael Werzowa
Hello, helpful experts, How do I add a custom extension to openssl? Just adding the extension to openssl.cnf (into the right section) does not work: mycustomextension=DER:01:01:FF (Would be nice to input the asn.1 + OID in some oid-file ;-) Thanks in advance, Michael -- ***