[openssl.org #817] ENHANCEMENT FAQ

2005-06-13 Thread Nils Larsch via RT
I've updated the FAQ; case resolved. Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 5 released

2005-06-13 Thread Corinna Vinschen
On Jun 13 06:19, Richard Levitte - VMS Whacker wrote: OpenSSL version 0.9.8 Beta 5 Builds OOTB and tests run fine on Cygwin. Thanks, Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat, Inc.

[openssl.org #1110] DEVRAMDOM define in rand_unix.c

2005-06-13 Thread via RT
Since 0.9.8beta3 method RAND_pool, when DEVRANDOM is defined, don't read data from specified devices. before: $ strace -f openssl genrsa 21 | grep -i random open(/dev/urandom, ...) = 3 after: $ strace -f openssl genrsa 21 | grep -i random open(DEVRANDOM, ...) = -1 ENOENT ... solution - remove

[openssl.org #1109] Please urgently impelment -utf8 parameter in openssl ca command

2005-06-13 Thread via RT
Here is the diff file: ---openssl-0.9.8-beta5/apps/ca.c.diff begin--- --- openssl-0.9.8-beta5/apps/ca.c.old Mon Jun 13 08:06:11 2005 +++ openssl-0.9.8-beta5/apps/ca.c Mon Jun 13 10:57:21 2005 @@ -174,6 +174,7 @@ -msie_hack - msie modifications to handle all those universal

[openssl.org #1111] Test passed: OpenSSL 0.9.8 beta 5 on SuSE 9.3

2005-06-13 Thread [EMAIL PROTECTED] via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Schedule for 0.9.7h?

2005-06-13 Thread Guylain Lavoie
Hello everyone, We are ready to release the latest version of our product. However, we need the patch for the reception of CLIENT_HELLO in V2 record (followed by an upgrade to v3 or TLS v1.0) while we are configured to send V3 or TLSv1. I know that it is in CVS, but this is not the best solution

[openssl.org #1109] Please urgently impelment -utf8 parameter in openssl ca command

2005-06-13 Thread via RT
Sorry for the previous post. ;( The change is bigger: 1. a new parameters should apear in [ CA_default ] section: utf = yes string_mask = utf8only they should have the same meaning like in [req] section when generating PKCS10 request. 2. a -utf8 command line option is added I attach the

XML signature and OpenSSL

2005-06-13 Thread Szabó Áron
Dear Members, I'm trying to make an XML signature-creation application (RFC 3275, W3C) based on OpenSSL functions. Hashing works well (with xmllint C14N canonicalization), but at signing, output seems to be wrong, or I don't understand something. At sha1 hashing the default output is a

Re: XML signature and OpenSSL

2005-06-13 Thread Dmitry Belyavsky
Hello! On Mon, 13 Jun 2005, [iso-8859-2] Szab? ?ron wrote: Dear Members, I'm trying to make an XML signature-creation application (RFC 3275, W3C) based on OpenSSL functions. Hashing works well (with xmllint C14N canonicalization), but at signing, output seems to be wrong, or I don't

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 5 released

2005-06-13 Thread Corinna Vinschen
On Jun 13 18:59, Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Mon, 13 Jun 2005 10:57:10 +0200, Corinna Vinschen [EMAIL PROTECTED] said: vinschen On Jun 13 06:19, Richard Levitte - VMS Whacker wrote: vinschenOpenSSL version 0.9.8 Beta 5 vinschen

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 5 released

2005-06-13 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Mon, 13 Jun 2005 19:03:10 +0200, Corinna Vinschen [EMAIL PROTECTED] said: vinschen On Jun 13 18:59, Richard Levitte - VMS Whacker wrote: vinschen In message [EMAIL PROTECTED] on Mon, 13 Jun 2005 10:57:10 +0200, Corinna Vinschen [EMAIL PROTECTED] said: vinschen

Re: [openssl.org #1103] Ticket Resolved

2005-06-13 Thread [EMAIL PROTECTED] via RT
It's not fixed in Beta5. Nick Briggs PARC __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: [CVS] OpenSSL: openssl/ Configure TABLE

2005-06-13 Thread Goetz Babin-Ebell
Nils Larsch wrote: Hello Nils, OpenSSL CVS Repository http://cvs.openssl.org/ Modified files: openssl Configure TABLE Log: replace the deprecated -m486 gcc option with -march=i486

Re: [CVS] OpenSSL: openssl/ Configure TABLE

2005-06-13 Thread Nils Larsch
Goetz Babin-Ebell wrote: ... Log: replace the deprecated -m486 gcc option with -march=i486 PR: 1049 I did a test and the compiler warnings are gone. It seems you can close 1049... yep, will do so Bye Goetz (BTW: I still get an out of memory in bn_test if I build

[openssl.org #1049] Configure: GCC x86: option -m486 deprecated

2005-06-13 Thread Nils Larsch via RT
patch applied Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #972] make:: m486 is depricated

2005-06-13 Thread Nils Larsch via RT
m486 has been replaced with -march=i486; case closed. thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List

Re: [CVS] OpenSSL: openssl/ Configure TABLE

2005-06-13 Thread Goetz Babin-Ebell
Nils Larsch wrote: Goetz Babin-Ebell wrote: (BTW: I still get an out of memory in bn_test if I build OpenSSL with efence on linux... :-( ) I thought the problem was in ectest ? It's on my todo list but it's not really trivial to resolve (well one could disable the ec mult

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 5 released

2005-06-13 Thread Mike Frysinger
On Monday 13 June 2005 12:19 am, Richard Levitte - VMS Whacker wrote: OpenSSL version 0.9.8 Beta 5 `./config make make test` passed on Gentoo/armel Gentoo/armeb failed the x509 certificate test ('test_ss') due to lack of enough random data, but i'm pretty sure that's a system issue and