[ANNOUNCE] OpenSSL 0.9.8 beta 6 released

2005-06-20 Thread Richard Levitte - VMS Whacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenSSL version 0.9.8 Beta 6 (FINAL!) = OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ OpenSSL is currently in a release cycle. The sixth beta is now released. The beta release

Re: possible bug in BIO_f_base64 ?

2005-06-20 Thread Dr. Stephen Henson
On Tue, Jun 21, 2005, Richard Levitte - VMS Whacker wrote: > In message <[EMAIL PROTECTED]> on Mon, 20 Jun 2005 18:53:39 +0200, "Dr. > Stephen Henson" <[EMAIL PROTECTED]> said: > > steve> On Mon, Jun 20, 2005, Richard Levitte - VMS Whacker wrote: > steve> > steve> > In message <[EMAIL PROTECTED

Re: possible bug in BIO_f_base64 ?

2005-06-20 Thread Dr. Stephen Henson
On Mon, Jun 20, 2005, Dr. Stephen Henson wrote: > On Mon, Jun 20, 2005, Richard Levitte - VMS Whacker wrote: > > > In message <[EMAIL PROTECTED]> on Mon, 20 Jun 2005 12:11:30 +0200, Beat > > Jucker <[EMAIL PROTECTED]> said: > > > > bj> Given attached BASE64 encoded file openssl will write only

Re: possible bug in BIO_f_base64 ?

2005-06-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 20 Jun 2005 18:53:39 +0200, "Dr. Stephen Henson" <[EMAIL PROTECTED]> said: steve> On Mon, Jun 20, 2005, Richard Levitte - VMS Whacker wrote: steve> steve> > In message <[EMAIL PROTECTED]> on Mon, 20 Jun 2005 12:11:30 +0200, Beat Jucker <[EMAIL PROTECTED]>

[openssl.org #749] bug in engine hw_cswift.c(cswift_rand_bytes) && patch

2005-06-20 Thread Nils Larsch via RT
this should be fixed in current snapshots, please test Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List M

Re: util/selftest.pl

2005-06-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 20 Jun 2005 11:52:50 -0700 (PDT), Tim Rice <[EMAIL PROTECTED]> said: tim> I noticed "make report" didn't show the cc version on most of tim> my System V platforms. This patch corrects this. Thanks, committed. Cheers, Richard - Please consider sponsori

util/selftest.pl

2005-06-20 Thread Tim Rice
I noticed "make report" didn't show the cc version on most of my System V platforms. This patch corrects this. ... --- util/selftest.pl.old2005-06-06 10:33:44.799342000 -0700 +++ util/selftest.pl2005-06-20 11:39:22.485698005 -0700 @@ -49,7 +49,7 @@ } $cversion=`$cc -v 2>&1`; -$cver

Re: crypt/des/dx86-out.s fails on NetBSD

2005-06-20 Thread Andy Polyakov
2. See ./config script line 663 and below and speculate why do you think it doesn't recognize your system as ELF? Maybe shared libraries reside in /shlib? Hmm, file(1) doesn't follow symlinks by default. How about to use -L option? % file /usr/lib/libc.so.12.129 /usr/lib/libc.so.12.129: symb

Re: Cache-timing attack

2005-06-20 Thread Andy Polyakov
Are there any plans to address Daniel J. Bernstein's Cache-timing attack on Openssl's AES implementation? First of all keep in mind that formally one should say "attack on high performance AES implementations.";-) http://cr.yp.to/antiforgery/cachetiming-20050414.pdf It's impossible to addr

Re: possible bug in BIO_f_base64 ?

2005-06-20 Thread Dr. Stephen Henson
On Mon, Jun 20, 2005, Richard Levitte - VMS Whacker wrote: > In message <[EMAIL PROTECTED]> on Mon, 20 Jun 2005 12:11:30 +0200, Beat > Jucker <[EMAIL PROTECTED]> said: > > bj> Given attached BASE64 encoded file openssl will write only 5280 > bj> decoded bytes instead of the original 5305 bytes a

Re: linux+mingw -> create openssl for windows [u]

2005-06-20 Thread Andy Polyakov
My goal: compile opensc, openssl and putty for windows, but using linux and mingw (on i686 machine, debian sarge). that way opensc could build nightly binary pacakges for windows. so, here is a patch for openssl, so it can be compiled with mingw under linux. no big changes, mostly using the exist

Re: possible bug in BIO_f_base64 ?

2005-06-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 20 Jun 2005 12:11:30 +0200, Beat Jucker <[EMAIL PROTECTED]> said: bj> Given attached BASE64 encoded file openssl will write only 5280 bj> decoded bytes instead of the original 5305 bytes as other tools bj> like mimencode, base64, Asn1Editor, web online base6

Re: [openssl.org #973] Re: [openssl.org #1120] 0.9.7g-1 does not handle files > 2GB

2005-06-20 Thread Folkert van Heusden via RT
> > OpenSSL 0.9.7g-1 on Linux (Pentium 3) with Debian distrubtion does not > > handle files > 2GB: > > /data/Backup/keetweej_home_backup.tar.bz2: File too large > > 31264:error:0200101B:system library:fopen:File too > > large:bss_file.c:278:fopen('/data/Backup/keetweej_home_backup.tar.bz2','r') >

[openssl.org #973] Re: [openssl.org #1120] 0.9.7g-1 does not handle files > 2GB

2005-06-20 Thread Andy Polyakov via RT
> OpenSSL 0.9.7g-1 on Linux (Pentium 3) with Debian distrubtion does not > handle files > 2GB: > /data/Backup/keetweej_home_backup.tar.bz2: File too large > 31264:error:0200101B:system library:fopen:File too > large:bss_file.c:278:fopen('/data/Backup/keetweej_home_backup.tar.bz2','r') > 31264:err

possible bug in BIO_f_base64 ?

2005-06-20 Thread Beat Jucker
context "decrypting smime message": cat email | openssl-0.9.8 smime -inkey mykey -recip mycert 1885:error:0D06B08E:asn1 encoding routines:ASN1_D2I_READ_BIO:not enough data:a_d2i_fp.c:238: 1885:error:21078082:PKCS7 routines:B64_READ_PKCS7:decode error:pk7_mime.c:140: 1885:error:2107A08B:PKCS