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
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
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
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
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
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
> >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
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
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
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
10 matches
Mail list logo