SV: Convert *.pem files to *.p12 (PKCS12) files !!!

2000-02-14 Thread Torben Aagaard
Hi Sajay Look at http://www.drh-consultancy.demon.co.uk/pkcs12usg.html Regards Torben -Oprindelig meddelelse- Fra: Sanjay Agnani [mailto:[EMAIL PROTECTED]] Sendt: 14. februar 2000 08:33 Til: apache-ssl Emne: Convert *.pem files to *.p12 (PKCS12) files !!! Hi, How can I convert

error in signing data - wrong public key type!?!!

2000-02-14 Thread matthew denner
dear all, need help! basically i'm writing some c++ class libraries for accessing the openssl toolkit (just for my piece of mind but for easier and quicker development too :) i'm having real problems with the signing of data using RSA keys as i keep getting the error:

Problems with connecting IExplorer to my OpenSSL-Server

2000-02-14 Thread Michael Voucko
Hi *, I developed a ssl server component which is based on OpenSSL. There is no problem as long as I use Netscape Communicator (3.x - today , export or domestic version) to connect to my server. When doing the same with Internet Explorer (4.01, 5, export version) I always end up with an error

Re: openssl s_client doesn't accept keyboard input under Win32

2000-02-14 Thread Dr Stephen Henson
Jean-Benoit Pina wrote: Hello, I've downloaded and compiled openssl-0.9.4 on Win32 without any problem (with Visual C++ 6.0). The openssl s_server module works right (with a Linux openssl s_client or a Linux / NT browser), but the NT openssl s_client has a strange behavior : it connects

How to prevent memory leak in dll.

2000-02-14 Thread zheng xiangyang
Iwant to wrap Openssl into ActiveX, when Process attach my Activex , it calls SSLeay_add_all_ciphers this will malloc some memory.When the Process dettach my activex I have to free these momory. But I can't find SSLeay_delete_all_ciphers, what should I do?