Re: Your mail

2002-05-25 Thread terr
I'll make an orthoganal comment. IANAL but it is so sad when ppl become afraid to do anything because of the percived threats from the lawyers. I read Free as in Freedom today, a biography of Richard Stallman. First I've always been impressed with Stallman from a number of standpoints.

[openssl.org #54] Compilation error m68k-next-openstep4

2002-05-25 Thread \\ Francisco A.Tomei Torres \ via RT\
[latest posted version] gcc -o enginetest -I../include -O -Wall enginetest.o -L.. -lcrypto /bin/ld: warning archive library: /usr/local/lib/gcc-lib/m68k-next-nextstep3/egcs-2.91.66/libgcc.a appears after reference to dynamic shared library and will be searched as a dynamic shared library

Re: your mail

2002-05-25 Thread Lutz Jaenicke
On Fri, May 24, 2002 at 03:28:44PM -0700, john traenky wrote: OpenSSL is the cornerstone for Open Source projects using encryption. Has anyone done an analysis of what legalities need doing to use it legally in the United States? I have several charities and the like who'd love to use it

[PATCH] Memory leak in BN_to_ASN1_INTEGER

2002-05-25 Thread Zoltan Glozik
Hi, The BN_to_ASN1_INTEGER method in crypto/asn1/a_int.c leaks memory when a non-null, initialized ASN1_INTEGER object is passed in the 2nd argument. Here is a bug fix patch against openssl-0.9.6d: Regards, Zoltan Index: a_int.c

[openssl.org #55] [PATCH] Memory leak in BN_to_ASN1_INTEGER

2002-05-25 Thread
Hi, The BN_to_ASN1_INTEGER method in crypto/asn1/a_int.c leaks memory when a non-null, initialized ASN1_INTEGER object is passed in the 2nd argument. Here is a bug fix patch against openssl-0.9.6d: Regards, Zoltan Index: a_int.c