RE: Re: Net::SSLeay (1.05) and Windows NT

1999-09-23 Thread Ed Eddington
,int n); - char * SSL_get_cipher_list(SSL *s,int n); const char *SSL_CIPHER_get_name(SSL_CIPHER *c); - char * SSL_CIPHER_get_name(SSL_CIPHER *c); Ed Eddington -- From: Ed Eddington[SMTP:[EMAIL PROTECTED]] Sent: Tuesday, September 21, 1999 11:09 AM

Net::SSLeay 1.03

1999-08-03 Thread Ed Eddington
, %reply_headers) = post_https($server, $port, $uri, make_headers( 'User-Agent' = $user_agent, 'Referer'= $refer_url, 'Authorization' = $credentials, ), $string ); } -- -- -- -- -

RE: source for PC

1999-07-06 Thread Ed Eddington
You may be having this problem: Windows doesn't like 2 "periods" within a filename and when saving the file feels compelled to rename them "whatever_tar.tar" - real good. Rename to "whatever.tar.gz" and then Winzip will know what it is. -- From: yoni[SMTP:[EMAIL PROTECTED]] Sent:

RE: Compiling OpenSSL on Win32 (again)

1999-06-30 Thread Ed Eddington
Eddington PCR -- From: Ed Eddington[SMTP:[EMAIL PROTECTED]] Sent: Tuesday, June 29, 1999 2:15 PM To: '[EMAIL PROTECTED]' Subject:RE: Compiling OpenSSL on Win32 (again) I have successfully compiled the NEW version OpenSSL-0.9.3a using Mingw32 and GNU make on Win95. However

Compiling OpenSSL on Win32 (again)

1999-06-29 Thread Ed Eddington
Users, I am having some trouble compiling on Win32's. I think the root of my problem is not having the right utilities to do the job (and/or knowledge!). I got the following tips about installing on Win32 from a previous note to the list... (scan down if this is familiar)