EVP problems with 0.9.7

2002-04-09 Thread James Yonan

The current 0.9.7 snapshot has a change to the EVP layer which breaks
compatibility with 0.9.6 apps.

For example EVP_EncryptFinal and EVP_DecryptFinal now call
EVP_CIPHER_CTX_cleanup(ctx), so you can't reuse an EVP_CIPHER_CTX to
encrypt/decrypt more than one message with the same key, as you can do with
0.9.6.

Will this new behaviour persist into the 0.9.7 release, and if so, what is
the recommended way to use the EVP layer where you have multiple messages to
encrypt/decrypt with one key, while carrying forward the residual IV across
messages?

Thanks,
James Yonan


__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Can't Locate strict.pm

2002-04-09 Thread Rickey Leach

Hello,

I am trying to install openssl on my UNIX alpha_dec True64.  When 
I type ./Configure or ./config I get the following error.  

"Can't locate strict.pm in @INC (@INC contains: /usr/lib/perl-
5.6.0/lib/5.6.0/alpha-dec_osf /usr/lib/perl-5.6.0/lib/5.6.0 /usr/lib/perl-
5.6.0/lib/site_perl/5.6.0/alpha-dec_osf /usr/lib/perl-
5.6.0/lib/site_perl/5.6.0 /usr/lib/perl-5.6.0/lib/site_perl .) at 
./Configure line 9.
BEGIN failed--compilation aborted at ./Configure line 9."

Any idea how I can fix?  I may need a step by step fix because i'm 
not familiar with perl and not an expert with UNIX.

Thanks,

Rickey Leach
programmer/analyst
Mount St. Vincent University
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Installation problem

2002-04-09 Thread Rickey Leach

Has anyone successfully installed on a compaq A5.X true 64.  I get 
as far as 'make install' and then it seems to go OK for a bit then I 
get this


installing man1/CA.pl.1
[Tue Apr  9 14:45:09 2002] (eval 2): Array found where operator 
expected at (eval 2) line 1, at end of line
[Tue Apr  9 14:45:09 2002] (eval 2):(Do you need to predeclare 
Carp::longmess?)
[Tue Apr  9 14:45:09 2002] (eval 2): Array found where operator 
expected at (eval 2) line 2, at end of line
[Tue Apr  9 14:45:09 2002] (eval 2):(Do you need to predeclare 
Carp::shortmess?)
[Tue Apr  9 14:45:09 2002] (eval 2): Array found where operator 
expected at (eval 2) line 3, at end of line
[Tue Apr  9 14:45:09 2002] (eval 2):(Do you need to predeclare 
Carp::shortmess?)
[Tue Apr  9 14:45:09 2002] (eval 2): Array found where operator 
expected at (eval 2) line 4, at end of line
[Tue Apr  9 14:45:09 2002] (eval 2):(Do you need to predeclare 
Carp::longmess?)
[Tue Apr  9 14:45:09 2002] pod2man.pl: [Tue Apr  9 14:45:09 2002] 
Long.pm: [Tue Apr  9 14:45:09 2002] Long.pm: [Tue Apr  9 
14:45:09 2002] vars.pm: [Tue Apr  9 14:45:09 2002] vars.pm: [Tue 
Apr  9 14:45:09 2002] register.pm: [Tue Apr  9 14:45:09 2002] 
warnings.pm: Unknown error
[Tue Apr  9 14:45:09 2002] pod2man.pl: [Tue Apr  9 14:45:09 2002] 
Long.pm: [Tue Apr  9 14:45:09 2002] Long.pm: [Tue Apr  9 
14:45:09 2002] vars.pm: [Tue Apr  9 14:45:09 2002] vars.pm: [Tue 
Apr  9 14:45:09 2002] register.pm: [Tue Apr  9 14:45:09 2002] 
warnings.pm: Compilation failed in require at /usr/lib/perl-
5.6.0/lib/5.6.0/warnings/register.pm line 3.
[Tue Apr  9 14:45:09 2002] pod2man.pl: [Tue Apr  9 14:45:09 2002] 
Long.pm: [Tue Apr  9 14:45:09 2002] Long.pm: [Tue Apr  9 
14:45:09 2002] vars.pm: [Tue Apr  9 14:45:09 2002] vars.pm: [Tue 
Apr  9 14:45:09 2002] register.pm: Compilation failed in require at 
/usr/lib/perl-5.6.0/lib/5.6.0/warnings/register.pm line 3.
[Tue Apr  9 14:45:09 2002] pod2man.pl: [Tue Apr  9 14:45:09 2002] 
Long.pm: [Tue Apr  9 14:45:09 2002] Long.pm: [Tue Apr  9 
14:45:09 2002] vars.pm: [Tue Apr  9 14:45:09 2002] vars.pm: 
BEGIN failed--compilation aborted at /usr/lib/perl-
5.6.0/lib/5.6.0/vars.pm line 11.
[Tue Apr  9 14:45:09 2002] pod2man.pl: [Tue Apr  9 14:45:09 2002] 
Long.pm: [Tue Apr  9 14:45:09 2002] Long.pm: [Tue Apr  9 
14:45:09 2002] vars.pm: Compilation failed in require at /usr/lib/perl-
5.6.0/lib/5.6.0/vars.pm line 38.
[Tue Apr  9 14:45:09 2002] pod2man.pl: [Tue Apr  9 14:45:09 2002] 
Long.pm: [Tue Apr  9 14:45:09 2002] Long.pm: BEGIN failed--
compilation aborted at /usr/lib/perl-5.6.0/lib/5.6.0/Getopt/Long.pm 
line 38.
[Tue Apr  9 14:45:09 2002] pod2man.pl: [Tue Apr  9 14:45:09 2002] 
Long.pm: Compilation failed in require at /usr/lib/perl-
5.6.0/lib/5.6.0/Getopt/Long.pm line 308.
[Tue Apr  9 14:45:09 2002] pod2man.pl: BEGIN failed--compilation 
aborted at ../../util/pod2man.pl line 308.
*** Exit 255
Stop.


Any ideas?
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



someone having problemns with her mta?

2002-04-09 Thread Gerrit P. Haase

Hallo openssl-dev,

My mailer reports:
[PeekTime] 1017175639
<<
ErrCode   = -173
ErrString = Mail loop detected
Message  blocked by mail loop check !
>>


antigone.familiehaase.de
P6E6A
MAIL FROM: <[EMAIL PROTECTED]>
RCPT TO: <[EMAIL PROTECTED]>
<>
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 28748 invoked by uid 101); 26 Mar 2002 16:08:05 -
Received: from mmx.engelschall.com (195.27.130.252)
  by mail3.netbeat.de with SMTP; 26 Mar 2002 16:08:05 -
Received: by mmx.engelschall.com (Postfix)
id 48AD7194F3; Tue, 26 Mar 2002 17:07:10 +0100 (CET)
Received: from opensource.ee.ethz.ch (opensource-01.ee.ethz.ch [129.132.7.153])
by mmx.engelschall.com (Postfix) with ESMTP id 1E1E5194E5
for <[EMAIL PROTECTED]>; Tue, 26 Mar 2002 17:07:10 +0100 
(CET)
Received: by en5.engelschall.com (Sendmail 8.9.2) for openssl-dev-L
id RAA15056; Tue, 26 Mar 2002 17:06:19 +0100 (MET)
Received: by en5.engelschall.com (Sendmail 8.9.2) via ESMTP for 
<[EMAIL PROTECTED]>
from persephone.cfrq.net id RAA14978; Tue, 26 Mar 2002 17:05:16 +0100 (MET)
Received: from elisabeth.cfrq.net (gate.nevex.com [207.245.2.2])
by persephone.cfrq.net (8.11.6/8.11.6) with ESMTP id g2QG58c10806
(using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK)
for <[EMAIL PROTECTED]>; Tue, 26 Mar 2002 11:05:13 -0500
Received: from elisabeth.cfrq.net (chk@localhost)
by elisabeth.cfrq.net (8.11.6/8.11.6) with ESMTP id g2QG57g26603
for <[EMAIL PROTECTED]>; Tue, 26 Mar 2002 11:05:08 -0500
Received: from persephone.cfrq.net
by localhost with POP3 (fetchmail-5.9.0)
for chk@localhost (single-drop); Thu, 21 Mar 2002 15:50:25 -0500 (EST)
Received: from cali-2.pobox.com (cali-2.pobox.com [64.71.166.115])
by persephone.cfrq.net (8.11.6/8.11.6) with ESMTP id g2LKjnB20256
for <[EMAIL PROTECTED]>; Thu, 21 Mar 2002 15:45:49 -0500
Received: from cali-2.pobox.com (localhost.localdomain [127.0.0.1])
by cali-2.pobox.com (Postfix) with ESMTP id DF9C93E7B7
for <[EMAIL PROTECTED]>; Thu, 21 Mar 2002 15:45:48 -0500 (EST)
Delivered-To: [EMAIL PROTECTED]
Received: from mmx.engelschall.com (mmx.engelschall.com [195.27.130.252])
by cali-2.pobox.com (Postfix) with ESMTP
id 427BE3E6D6; Thu, 21 Mar 2002 15:45:48 -0500 (EST)
Received: by mmx.engelschall.com (Postfix)
id 8DD521950B; Thu, 21 Mar 2002 21:44:15 +0100 (CET)
Received: from opensource.ee.ethz.ch (opensource-01.ee.ethz.ch [129.132.7.153])
by mmx.engelschall.com (Postfix) with ESMTP id 639581950A
for <[EMAIL PROTECTED]>; Thu, 21 Mar 2002 21:44:15 +0100 
(CET)
Received: by en5.engelschall.com (Sendmail 8.9.2) for openssl-users-L
id VAA26714; Thu, 21 Mar 2002 21:43:20 +0100 (MET)
Received: by en5.engelschall.com (Sendmail 8.9.2) via ESMTP for 
<[EMAIL PROTECTED]>
from persephone.cfrq.net id VAA26708; Thu, 21 Mar 2002 21:43:08 +0100 (MET)
Received: from elisabeth.cfrq.net (gate.nevex.com [207.245.2.2])
by persephone.cfrq.net (8.11.6/8.11.6) with ESMTP id g2LKh3B20219
(using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK)
for <[EMAIL PROTECTED]>; Thu, 21 Mar 2002 15:43:06 -0500
Received: from elisabeth.cfrq.net (chk@localhost)
by elisabeth.cfrq.net (8.11.6/8.11.6) with ESMTP id g2LKh1w12763
for <[EMAIL PROTECTED]>; Thu, 21 Mar 2002 15:43:02 -0500
To: [EMAIL PROTECTED]
Subject: certificate verification and Sub CAs
From: Harald Koch <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <[EMAIL PROTECTED]>
Date: Thu, 21 Mar 2002 15:43:00 -0500
Message-ID: <[EMAIL PROTECTED]>
X-Sender: Harald Koch <[EMAIL PROTECTED]>
X-List-Manager: OpenSSL Majordomo [version 1.94.4]
X-List-Name: openssl-users
Sender: [EMAIL PROTECTED]
Precedence: bulk
Reply-To: [EMAIL PROTECTED]
X-Sender: Harald Koch <[EMAIL PROTECTED]>
X-List-Manager: OpenSSL Majordomo [version 1.94.4]
X-List-Name: openssl-dev

  
Gerrit
-- 
=^..^=

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Engine documementation design information

2002-04-09 Thread Mads Rasmussen

 
I cannot find any information about the engine design nor documentation.
Have some information been created and if such, where is it available?
 
Mads Rasmussen
 
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]