how to build openssl-0.9.7b\demos\ssl\cli.cpp under linux?

2003-10-20 Thread linux guy
I use cpp -lcrypto cli.cpp, but get some function undefined error -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze

ssl methods

2003-10-20 Thread Ana Isabel Ramirez Saiz
Hi I am trying to find, with no success, the source code of some ssl methods, specifically, ssl_connect and ssl_accept .The SSL_connect and SSL_accept functions calls them: return (s->method->ssl_accept(s)) return (s->method->ssl_connect(s)) and I have found their declaration on ssl.h fil

Re: ssl methods

2003-10-20 Thread Dattesh Lotlikar
The declarartions of "ssl_connect" and ssl_accept" u found out are declarations of pointer to functions, but the actual functions are ssl3_accept", "ssl23_accept", etc, defined in s23_srvr.c, s3_srvr.c, etc. Regards, dattesh - Original Message - From: "Ana Isabel Ramirez Saiz" <[EMAIL PROT

Re: how to build openssl-0.9.7b\demos\ssl\cli.cpp under linux?

2003-10-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 20 Oct 2003 18:00:35 +0800, "linux guy" <[EMAIL PROTECTED]> said: linuxguy> I use cpp -lcrypto cli.cpp, linuxguy> but get some function undefined error Try: cpp cli.cpp -lcrypto -- Richard Levitte \ Tunnlandsvägen 3 \ [EMAIL PROTECTED] [EMAIL

Re: Re: RSA private key encryption & storage doubt

2003-10-20 Thread Daniel Monteiro Ferreira
Saved my butt, man! Thanks! Daniel. -Mensagem original- De: Nils Larsch <[EMAIL PROTECTED]> Enviada em: 18/10/2003 16:27:04 Para: [EMAIL PROTECTED] Assunto: Re: RSA private key encryption & storage doubt On Friday 17 October 2003 21:15, Daniel Monteiro Ferreira wrote: > which wor

Openssl-0.9.7c changes cause SSL handshake failure

2003-10-20 Thread Tal Mozes
Title: Openssl-0.9.7c changes cause SSL handshake failure Hi all, I need some help in figuring out how to solve a SSL handshake failure that started after upgrading (from 0.9.7b) to 0.9.7c. Here are the symptoms: SSL_connect breaks with SSL_R_MISSING_EXPORT_TMP_RSA_KEY. This happens because

RE: Intructions for Borland C++ compiler does not build dlls!?

2003-10-20 Thread Dann Daggett
> >By the way, I downloaded and tried that build for C++Builder 5 today > >(I'm running XP). Perhaps I didn't install it correcty, but I overlaid > >the 2 .lib's on top of the one's I had built from the source and were > >already included in my project, etc. However, my app crashed with > >access

RE: Intructions for Borland C++ compiler does not build dlls!?

2003-10-20 Thread Dann Daggett
Hi Thomas, Here are some more details on this error: > Where were the access violations? Project DDRM_Client.exe raised exception class EAccessViolation with message 'Access violation at address 77F69BDD in module 'ntdll.dll'. Write of address 0010' This occurs immediately upon pressing F9

Edit existing certificate request (CSR)...

2003-10-20 Thread Jan Konzack
Hi all, is it possible to edit an exiting certificate request (csr)? I built a certificate request with an Eracom commandline tool on an HSM Device. It was not possible to define an email-address in the subject part for this certificate request. Now I want to add an email-address to the subject

Re: Edit existing certificate request (CSR)...

2003-10-20 Thread Ken Ballou
On Mon, Oct 20, 2003 at 08:45:13PM +0200, Jan Konzack wrote: > Hi all, > > is it possible to edit an exiting certificate request (csr)? No. The CSR is signed with the private key corresponding to the public key in the CSR. (This is a "proof of possession" that prevents you from intercepting ano