Re: Renewing a CA root certificate

2005-11-24 Thread Greg Vickers
Hi all, Jason Haar wrote: Greg Vickers wrote: Thanks again - we will do a re-key. Would I use the CA.pl script and I really hope someone who knows more than Greg and I can give an authoritative answer to this question. I'd LOVE to know how to recreate a CA cert (instead of creating a new

Re: Renewing a CA root certificate

2005-11-24 Thread Greg Vickers
Arsen, Arsen Hayrapetyan wrote: However, if your CA root certificate is expiring soon, isn't it better idea to do a re-key (of course, if it is allowed by your policy) than to continue to use the old key-pair? (It is safer to do re-key time to time than use the same key-pair for a long perio

Re: Renewing a CA root certificate

2005-11-24 Thread Jason Haar
Greg Vickers wrote: > Thanks again - we will do a re-key. Would I use the CA.pl script and > put in the same information that is in the original CA certificate? > Will that result in a CA certificate that can be used in browsers etc > and will authenticate web server certificates issued by the old

Re: Renewing a CA root certificate

2005-11-24 Thread Greg Vickers
Thanks Arsen! Arsen Hayrapetyan wrote: I am in the process of renewing a root CA certificate (which is expiring soon.) I should be able to use the original certificate signing request to issue a new certificate for the CA, correct? Yes. But even if you don't have the original certificate signi

Writing an application that passively sniffs SSL... Piece of cake?

2005-11-24 Thread Göran Sandahl
Hi I'm considering writing an application that can passively sniff SSL/TLS traffic, as part of an assignment at university. I'm aware of SSLDUMP, but still want to go my own path. I've written a client/server implementation of openssl, and know that alot of functions are coded for that purpos

Re: Openssl and Multi-Sites Certificats SSL

2005-11-24 Thread Farid Izem
Hi Goetz,   What do you mean by subjectAltName=DNS:host1.domain1,DNS:host2.domain2,... ?? I have to change the openssl.cnf ? Can you p^lease more explicit ? Thanks for you help King Regards,   Farid  On 11/23/05, Goetz Babin-Ebell <[EMAIL PROTECTED]> wrote: Farid Izem wrote:> Hi all,>> New to this

Crypt::SSLeay build problem

2005-11-24 Thread Richard Proctor
Hi, Crypt::SSLeay build problem I run a Cobalt RaQ4 server that has a number of sites. I need to twesk the (perl) shopping suite of one of the users so it works with a credit card company. To do this it needs to send https messages. The server can happily recieve https. The system (built on R

Compiling on Windows x64 for Win64/x64

2005-11-24 Thread Andre Lorbach
Hi, This is my first post on this list, I searched the archive but couldn't any help ;). My System is Windows XP x64, all latest Updates installed. VS2003 und VS2005 is installed, and I also have the full Windows 2003 SDK Tools on my machine. I am trying to compile OpenSSL as static lib for Windo

Java Sun JDK 1.4.1_07 client connecting to SSL server using OpenSSL 9.8a problems

2005-11-24 Thread AServito
Can someone help us out why we are having the connection problem? Searched the internet for answer and it seems to me that the problem is in the protocol level. In the Java client running under Sun JVM windows version we have the following code. SSLSocketFactory sslsocketfactory =

RE: Certificates

2005-11-24 Thread Mark
Hi, > You load the server cert with SSL_CTX_use_certificate_file() > and the CA... certs with SSL_CTX_use_certificate_chain_file() > Normally you don't have to load the root because the > client has to have the root cert to verify the chain... How does the client get the root certificate? Is it

RE: SSL accept/connect error

2005-11-24 Thread Mark
Hi, > Make a CA cert, and sign a server cert with it, and use this in the > verify locations call in the client. I tried this and instead I get the error: -Error with certificate at depth: 0 issuer = ... subject = ... err 20:unable to get local issuer certificate Best Regards, Mark W

Re: SSL accept/connect error

2005-11-24 Thread Peter Sylvester
Make a CA cert, and sign a server cert with it, and use this in the verify locations call in the client. Mark wrote: Hi, Thanks for the help from everyone with regards to certificates. I now have an error when attempting to run my application. On the server side when I call SSL_accept() I

SSL accept/connect error

2005-11-24 Thread Mark
Hi, Thanks for the help from everyone with regards to certificates. I now have an error when attempting to run my application. On the server side when I call SSL_accept() I get the error: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca and on the client side when I call SSL_

https and SSLVerify URL within iframe

2005-11-24 Thread John Weissberg
I have an Apache2 server that requires a valid client certificate to access. In other words: SSLVerify = required I need to make available a form on this "secure" server from within a site on a different, non-secure server. I intend to publish this secure page within an iframe on the non

Re: any way to debug signature verification failure?

2005-11-24 Thread Dr. Stephen Henson
On Wed, Nov 23, 2005, john guerrero wrote: > i have a signature that fails verification. > > openssl dgst -sha1 -verify public.pem -signature sigfile myfile > Verification Failure > > this one particular pair (sigfile, myfile) fails verification out of a > group of 500,000 pairs which all succe

Re: Renewing a CA root certificate

2005-11-24 Thread Arsen Hayrapetyan
Hi Greg, Greg Vickers wrote: > Argh, hit the send button before I had finished *blush* > > Greg Vickers wrote: > >> Hi all, >> >> I am in the process of renewing a root CA certificate (which is >> expiring soon.) I should be able to use the original certificate >> signing request to issue a new c

Re: Certificates

2005-11-24 Thread Katie Lucas
On Wed, Nov 23, 2005 at 02:41:17PM -, Mark wrote: > Thanks Katie, > I tried your makefile but it did not work for me (I did change the paths > and fix the missing TABs) but it failed with the error. The rule for > %.cert > looks ok to me: > > gmake: *** No rule to make target `sv.cert', need