Re: Creating / verifying certificates

2001-08-15 Thread Uros Gaber, PowerCom d.n.o.
Well the thing that I would like to know is what parameters to pass to openssl when creating a server cert. The server certificates are signed by my self-signed CA. Must there be a special CA.crt for creating these kind of certificates? Thank you Uros Gaber PowerCom Gaber & Globocnik d.n.o.

Creating / verifying certificates

2001-08-14 Thread Uros Gaber - PowerCom
Hi!   I would like to know how to create a 128bit server certificate or how to verify it is 128bit...   Thank you!   Uro¹ GaberPowerCom Gaber & Globoènik d.n.o.http://www.powercom-si.comeMail: [EMAIL PROTECTED]GSM: 040/848-001Fax: 040/848-026Tel: 01/724-84-26Fax: 01/724-84-27   BEGIN:VCARD

RE: HTTPS

2001-04-27 Thread Uros Gaber - PowerCom
Hi! It's the same as using plain connection... The difference is that the connection between client and server is encrypted... Uroš Gaber PowerCom Gaber & Globocnik d.n.o. http://www.powercom-si.com eMail: [EMAIL PROTECTED] Tel: 01/724-84-26 -- +386-1-7248426 Fax: 01/724-84-27 -- +386-1-7248427

Server in PERL (using SSL)

2001-04-11 Thread Uros Gaber - PowerCom
Hi!   I have written a server in PERL and I would like to know how to implement SSL connection in this server... The windows client is ready to receive SSL connections... The part where it gets stuck is when I want to receive text in server...   Here is the code for the SERVER part where it