Re: cvs commit: openssl/crypto/rand rand.h

2001-03-22 Thread Bodo Moeller
On Wed, Mar 21, 2001 at 07:43:16PM +0100, [EMAIL PROTECTED] wrote: levitte 21-Mar-2001 19:43:15 Modified:crypto/rand rand.h Log: Use stdlib.h to get size_t. Revision ChangesPath 1.22 +1 -7 openssl/crypto/rand/rand.h Index: rand.h

Re: problem compiling openssl-0.9.6-beta2 on HP-UX 11.00

2001-03-22 Thread Lutz Jaenicke
On Thu, Mar 22, 2001 at 07:57:27AM +0100, Heiko Nardmann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I configured openssl-0.9.6-beta2 according to the following configure line: ./Configure threads --prefix=/opt/openssl-0.9.6a-beta2 - --openssldir==/opt/openssl-0.9.6a-beta2

Re: Compression?

2001-03-22 Thread Richard Levitte - VMS Whacker
From: "Vincent Toms" [EMAIL PROTECTED] vtoms Hello, vtoms I have implanted a client/server based application, which uses OpenSSL for vtoms both the client(win32) and the server(linux,openBSD). I would like to know vtoms if I can use compression in this program, and if so is there any vtoms

Re: OpenSSL 0.9.6a Beta 2 - IRIX Square Test Failure

2001-03-22 Thread Richard Levitte - VMS Whacker
From: "David Rees" [EMAIL PROTECTED] drees The Square test is still failing on IRIX 6.5.11 (irix-mips3-cc) when drees compiling with both the native cc and gcc 2.95.2 from freeware.sgi.com: Yup, that's one we haven't been able to fix yet. -- Richard Levitte \ Spannvgen 38, II \ [EMAIL

Re: problem compiling openssl-0.9.6-beta2 on HP-UX 11.00

2001-03-22 Thread Richard Levitte - VMS Whacker
From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke The warning on line 98 seems to be caused by a Lutz.Jaenicke longint conflict in the return types. I seem to be blind today... -- Richard Levitte \ Spannvgen 38, II \ [EMAIL PROTECTED] Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26

Re: Compression?

2001-03-22 Thread Neil Costigan
fyi: on compression Eric Young gave a very interesting presentation on SSL/TLS at the RSA show ('99) part of it was on some empirical figures on the use of compression inside SSL the conclusion, (if I got it right) was that good compression is very close to the properties of the data being

Re: [ANNOUNCEMENT] OpenSSL 0.9.6a Beta 2 released

2001-03-22 Thread Richard Levitte - VMS Whacker
From: JJohnson [EMAIL PROTECTED] jjohnson Great, maybe you want to include that patched Makefile I jjohnson posted to the list, along with the fixed up spec? Well, if you take a look at beta 2, you'll see that the whole handling of static and shared libraries has changed quite a bit, so

RE: Compression?

2001-03-22 Thread David Schwartz
fyi: on compression Eric Young gave a very interesting presentation on SSL/TLS at the RSA ? show ('99) part of it was on some empirical figures on the use of compression inside SSL the conclusion, (if I got it right) was that good compression is very close to the properties of the data

RE: Compression?

2001-03-22 Thread Jeffrey Altman
fyi: on compression Eric Young gave a very interesting presentation on SSL/TLS at the RSA ? show ('99) part of it was on some empirical figures on the use of compression inside SSL the conclusion, (if I got it right) was that good compression is very close to the properties of

Re: [ANNOUNCEMENT] OpenSSL 0.9.6a Beta 2 released

2001-03-22 Thread Richard Levitte - VMS Whacker
From: JJohnson [EMAIL PROTECTED] jjohnson Great, maybe you want to include that patched Makefile I jjohnson posted to the list, along with the fixed up spec? I've updated the spec with your changes and a little more. See tonights snapshot of 0.9.6-stable. -- Richard Levitte \ Spannvgen 38,

OpenSSL S/MIME validation against draft-ietf-smime-examples?

2001-03-22 Thread Mats Nilsson
Hi [openssl-0.9.6, WinNT4sp6] I tried to verify OpenSSL's S/MIME implementation using the sample messages in http://www.ietf.org/internet-drafts/draft-ietf-smime-examples-06.txt First I ran into problems with their base64 encoding, which was rejected by OpenSSL due to long lines. To make

compile errors in a snapshot - where to report?

2001-03-22 Thread Rodney Thayer
process question: if you download a snapshot, and it doesn't compile on your platform, where do you report the problems? snapshot 20010321 has warnings that stop compilation in win32. problem is signed/unsigned mismatch in crypto\ec\ec_mult.c (cool -- I didn't know there was EC support in

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-22 Thread Alan McIlwain Perez
I made a mistake when typing the message instead of do_shared-libs it was do_solaris-shared. Let's see if I can explain myself a bit better and it can be of some help. By the way is there any chance of incorporating the shared libs part to the makefile.one. Using other versions of openssl I

Re: problem compiling openssl-0.9.6-beta2 on HP-UX 11.00

2001-03-22 Thread Lutz Jaenicke
On Thu, Mar 22, 2001 at 10:07:36AM +0100, Lutz Jaenicke wrote: cc -I.. -I../../include -DTHREADS -D_REENTRANT -DDSO_DL +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W - -DMD32_XARRAY -c dso_dl.c cc: "dso_dl.c", line 98: warning 604: Pointers are not

Re: compile errors in a snapshot - where to report?

2001-03-22 Thread Richard Levitte - VMS Whacker
From: Rodney Thayer [EMAIL PROTECTED] rodney process question: rodney if you download a snapshot, and it doesn't compile on your rodney platform, where do you report the problems? openssl-bugs or this list if you have a patch :-). -- Richard Levitte \ Spannvgen 38, II \ [EMAIL PROTECTED]

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-22 Thread Richard Levitte - VMS Whacker
From: "Alan McIlwain Perez" [EMAIL PROTECTED] ajm 1. ajm ./Configure no-idea no-dsa no-rc5 ajm no-cast -DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -DAGORA -g -lsocket -lnsl -ldl ajm -lpthread shared ajm no-asm --prefix=/export/software/openssl/solaris --openssldir=/export/softwa ajm re/openssl/solaris

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-22 Thread Alan McIlwain Perez
That seem to fix most of it. Now when I do make install it will finish like this: installing tools... installing libcrypto.a installing libssl.a + ln -s -f libcrypto.so.0.9.6 libcrypto.so.0 + ln -s -f libcrypto.so.0 libcrypto.so + ln -s -f libssl.so.0.9.6 libssl.so.0 + ln -s -f libssl.so.0

openssl-0.9.6a beta2 on HP UX 11.0, AIX 4.3, and BSDI 4.0.1

2001-03-22 Thread lgazis
Results of testing OpenSSL 0.9.6 beta2 engine version: On AIX 4.3 (aix-gcc): As before. If config is run with -DDSO_DLFCN -DHAVE_DLFCN_H, and a link is made from /usr/lib/libswift.a to /usr/lib/libswift.so, this runs correctly with CryptoSwift; both steps are still required. On BSDI 4.0.1

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-22 Thread Richard Levitte - VMS Whacker
From: "Alan McIlwain Perez" [EMAIL PROTECTED] ajm Now when I do make install it will finish like this: ajm installing tools... ajm installing libcrypto.a ajm installing libssl.a ajm + ln -s -f libcrypto.so.0.9.6 libcrypto.so.0 ajm + ln -s -f libcrypto.so.0 libcrypto.so ajm + ln -s -f

Re: cvs commit: openssl/crypto/asn1 p7_lib.c

2001-03-22 Thread Richard Levitte - VMS Whacker
From: [EMAIL PROTECTED] Since this change, it seems like the pkcs7 test fails: [levitte@levitte openssl-0.9.6-stable]$ (cd test/; sh ./tpkcs7) testing pkcs7 conversions p - d unable to load PKCS7 object 10638:error:0D091008:asn1 encoding routines:d2i_PKCS7:asn1 length

Re: cvs commit: openssl/crypto/asn1 p7_lib.c

2001-03-22 Thread Dr S N Henson
Richard Levitte - VMS Whacker wrote: If I roll back that change, the test doesn't fail. This means that either your fix is wrong, or we need a new testp7.pem... Yes, the fix is wrong. Should be OK now though. Steve. -- Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/

RE: OpenSSL 0.9.6a Beta 2 - IRIX Square Test Failure

2001-03-22 Thread David Rees
If there's any way I can help debug this, let me know. -Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Levitte - VMS From: "David Rees" [EMAIL PROTECTED] drees The Square test is still failing on IRIX 6.5.11 (irix-mips3-cc) when

OpenSSL 0.9.6a engine beta2 on Solaris 7

2001-03-22 Thread lgazis
Standard ./config, with no options passed, resulting in a solaris-sparcv9-cc build. make and make test worked, and "openssl speed rsa1024 -engine cswift" successfully loaded the engine. Lynn Gazis Software Engineer II iVEA Technologies A Rainbow Technologies Company

Spam from certicom.com

2001-03-22 Thread David Rees
Anyone else getting spam from this guy? Wondering if he's bugged enough people that I should complain to his ISP... Thanks, Dave -- Status: U Return-Path: [EMAIL PROTECTED] Received: from mail.ca.certicom.com ([209.121.99.6]) by www.iwnonline.com (Netscape

[drupinsk@certicom.com: SSL Questions]

2001-03-22 Thread JJohnson
I love openssl. But I must say, the openssl mailing lists have so many spammers is annoying. -miah - Forwarded message from Daniel Rupinski [EMAIL PROTECTED] - From: "Daniel Rupinski" [EMAIL PROTECTED] To: JJohnson [EMAIL PROTECTED] Date: Thu, 22 Mar 2001 11:05:08 -0800 Subject: SSL

Re: openssl-0.9.6a beta2 on HP UX 11.0, AIX 4.3, and BSDI 4.0.1

2001-03-22 Thread Richard Levitte - VMS Whacker
From: lgazis [EMAIL PROTECTED] lgazis Results of testing OpenSSL 0.9.6 beta2 engine version: lgazis lgazis On AIX 4.3 (aix-gcc): As before. If config is run with -DDSO_DLFCN lgazis -DHAVE_DLFCN_H, and a link is made from /usr/lib/libswift.a to lgazis /usr/lib/libswift.so, this runs correctly

RE: [drupinsk@certicom.com: SSL Questions]

2001-03-22 Thread David Rees
So there's at least a handful people who got the same exact mail I got, smells like spam to me. At least Dan doesn't appear to have forged any headers to do it. He appears to only spam those who have posted to the list recently. Since he appears to be a real person, I'd feel much better if Dan

Re: OpenSSL 0.9.6a Beta 2

2001-03-22 Thread Tim Rice
On Thu, 22 Mar 2001, Richard Levitte - VMS Whacker wrote: From: Tim Rice [EMAIL PROTECTED] tim An issue that affects all platforms is "make install" does not tim install libRSAglue.a tim This problem was also there in openssl-0.9.6 I want everyone to be ready for a shock: With OpenSSL

RE: OpenSSL S/MIME validation against draft-ietf-smime-examples?

2001-03-22 Thread Pawling, John
Mats, We used the S/MIME Freeware Library to successfully verify the 5.1 and 5.9 samples. We have not tried to use OpenSSL's S/MIME implementation to verify any of the samples. === John Pawling, [EMAIL PROTECTED] Getronics Government Solutions, LLC

RE: [drupinsk@certicom.com: SSL Questions]

2001-03-22 Thread Daniel Rupinski
my apologies __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-22 Thread Richard Levitte - VMS Whacker
From: "Alan McIlwain Perez" [EMAIL PROTECTED] ajm Now when I do make install it will finish like this: ajm installing tools... ajm installing libcrypto.a ajm installing libssl.a ajm + ln -s -f libcrypto.so.0.9.6 libcrypto.so.0 ajm + ln -s -f libcrypto.so.0 libcrypto.so ajm + ln -s -f

[PATCH] BeOS OpenSSL build

2001-03-22 Thread Landon Fuller
Here's a small patch that will allow OpenSSL to build without error on the latest version of BeOS. I hope this is useful and can be used in the main distribution. BeOS does not support UNIX domain sockets (like win32, and VAX), and thus I short circuited RAND_egd for BeOS as well. Further, BeOS

OpenSSL SNAP 20010322

2001-03-22 Thread JJohnson
Well, I built a rpm without patching anything, and all looks well. I havn't fully tested the code but it definately builds fine on my linux box. -miah __ OpenSSL Project http://www.openssl.org