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 Consulting B.V., +31 15 2191 600
--- openssl-0.9.7c/crypto/rand/rand_win.c.distrib   Thu Aug  7 13:57:21 2003
+++ openssl-0.9.7c/crypto/rand/rand_win.c   Tue Dec 30 11:17:10 2003
@@ -646,7 +646,7 @@
  * Created 960901 by Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V.
  *
  * Code adapted from
- * URL:http://www.microsoft.com/kb/developr/win_dk/q97193.htm;
+ * URL:http://support.microsoft.com/default.aspx?scid=kb;[LN];97193;
  * the original copyright message is:
  *
  *   (C) Copyright Microsoft Corp. 1993.  All rights reserved.


[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 Consulting B.V., +31 15 2191 600
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


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 in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/bn...
making all in crypto/ec...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/dh...
making all in crypto/dso...
making all in crypto/engine...
making all in crypto/aes...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/objects...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in crypto/ocsp...
making all in crypto/ui...
making all in crypto/krb5...
if [ -n libcrypto.so.0.9.7 libssl.so.0.9.7 ]; then  (cd ..; make -f Makefile.ssl 
libcrypto.so.0.9.7);  fi
`libcrypto.so.0.9.7' is up to date.
making all in ssl...
if [ -n libcrypto.so.0.9.7 libssl.so.0.9.7 ]; then  (cd ..; make -f Makefile.ssl 
libssl.so.0.9.7);  fi
`libssl.so.0.9.7' is up to date.
making all in apps...
making all in test...
gcc -I.. -I../include  -fPIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -m486 
-Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c ssltest.c
ssltest.c:122: inttypes.h: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.
doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031230$ exit
exit

Script done on Tue Dec 30 07:17:36 2003

On Mon, Dec 29, 2003 at 07:57:33AM -0700, The Doctor wrote:
 On Sun, Dec 28, 2003 at 07:28:53PM +0100, Richard Levitte - VMS Whacker wrote:
  OK, I'll restore it to what it was previously, tomorrow.
 
 
 
 Still get the following in 1229
 
  
 Script started on Mon Dec 29 07:45:39 2003
 doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031229$ 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 in crypto/mdc2...
 making all in crypto/hmac...
 making all in crypto/ripemd...
 making all in crypto/des...
 making all in crypto/rc2...
 making all in crypto/rc4...
 making all in crypto/rc5...
 making all in crypto/idea...
 making all in crypto/bf...
 making all in crypto/cast...
 making all in crypto/bn...
 making all in crypto/ec...
 making all in crypto/rsa...
 making all in crypto/dsa...
 making all in crypto/dh...
 making all in crypto/dso...
 making all in crypto/engine...
 making all in crypto/aes...
 making all in crypto/buffer...
 making all in crypto/bio...
 making all in crypto/stack...
 making all in crypto/lhash...
 making all in crypto/rand...
 making all in crypto/err...
 making all in crypto/objects...
 making all in crypto/evp...
 making all in crypto/asn1...
 making all in crypto/pem...
 making all in crypto/x509...
 making all in crypto/x509v3...
 making all in crypto/conf...
 making all in crypto/txt_db...
 making all in crypto/pkcs7...
 making all in crypto/pkcs12...
 making all in crypto/comp...
 making all in crypto/ocsp...
 making all in crypto/ui...
 making all in crypto/krb5...
 if [ -n libcrypto.so.0.9.7 libssl.so.0.9.7 ]; then  (cd ..; make -f Makefile.ssl 
 libcrypto.so.0.9.7);  fi
 `libcrypto.so.0.9.7' is up to date.
 making all in ssl...
 if [ -n libcrypto.so.0.9.7 libssl.so.0.9.7 ]; then  (cd ..; make -f Makefile.ssl 
 libssl.so.0.9.7);  fi
 `libssl.so.0.9.7' is up to date.
 making all in apps...
 making all in test...
 gcc -I.. -I../include  -fPIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -DDSO_DLFCN 
 -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -m486 
 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c ssltest.c
 ssltest.c:122: inttypes.h: No such file or directory
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031229$ exit
 exit
 
 Script done on Mon Dec 29 07:45:47 2003
  In message [EMAIL PROTECTED] on Sun, 28 Dec 2003 06:59:44 -0700, The Doctor 
  [EMAIL PROTECTED] said:
  
  doctor inttypes.h seems to be the culprit
  doctor 
  doctor Here is a script of the transaction
  doctor 
  doctor 
  doctor Script started on Sun Dec 28 06:51:25 2003
  doctor doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031228$ make
  doctor making all in crypto

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   \ Tunnlandsvägen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


[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  Chief Security Architect
DataPower Technology   http://www.datapower.com
XS40 XML Security Gateway  http://www.datapower.com/products/xs40.html
XML Security Overview  http://www.datapower.com/xmldev/xmlsecurity.html

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]