From owner-svn-ports-all@FreeBSD.ORG Wed Mar 25 13:03:34 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E133B8C; Wed, 25 Mar 2015 13:03:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07DB5E28; Wed, 25 Mar 2015 13:03:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2PD3XUt064140; Wed, 25 Mar 2015 13:03:33 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2PD3XwG064139; Wed, 25 Mar 2015 13:03:33 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201503251303.t2PD3XwG064139@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Wed, 25 Mar 2015 13:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382212 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2015 13:03:34 -0000 Author: dvl Date: Wed Mar 25 13:03:32 2015 New Revision: 382212 URL: https://svnweb.freebsd.org/changeset/ports/382212 QAT: https://qat.redports.org/buildarchive/r382212/ Log: Convert non-ASCII quotes to ASCII characters Approved by: mat (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 25 12:58:33 2015 (r382211) +++ head/security/vuxml/vuln.xml Wed Mar 25 13:03:32 2015 (r382212) @@ -504,8 +504,8 @@ Notes:

The Mono project reports:

-

Mono’s implementation of the SSL/TLS stack failed to check the order of the handshake messages. Which would allow various attacks on the protocol to succeed. Details of this vulnerability are discussed in SKIP-TLS post.

-

Mono’s implementation of SSL/TLS also contained support for the weak EXPORT cyphers and was susceptible to the FREAK attack.

+

Mono's implementation of the SSL/TLS stack failed to check the order of the handshake messages. Which would allow various attacks on the protocol to succeed. Details of this vulnerability are discussed in SKIP-TLS post.

+

Mono's implementation of SSL/TLS also contained support for the weak EXPORT cyphers and was susceptible to the FREAK attack.