From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:21:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2872B16A4E5; Wed, 6 Sep 2006 21:21:00 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8D543D6E; Wed, 6 Sep 2006 21:20:54 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LKsGD065372; Wed, 6 Sep 2006 21:20:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LKsml065371; Wed, 6 Sep 2006 21:20:54 GMT (envelope-from simon) Message-Id: <200609062120.k86LKsml065371@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:20:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:21:00 -0000 simon 2006-09-06 21:20:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Revision Changes Path 1.1.1.1.2.3 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.1.2.5 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.4.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c