Re: open ssl configuration with .net

2006-10-08 Thread bhanu_rao
Hi all, Havent recieve any reply,why? I earilar also send some querry but nobody answer that time also, So please give me some answer or tell me place where I get those answers. bhanu_rao wrote: > > Hi friends, > > Can any body tell me ,how can we configure the openssl with .net

Plataforms

2006-10-08 Thread Eduardo Luiz
Does anybody knows if exists any implementation of openSSL on the following plataforms:SymbianBrewWindows CEJava MEIf it exists, can you send me it or say to me where i can get?Thanks!

RE: Openssl Error + Apache

2006-10-08 Thread gary.mack
I ran the command below and I did receive an error so it looks like something is indeed wrong with the SSL Certificate. If anyone has any ideas how what I can look at regarding this error I would appreciate it. Thanks 2705:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:662:Ex

Re: https in java

2006-10-08 Thread Hecber Cordova
Hi, I prefer the PKCS12 keystore type for certificates and private keys. The PKCS12 keystore is supported by JDK, and you don't need to convert the PKCS8 to JKS type (java only support JKS and PKCS12). Regards, HC -Original Message- From: "Eshwaramoorthy Babu" <[EMAIL PROT

subject in csr different from crt ?

2006-10-08 Thread Michael Gale
Title: subject in csr different from crt ? Hello, I am creating certs using the following commands: openssl req -days 3650 -nodes -new -keyout $cName.key -out $cName.csr -config $KEY_CONFIG -subj /countryName=CA/stateOrProvinceName=AB/localityName=Calgary/organizationName=Domain.com/organiz

Re: Openssl Error + Apache

2006-10-08 Thread Dr. Stephen Henson
On Sat, Oct 07, 2006, [EMAIL PROTECTED] wrote: > Hi there ~ > > I have an Apache installation running mod_ssl and would like to setup another > VirtualHost that runs under SSL on a different port (e.g. 8443). The default > site on port 443 is running fine with SSL. The new certificate I have

Ca verification

2006-10-08 Thread Vincenzo Sciarra
Hi, I'm delevoping a X509 application. I made cert exchange but now I need to verify X509 Certificate from client with CA signature. How can I do this? Thanks