RE: Wie kann man aus einem Publik Key ein Certifikat machen.

2000-08-03 Thread Angelo Nardone
WHAT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Emre A. Binisik Sent: Thursday, August 03, 2000 12:44 PM To: [EMAIL PROTECTED] Subject: Wie kann man aus einem Publik Key ein Certifikat machen. Liebe Leute, ich versuche aus einen public key ein

RE: Beginning

2000-06-27 Thread Angelo Nardone
Yes. Is all included in the sources. In the directory demos/ssl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Anastasios Angelidis Sent: Tuesday, June 27, 2000 9:59 AM To: [EMAIL PROTECTED] Subject: Beginning Hi, I am currently working on a application

Registering DLL.

2000-06-02 Thread Angelo Nardone
I have the version 0.9.5a, I compiled under windows, but when I tried to register de dll I obtained the next error messages. "SSLEAY32.DLL was loaded, but the DllRegisterServer entry point was not found" "DllRegisterServer may not be exported, or a corrupt version of SSLEAY32.DLL may be in memory.

Windows COM SSL_connect problems

2000-05-16 Thread Angelo Nardone
I tried to make a ssl connection inside of a COM (dll). The COM try to 'post' some data to a secureweb server (https). This work fine in Linux an FreeBSD, but when I tried to use in a Windows routine, the 'SSL_connect' return "-1". Some body know the why? I include the source code of the 'interf