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
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
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
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
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
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
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:
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]:
>
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
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
[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
should be fixed
Thanks,
Nils
__
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL
test
__
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]
test
__
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]
test
__
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]
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
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
[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
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
19 matches
Mail list logo