examples of -extfile file -extensions section

2004-11-09 Thread ray v
Could someone be so kind as to post examples of their extfile or extensions section? thanks in advance! __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com ___

Re: The organizationName field needed to be the same in the CA

2004-11-09 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 9 Nov 2004 20:02:14 -0800 (PST), Jagadeesha T <[EMAIL PROTECTED]> said: jagga_studies> Hi, jagga_studies>When i' am siging the request, it is stopping me by saying jagga_studies> "The organizationName field needed to be the same in the jagga_studies> CA

The organizationName field needed to be the same in the CA

2004-11-09 Thread Jagadeesha T
Hi,    When i' am siging the request, it is stopping me by saying "The organizationName field needed to be the same in theCA certificate (NAI Inc) and the request (NAI)".   Please, can any body help me for this error. Thanks and Regards, Jagadeesha T Do you Yahoo!? Check out the new Yahoo! Fr

RE: PKCS12 password >=32 chars interop issue with Microsoft cert stor es?

2004-11-09 Thread Steven Samorodin
Hi, This may not be exactly the same issue, but today I saw a problem with openssl 0.9.7d, PKCS12, and long passwords. Specifically I tried using a 128 character import password on a PKCS12 file and found that I couldn't parse the PKCS12 file using PKCS12_parse. The same certificate with a 20 or

Re: oid_section questions please help!

2004-11-09 Thread ray v
That makes a great deal more sense! My company is interested in generating certificates that will only be used in house. We want to add four new fields that can be read by in house application. The purpose of doing this is mainly tracking. If I understand what you've said I can choose any OID and

Re: oid_section questions please help!

2004-11-09 Thread Dr. Stephen Henson
On Tue, Nov 09, 2004, ray v wrote: > Thanks Dr. Henson > > Ok this might be a sad indicator about my skill > regarding this matter. Autoconfig is? > Its a mechanism where compliant OpenSSL applications can load various configuration related options from a text file. Currently this includes new

Re: oid_section questions please help!

2004-11-09 Thread ray v
Thanks Dr. Henson The link you sent was the one I used to base my current configuration on. Its enivitable but I have a few more questions below. --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Tue, Nov 09, 2004, ray v wrote: > > > Hi All! > > > > I created an OID section but I'm a li

Re: oid_section questions please help!

2004-11-09 Thread Dr. Stephen Henson
On Tue, Nov 09, 2004, ray v wrote: > Hi All! > > I created an OID section but I'm a little confused > with how to use it. My example... > > oid_section = my_oids > > [my_oids] > value1 = 1.3.6.1.4.1..1 > value2 = 1.3.6.1.4.1..2 > value3 = 1.3.6.1.4.1..3 > > > If I spec

oid_section questions please help!

2004-11-09 Thread ray v
Hi All! I created an OID section but I'm a little confused with how to use it. My example... oid_section = my_oids [my_oids] value1 = 1.3.6.1.4.1..1 value2 = 1.3.6.1.4.1..2 value3 = 1.3.6.1.4.1..3 If I specify the -config sample.cnf when creating the key, request and ce

Re: key file creation from known hex keys

2004-11-09 Thread Ng Pheng Siong
On Tue, Nov 09, 2004 at 01:48:42AM +0100, Dr. Stephen Henson wrote: > There are a couple of ways to do this. One is to write a short program to read > in each component, populate an RSA structure with them using BN_hex2bn() and > write the result out with PEM_write_RSAPrivateKey(). Hmmm, how did I