Re: SMIME Capabilities encoding in openssl.cnf

2009-08-26 Thread Patrick Patterson
Hi Steve: Thanks for your reply. Just so that the mailing list has this answer the next time some poor sod has to implement this, I'd just like to confirm that this is now the right formulation in openssl.cnf: [my_cert_extensions] basicConstraints = CA:FALSE keyUsage = cri

Re: SMIME Capabilities encoding in openssl.cnf

2009-08-25 Thread Dr. Stephen Henson
On Tue, Aug 25, 2009, Patrick Patterson wrote: > Hello all: > > I find myself needing to create some test certificates with SMIME > Capabilities > encoded in them. Now, the ASN.1 prototype for these are: > > SMIMECapabilities ::= SEQUENCE OF SMIMECapability > > SMIMECapability ::= SEQUENCE {

SMIME Capabilities encoding in openssl.cnf

2009-08-25 Thread Patrick Patterson
Hello all: I find myself needing to create some test certificates with SMIME Capabilities encoded in them. Now, the ASN.1 prototype for these are: SMIMECapabilities ::= SEQUENCE OF SMIMECapability SMIMECapability ::= SEQUENCE { capabilityID OBJECT IDENTIFIER, parameters ANY DE