Crypt::OpenSSL

1999-03-31 Thread Ed Peschko
hey, Did this ever happen? I looked on CPAN a couple of days ago, but saw nothing.. Ed __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Auto

Re: Crypt::OpenSSL Proposal

1999-02-25 Thread Ed Peschko
1999 at 12:15:52PM -0800 >Crypt::SSLeay could be upgraded to accomodate recent releases of SSLeay >& OpenSSL, but Gisle Aas does not seem to be available, and with the >counsel of [EMAIL PROTECTED] (Andreas J. Koenig), maintainer of >PAUSE, >it seems a fine solution to create Crypt::OpenSSL as a

Re: Problems compiling under Solaris x86

1999-02-21 Thread Ed Peschko
>I am trying to compile the SSLeay-0.6.6b so that I can use libwww-perl >and Crypto-SSleay.pm to access pages on sites that require https. As you >may know, Crypto-SSLeay only works with SSLeay version .6x. Well, the real solution would be to have Crypt-SSLeay use openssl.. as SSLeay (AFAIK) is

Re: Legal to use OpenSSL ?

1999-02-10 Thread Ed Peschko
On Wed, Feb 10, 1999 at 02:20:06PM -0700, Doug Erickson wrote: > > >> Is this right? If not, what am I missing? >> > >http://www.patents.ibm.com/patlist?icnt=US&patent_number=4405829 Um.. that patent has expired... Ed __ OpenSS

Re: Legal to use OpenSSL ?

1999-02-10 Thread Ed Peschko
>Hi. > >At Apache-SSL website it says that Apache-SSLcan be linked to SSLeay or >OpenSSL. I know that using SSLeay for commercial ends in the U.S. is not >legal. Why do you say that? >From the SSLeay FAQ: Can I use SSLeay in a Commercial product? Yes. Free of charge. Read the license carefull

Re: building the latest sources on windows nt

1999-02-06 Thread Ed Peschko
>> Who in the Universe uses 5.001, and why? >> Why is it a bad idea to require bugfixed software? > >When you're making Perl applications, I guess it isn't. But here, Perl >is just used as a tool to configure a C library, and a little >pragmatism shouldn't hurt. > >It is a bad idea to require Perl

Re: Login widgets/caching keys

1999-01-30 Thread Ed Peschko
On Sat, Jan 30, 1999 at 12:13:12PM +0100, Ralf S. Engelschall wrote: > >In article <[EMAIL PROTECTED]> you wrote: > >> I want to be able to automatically log into a website and interact with the >> logged in, secure website. Unfortunately, it is 'protected' with one of those >> automatic login/p

Re: Need socket linkage in OpenSSL

1999-01-30 Thread Ed Peschko
On Sat, Jan 30, 1999 at 04:07:46AM +, Sampo Kellomaki wrote: >Ed Peschko <[EMAIL PROTECTED]> writes: >> PS: has anyone successfully used openSSL on solaris? With SSLeay, I was getting >> core dumps consistently. Also, is there a FAQ on Net::SSLeay.pm? > >Not to my

Login widgets/caching keys

1999-01-29 Thread Ed Peschko
hey, I want to be able to automatically log into a website and interact with the logged in, secure website. Unfortunately, it is 'protected' with one of those automatic login/password 'authorization' type boxes. How do you get around them? And how do you get around the timeouts (ie: when someon

Need socket linkage in OpenSSL

1999-01-29 Thread Ed Peschko
hey, When I built OpenSSL for Solaris 2.6, I noticed that the socket libraries are not provided by default. if you add: EX_LIBS=-lsocket to the makefile generated by ssldir.pl, it works fine. Ed ( PS: has anyone successfully used openSSL on solaris? With SSLeay, I was getting core dumps con