Some troubles making my own CA

2005-07-14 Thread Alvaro Poole
Hi, I´m new to OpenSSL 0.9.8. I was using 0.9.7with mod_ssl version about 2 weeks since yesterday. (everything in Win32,and works I promise :) ) 1.- In 0.9.7 version, i could do my own certificate with: perl ca.pl -newca (and then, i filled all i need) But in 0.9.8 it has been some changes that

Re: MS VC 5: compilation fails

2005-07-14 Thread Christian Weber
Dear Steven, you're right. MS VC5 compiler can't compile (at least portions of) openssl 0.9.8, but MS VC6 compiler does. Thank you! Steven Reddie wrote: That error message tends to occur when the code is too complicated for the compiler. You may be able to avoid the error by rearranging the

Antw: Re: syntax for openssl.cnf description prompting for input

2005-07-14 Thread Reinhard Haller
[EMAIL PROTECTED] 12.07.2005 21:44 Reinhard Haller wrote: Hi, I want to create certificates with 2 subject alternative names: email employee-number The emailAddress is not part of the subject distiguished name. Perhaps you could apply my patch from ticket 1050. That allows to

Parsing Email Addresses

2005-07-14 Thread Thomas George
Hi, I'm new to OpenSSL, and I'm hoping someone can tell me the easiest/best way to parse an email address from a X509 V3 client email cert. Any suggestions would be appreciated. Thanks, Thomas __ OpenSSL Project

RE: Can openssl change a V1 to a V3 x509?

2005-07-14 Thread David Schwartz
I am having a lot of problems importing a certificate made in openssl into a phone, but I can get a keytool certificate imported. The only thing is that I need to change the V1 cert (keytool only makes V1) to a V3 cert - can openssl modify a cert to a V3 (without changing anything else)?

Generatiing a cert with these objects - help! .cnf and utctime...

2005-07-14 Thread David Templar
Hi, I am still stuck on the phone cert creation, but I am inching closer! How do I generate a cert with only the below data to be included in the certs? What should be openssl.cnf have? What should be my genrsa be? and do I need to do anything else? I have attached the asn1parse output of

How to change utc time?

2005-07-14 Thread David Templar
This is a follow on from my last post as the text lost its formatting. How do I change the utc time of a certificate to a smaller format (whilst creating a cert): 18082107Z - there are lots of zeros in this format, openssl gives less. Also, how do I add a friendly name object - I have

Re: Can openssl change a V1 to a V3 x509?

2005-07-14 Thread David Templar
Thanks. David Schwartz wrote: I am having a lot of problems importing a certificate made in openssl into a phone, but I can get a keytool certificate imported. The only thing is that I need to change the V1 cert (keytool only makes V1) to a V3 cert - can openssl modify a cert to a V3 (without

Re: Creating new OIDs...

2005-07-14 Thread Dr. Stephen Henson
On Wed, Jul 13, 2005, Manuel Gil Perez wrote: Hi all, I have a C++ application that uses OpenSSL as cryptographic library and I need to create a new OID which will be used in my application. The definition will be as follows: #define SN_id_ct_scvp_certValRequest

Am I barking up the wrong tree?

2005-07-14 Thread David Templar
Ignore my last post - I forgot the extra 0s are the hhdd etc... But I am having a problem - I have deleted all files on my phone, but I cannot get it to accept my certificates. If I add just one of the old certificates and then mine, it will be recognized - but only as part of the old one

ppc64 build

2005-07-14 Thread Kent Yoder
Hi, on RHEL4 ppc64 I am getting the same message while building both 0.9.7g and 0.9.8: [EMAIL PROTECTED] openssl-0.9.7g]#./Configure linux-ppc64 shared ... Configured for linux-ppc64. [EMAIL PROTECTED] openssl-0.9.7g]# make making all in crypto... make[1]: Entering directory

Re: Am I barking up the wrong tree?

2005-07-14 Thread David Templar
An addition: The phone surely cannot have the private keys (of all the major certificate companies) so, it has to be something to do with the format of the cert. For those who read my earlier posts, I have added the first 2 bytes of certs on the phone (signalling whether it is a v1 or v3

Re: ppc64 build

2005-07-14 Thread Kent Yoder
One thing that seems to work after running Configure is to swap -bpowerpc64-linux with -m64 in the toplevel Makefile. Kent On 7/14/05, Kent Yoder [EMAIL PROTECTED] wrote: Hi, on RHEL4 ppc64 I am getting the same message while building both 0.9.7g and 0.9.8: [EMAIL PROTECTED]

How to verify a pkcs7 detached signature?

2005-07-14 Thread Andreas Hasenack
1. http://www.iti.br/twiki/pub/Main/PressRelease2005Jun28A/Assinador.tar.gz 2. http://www.iti.br/twiki/pub/Main/PressRelease2005Jun28A/Assinador.tar.gz.pkcs7 [2] is supposed to be a detached signature for [1], how can this be verified with an openssl command? I was able to extract the

Re: Antw: Re: syntax for openssl.cnf description prompting for input

2005-07-14 Thread Goetz Babin-Ebell
Reinhard Haller wrote: [EMAIL PROTECTED] 12.07.2005 21:44 Reinhard Haller wrote: I want to create certificates with 2 subject alternative names: email employee-number The emailAddress is not part of the subject distiguished name. Perhaps you could apply my patch from ticket 1050. That

Re: Some troubles making my own CA

2005-07-14 Thread David Templar
I think I can help you with PC certs - I am having trouble with phone certs though :( openssl genrsa -out ca.key 1024 (or whatever size key you want) you can also chose dsa or dsa1 etc and openssl req -new -x509 -key ca.key -out cacert.pem -config [the name of the config file] - you can

Re: Some troubles making my own CA

2005-07-14 Thread David Templar
Sorry, the last command shoud have a -outform DER added to it, if you want your ca in der format. Anyway, to create a ca is fairly similar to previous versions, the only thing I have noticed (I am using windows) is that the perl stuff does not work (but I did not put mcuh time into trying to

RE: How to change utc time?

2005-07-14 Thread David Schwartz
This is a follow on from my last post as the text lost its formatting. How do I change the utc time of a certificate to a smaller format (whilst creating a cert): 18082107Z - there are lots of zeros in this format, openssl gives less. There is never more than one way to

Re: Client authentication problem

2005-07-14 Thread Gayathri Sundar
Hi Again., This is what I found from the log file you sent..is this pointing to the same CA cert itcilo-ca.crt, I put it in ssl.crt ? debug] ssl_engine_init.c(1112): CA certificate: /C=IT/ST=Piemonte/L=Turin/O=ITCILO/OU=MIS/CN=ITCILO CA/[EMAIL PROTECTED] [Wed Jul 13 11:48:34 2005] [debug]

Re: Client authentication problem

2005-07-14 Thread Gayathri Sundar
Hey can you try setting verify depth to Zero and not pointing to any CA cert i.e SSLCACertificatePath pointing to null? Thanks --Gayathri Hi Again., This is what I found from the log file you sent..is this pointing to the same CA cert itcilo-ca.crt, I put it in ssl.crt ? debug]

RE: Algorithm licensing

2005-07-14 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Sierchio Sent: Wednesday, July 13, 2005 1:26 PM To: openssl-users@openssl.org Subject: Re: Algorithm licensing Ted Mittelstaedt wrote: Actually, regardless of the cipher you use, unless you have a