Received: by mail.netbsd.org (Postfix, from userid 605) id 9D65B14A23F; Wed, 15 Apr 2015 04:30:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF4E314A23E for ; Wed, 15 Apr 2015 04:30:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VxXKkRaOk_eA for ; Wed, 15 Apr 2015 04:30:11 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C9C9214A23A for ; Wed, 15 Apr 2015 04:30:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B09FD98; Wed, 15 Apr 2015 04:30:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 15 Apr 2015 04:30:11 +0000 From: "Soren Jacobsen" Subject: CVS commit: [netbsd-6-0] src/crypto/external/bsd/openssl/lib/libcrypto To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20150415043011.B09FD98@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Soren Jacobsen" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: snj Date: Wed Apr 15 04:30:11 UTC 2015 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto [netbsd-6-0]: evp.inc modes.inc src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386 [netbsd-6-0]: aes.inc Log Message: Pull up following revision(s) (requested by riastradh in ticket #832): crypto/external/bsd/openssl/lib/libcrypto/evp.inc: revision 1.5 crypto/external/bsd/openssl/lib/libcrypto/modes.inc: revision 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aes.inc: revision 1.3 Fix build goo for OpenSSL AES-NI support. OpenSSL now supports AES-NI in evp, not in an engine. We can now get rid of the no longer maintained aesni engine, which was broken last summer. Not only can OpenSSL now use AES-NI for everything it did before we broke it last summer, but it can also use AES-NI for more encryption modes than before, such as CTR. Tested on amd64, both vanilla and in an i386 chroot. ok christos To generate a diff of this commit: cvs rdiff -u -r1.2.4.1.4.2 -r1.2.4.1.4.3 \ src/crypto/external/bsd/openssl/lib/libcrypto/evp.inc cvs rdiff -u -r1.1.8.1.4.2 -r1.1.8.1.4.3 \ src/crypto/external/bsd/openssl/lib/libcrypto/modes.inc cvs rdiff -u -r1.2 -r1.2.10.1 \ src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aes.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.