[openssl.org #1096] Minor documentation bugs

2005-06-17 Thread Richard Levitte via RT
I changed the lines about id_function only slightly, and added the discussion about getpid() vs. pthread_self() in the NOTES section. Ticket resolved. -- Richard Levitte [EMAIL PROTECTED] __ OpenSSL Project

[openssl.org #1083] Compilation error in crypto/pqueue/pqueue.c on "hpux-parisc-cc shared"

2005-06-17 Thread Richard Levitte via RT
I haven't seen any more reports like this, so I'm resolving this ticket. It feels like a safe bet, since we have removed all traces of BIGNUM from pqueue. [levitte - Mon Jun 6 00:54:39 2005]: > beta 4 is out soon. Please try it and report back. I believe the > BN_ULLONG issues with pqueue

[openssl.org #1090] [BUG] Segfault in dgst signing with rsa private key

2005-06-17 Thread Richard Levitte via RT
Hi, it sounds like I can resolve this ticket. The extra test suite sounds interesting, please send it to me ([EMAIL PROTECTED]). Unfortunately, if it's GNU make specific, we will not have it in the standard build, but it might work as an option for those who want to try it out. [EMAIL PROTE

[openssl.org #1101] I Need Help

2005-06-17 Thread Richard Levitte via RT
I'll remove this ticket as this looks like a user question rather than a bug report. I'll still respond to it, just not in this form. [guest - Mon Jun 6 17:19:44 2005]: > Hello, > I need some help, I have installed everything correctly but the make > command will not work and I cant get the o

[openssl.org #1102] Missing -fPIC flag in the default configuration to build static library

2005-06-17 Thread Richard Levitte via RT
Yes, this was changed a while ago. The proper way to get -fPIC into the build is to configure with the "shared" option. The build will still produce a static library as well as a shared library, with all objects built with -fPIC. Ticket resolved. [guest - Tue Jun 7 09:19:12 2005]: > > Ope

[openssl.org #1105] DTLS HelloVerifyRequest PATCH

2005-06-17 Thread Richard Levitte via RT
I'm leaving this unresolved for now, since we still don't know if that's a bug in the draft or not... -- Richard Levitte [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Ma

[openssl.org #1107] NetWare patch for 0.9.8-beta4

2005-06-17 Thread Richard Levitte via RT
I applied this change a few days ago, and didn't resolve the ticket? Strange. Anyway, patch applied and committed, ticket resolved. -- Richard Levitte [EMAIL PROTECTED] __ OpenSSL Project http:

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

2005-06-17 Thread Richard Levitte via RT
The real issue was the backslahes in the configuration definition for DJGPP and how those interacted with the handling of a build environment in the Makefiles. I resolved the issue by moving the definition of DEVRANDOM for DJGPP from Configure to e_os.h. [guest - Mon Jun 13 11:45:04 2005]: >

[openssl.org #1112] 0.9.8 beta 5 build issue on windows

2005-06-17 Thread Richard Levitte via RT
Hi Jeffrey, I just committed such a change. Ticket resolved. [EMAIL PROTECTED] - Tue Jun 14 10:05:51 2005]: > The following build issue exists: > > cl /Fotmp32dll\c_zlib.obj -Iinc32 -Itmp32dll -DZLIB_SHARED > -DZLIB -DKRB5_MIT /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo > -DOP

[openssl.org #1113] openssl-0.9.8-beta5 - install fails on "../../util/pod2man.pl: Invalid man page"

2005-06-17 Thread Richard Levitte via RT
It fails because of the new section declarations (done with a '=for comment') that appear before the '=head1 NAME' line. I just committed a change that fixes this. Ticket resolved. [EMAIL PROTECTED] - Tue Jun 14 10:06:07 2005]: > > making all in tools... > ./pod2mantest: pod2man: not found

[openssl.org #1089] test report for OpenBSD -current

2005-06-17 Thread Richard Levitte via RT
[EMAIL PROTECTED] - Thu Jun 16 08:00:29 2005]: > sorry for not getting back sooner, but beta5 works fine. It's all right. Thanks. Ticket really resolved this time. -- Richard Levitte [EMAIL PROTECTED] __ OpenSSL Project

[openssl.org #816] Bug report: some engines leave dangling DSO* after DSO_free

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

[openssl.org #1118]

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

[openssl.org #1117]

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

[openssl.org #1116]

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

Re: DOS patch for 0.9.8 beta 2

2005-06-17 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 1 Jun 2005 14:03:06 -0700 (PDT), Doug Kaufman <[EMAIL PROTECTED]> said: dkaufman> You are quite correct, in that quoting DEVRANDOM was the wrong thing dkaufman> to do. It put the string "DEVRANDOM" into the library instead of the dkaufman> value of DEVRANDOM

[openssl.org #825] Patch: cswift engine openssl-0.9.7c

2005-06-17 Thread Nils Larsch via RT
patch applied; please test a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: PRNG not seeded on 0.9.8

2005-06-17 Thread Peter Waltenberg
[EMAIL PROTECTED]:rand> diff rand_unix.c~ rand_unix.c 156c156 <       static const char *randomfiles[] = { "DEVRANDOM" }; --- >       static const char *randomfiles[] = { DEVRANDOM }; Peter Waltenberg GOTOU Yuuzou <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 17/06/2005 05:21 PM Plea

PRNG not seeded on 0.9.8

2005-06-17 Thread GOTOU Yuuzou
Hi, OpenSSL 0.9.7 works with the following command. % env HOME=/ /usr/local/ssl097/bin/openssl genrsa 512 Generating RSA private key, 512 bit long modulus .. . unable to write 'random state' e is 65537 (0x10001) -BEGIN RSA PRIVATE KEY- MIIBOwIBA