Memory problems in EVP_VerifyInit()?

2004-12-01 Thread Martin Carpenter
Hi there, I have a couple of applications built upon a small library function that I have written. One of these applications works fine, all the time. The other does not. Ever. I'm suspicious that this may be a possible memory corruption problem in EVP_VerifyInit(), but I'd appreciate a sanity

Re: Memory problems in EVP_VerifyInit()?

2004-12-01 Thread Martin Carpenter
I wrote: [lots of exciting speculation abot EVP_VerifyInit()] Unfortunately, all wrong. No exciting bugs in OpenSSL 0.9.7e. In another shared library that we are using, nm tells me that there are some interesting functions with names like EVP_*(). Time to go and talk with a cow-orker.

Re: OpenSSL and FTP

2002-07-25 Thread Martin Carpenter
Jean nmard [EMAIL PROTECTED] wrote: Does anybody know if a version of openSSL with FTP exist on WinNT ? All I found deal with FTP and OpenSSL, but it is separated of the global OpenSSL project, and it doesn't work on WinNT... There's no directly integrated Secure FTP client in the OpenSSL

Re: SSL-FTP solutions

2002-07-18 Thread Martin Carpenter
You can use sftp (look into OpenSSH) which is not really FTP though but it does filetransfers over SSL (never tried it). Or you can use SafeTP at http://safetp.cs.berkeley.edu/ which is not really SSL but is FTP (works for me) or else you can wait for an integrated secure FTP solution

Re: Proftpd + TLS problem on Debian

2002-04-24 Thread Martin Carpenter
Hi there, Jani Reinikainen [EMAIL PROTECTED] wrote: I only get this from IglooFTP: - 220 FTP Server ready. AUTH SSL 234 AUTH SSL successful Starting SSL/TLS negotiation ... SSL Error: The server could be requesting a certificate. Could be - I like that :-/ Since