Re: found a https server Net::SSLeay cant use..?

1999-10-20 Thread Sampo Kellomaki
[EMAIL PROTECTED] writes: I can talk to sw40.pacbell.com via netscape and IE5 (https://sw40.pacbell.com/) but not via LWP::request, nor, Net::SSLeay (probably for the same reason). Does this error indicate something is wrong on their server, or something is wrong in Net::SSLeay?

Re: HELP: the ssl3 switch for Net::SSLeay (perl)

1999-10-18 Thread Sampo Kellomaki
"Gregory Luneau" [EMAIL PROTECTED] writes: This is a multi-part message in MIME format. --=_NextPart_000_0036_01BF1171.59F3F4C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit It seems that the -ssl3 switch makes all the difference in the

Re: a task that I'm sure someone has solved

1999-09-29 Thread Sampo Kellomaki
Craig Idler [EMAIL PROTECTED] writes: Hi - I would like to use the OpenSSL library with an application to send http method requests to a ssl enabled web server. In addition, I must be able to interact with the server to provide user:password information. Has someone done something

Re: how to check an s/mime signature ?

1999-09-23 Thread Sampo Kellomaki
Aumont - Comite Reseaux des Universites [EMAIL PROTECTED] writes: In order to introduce s/mime authentication in the mailling list robot sympa (http://listes.cru.fr/sympa ), I'am looking for a library to check s/mime signature. Although my tutorial currently only covers producing signatures,

Re: [OpenSSL] Re: Net::SSLeay, mod_perl and mod_ssl

1999-09-23 Thread Sampo Kellomaki
=?UTF-8?B?UmnEjWFyZGFzIMSMZXBhcw==?= [EMAIL PROTECTED] writes: --ibTvN161/egqYuK8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue Sep 21 13:38:24 1999 + (Antradienis, 1999 m. rugs=C4=97jo 21 d. 15:38:24 CEST), Sampo Kellomaki

FYI: Net::SSLeay-1.05 works with OpenSSL-0.9.4

1999-08-09 Thread Sampo Kellomaki
I tested Net::SSLeay-1.05 with OpenSSL-0.9.4. Works fine. You can safely ignore the warning about too new OpenSSL Test was performed on Net::SSLeay-1.05 OpenSSL-0.9.4 perl5.005_02 i686 Linux-2.0.35 egcs-1.1.1 rel glibc-2.0.6 --Sampo ==

Re: Problems with Net::SSLeay

1999-08-04 Thread Sampo Kellomaki
"Ferrari, Nelson" [EMAIL PROTECTED] writes: If I run: perl -MNet::SSLeay -I Library -e 'print Net::SSLeay::get_https("www.quickcommerce.net", 443, "/scripts/qc25/merchantlogin.asp")' I get: SSL_write 9396: 1 - error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure

Re: Net::SSLeay 1.03 make_form behaviour

1999-08-03 Thread Sampo Kellomaki
Ed Eddington [EMAIL PROTECTED] writes: The problem I noticed was in the "make_form" logic. In creating the key-value pairs for the request, this routine leaves a trailing '=' if the last key has no value. MY code was leaving a trailing '=' already. Then "make_form" added a second trailing

Re: compile problem for perl module

1999-03-30 Thread Sampo Kellomaki
[EMAIL PROTECTED] writes: Hi, I am new to this group and this type of question may not be appropriate here. I did post to the perl news group also. I have OpenSSL.0.9.2b and am trying to compile the Net_SSLeay 1.03 perl module on NT. I see the following errors at link time. Does anyone have