Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/crypto/dist/openssl/crypto
Module Name: src
Committed By: snj
Date: Mon Mar 30 16:29:38 UTC 2009
Modified Files:
src/crypto/dist/openssl/crypto/asn1 [netbsd-5]: asn1.h asn1_err.c
tasn_dec.c
src/crypto/dist/openssl/crypto/cms [netbsd-5]: cms_smime.c
Log Message:
Pull up following revision(s) (requested by drochner in ticket #624):
crypto/dist/openssl/crypto/asn1/asn1.h: revision 1.10
crypto/dist/openssl/crypto/asn1/asn1_err.c: revision 1.2
crypto/dist/openssl/crypto/asn1/tasn_dec.c: revision 1.9
crypto/dist/openssl/crypto/cms/cms_smime.c: revision 1.2
apply patches from upstream CVS to fix 3 security problems:
-ASN1 printing crash (CVE-2009-0590)
-Incorrect Error Checking During CMS verification (CVE-2009-0591)
-Invalid ASN1 clearing check (CVE-2009-0789)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.4.1 src/crypto/dist/openssl/crypto/asn1/asn1.h
cvs rdiff -u -r1.1.1.8 -r1.1.1.8.4.1 \
src/crypto/dist/openssl/crypto/asn1/asn1_err.c
cvs rdiff -u -r1.8 -r1.8.4.1 src/crypto/dist/openssl/crypto/asn1/tasn_dec.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.8.1 \
src/crypto/dist/openssl/crypto/cms/cms_smime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index