Subject: CVS commit: [netbsd-1-6] src/crypto/dist/openssl/crypto
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/01/2003 15:04:30
Module Name:	src
Committed By:	tron
Date:		Wed Oct  1 15:04:30 UTC 2003

Modified Files:
	src/crypto/dist/openssl/crypto/asn1 [netbsd-1-6]: asn1_lib.c
	src/crypto/dist/openssl/crypto/x509 [netbsd-1-6]: x509_vfy.c

Log Message:
Apply patch (requested by christos in ticket #1492):
Fix various bugs revealed by running the NISCC test suite:
Stop out of bounds reads in the ASN1 code when presented with
invalid tags (CAN-2003-0543 and CAN-2003-0544).
If verify callback ignores invalid public key errors don't try to check
certificate signature with the NULL public key.


To generate a diff of this commit:
cvs rdiff -r1.1.1.3.2.3 -r1.1.1.3.2.4 \
    src/crypto/dist/openssl/crypto/asn1/asn1_lib.c
cvs rdiff -r1.1.1.3.2.1 -r1.1.1.3.2.2 \
    src/crypto/dist/openssl/crypto/x509/x509_vfy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.