Compatibilty question (SSL methods)

2006-06-14 Thread Adayadil Thomas
Greetings to All, I have a question regarding compatibility between SSL methods. If the server uses SSLv23_client_method when creating the CTX, then will the server will be compatible with clients using 1. TLSv1_client_method 2. SSLv2_client_method 3. SSLv3_client_method 4. SSLv23_client_method

patch for ca.c

2006-06-14 Thread Peter Sylvester
The openssl ca command has a switch -create_serial. This switch allows the creation of a serialnumber file for certificates. I think it is useful also for the creation of a crl number file. Furthemore, if crlnumbers are used then similar to certificates, it seems useful to me to have all crls in

Re: Certificate renewal

2006-06-14 Thread Josephin
Thanks for all the replies. My problem is, We have one Java based application in which we sign files using JRE. Now new version of that application is released. So while upgrading we update only few files. In the new version we used renewed certificate (which has OU and L modified) So while upgr

Re: Certificate renewal

2006-06-14 Thread Weijun Max Wang
technically yes, since it must be re-signed and will get a new ID. max Josephin wrote: Hi, When I'm renewing a certificate, if I'm changing the OU and L (location), will that certificate will be treated as a new certificate? Thanks, Josephine _

Re: Certificate renewal

2006-06-14 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 13 Jun 2006 23:27:51 -0700 (PDT), Josephin <[EMAIL PROTECTED]> said: j_suganthi> Hi, j_suganthi>When I'm renewing a certificate, if I'm changing j_suganthi> the OU and L (location), will that certificate will be j_suganthi> treated as a new certificate?