Re: Md5 based hash

2002-06-18 Thread Tim Pushor
Just on the off chance: Could it be possible that WinNT is using unicode? Sivaselvam CN wrote: >Hi Brad & All, > > >I saw the EVP functions example. But I did not find them in the 9.6 >version (the stable) one. I got to know from the mailing list (Thanks >Lutz...) that these functions are

RE: developing with open SSL

2002-05-05 Thread Tim Pushor
Vered, Https is http over ssl.The openssl library should be all you need (http://www.openssl.org). I recommend startig with Eric Rescorla's excellent 'Introduction to SSL Programming' (http://www.rtfm.com/openssl-examples/) Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Unable to find an RSAREF shared library (librsaref.so)

2002-03-12 Thread Tim Pushor
, but if one off you has some more > advise what might be going on it would be much > appriciated ofcourse. > > masha danki, > > Dirk > > --- Tim Pushor <[EMAIL PROTECTED]> wrote: > > IIRC RSARef was RSA Labs reference implementation > > library. Yo

Re: Unable to find an RSAREF shared library (librsaref.so)

2002-03-12 Thread Tim Pushor
IIRC RSARef was RSA Labs reference implementation library. You needed it inside the US because the RSA algorithms were patented and it could have been illegal to use OpenSSL's. The patent has since expired and you no longer need RSARef. FreeBSD 4.4 has OpenSSL build in, why are you using the port

Sorry

2001-12-17 Thread Tim Pushor
Please excuse my previous post in HTML. Outlook automatically used HTML as I replied to a message that was HTML formatted, and I didn't notice. Tim __ OpenSSL Project http://www.openssl.org User S

RE: Cancelling threads currently blocked or doing IO

2001-12-17 Thread Tim Pushor
> Sent: Monday, December 17, 2001 9:44 AM > To: 'Tim Pushor' > Cc: '[EMAIL PROTECTED]' > Subject: RE: Cancelling threads currently blocked or doing IO > > > Tim, > From your main/monitor pthread simply close the socket of the > thre

Cancelling threads currently blocked or doing IO

2001-12-15 Thread Tim Pushor
List, Has anyone sucessfully cancelled a thread that is currently doing IO or blocked in an SSL handshake/read/write operation? I am trying to do this to simplify timeouts. The problem is when I cancel the thread and call SSL_free on the SSL structure, I still seem to have stuff stuck around in