Small change to OpenSSL 0.9.7c

2003-12-30 Thread Gertjan van Oosten
Hello OpenSSL developers, While waiting for OpenSSL to compile I was looking around in the code and saw my own contribution in rand_win.c. It refers to a Microsoft URL that's no longer valid. The updated URL is in the attached patch. Cheers, -- -- Gertjan van Oosten, [EMAIL PROTECTED], West

[openssl.org #804] Small change to OpenSSL 0.9.7c

2003-12-30 Thread Gertjan van Oosten via RT
Hello OpenSSL developers, While waiting for OpenSSL to compile I was looking around in the code and saw my own contribution in rand_win.c. It refers to a Microsoft URL that's no longer valid. The updated URL is in the attached patch. Cheers, -- -- Gertjan van Oosten, [EMAIL PROTECTED], West

Re: openssl-0.9.7-stable-SNAP-20031228 not compiling on BSD/OS

2003-12-30 Thread The Doctor
This error is still occuring. Script started on Tue Dec 30 07:17:24 2003 doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031230$ make making all in crypto... making all in crypto/md2... making all in crypto/md4... making all in crypto/md5... making all in crypto/sha... making all

Re: openssl-0.9.7-stable-SNAP-20031228 not compiling on BSD/OS

2003-12-30 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Tue, 30 Dec 2003 07:34:27 -0700, The Doctor [EMAIL PROTECTED] said: doctor This error is still occuring. You can stop now, I know about the problem. I have some connection problems, so it will take a couple more days before I can fix it. -- Richard Levitte \

[openssl.org #805] base64 BIO too picky about whitespace

2003-12-30 Thread Rich Salz via RT
IMHO, the Base64 BIO is too picky about whitespace: it should ignore all whitespace [\r\n\t ] once it's started parsing. Right now I have a filter that I push that strips the whitespace, but this should probably be merged into the b64 bio. Make sense? /r$ -- Rich Salz