Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 2972663B853 for ; Sun, 24 Aug 2008 09:09:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id CB6F263B246; Sun, 24 Aug 2008 09:09:39 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id F2F6763B138 for ; Sun, 24 Aug 2008 09:09:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D1194175D0; Sun, 24 Aug 2008 09:09:38 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/security/p5-Crypt-OpenSSL-AES To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20080824090938.D1194175D0@cvs.netbsd.org> Date: Sun, 24 Aug 2008 09:09:38 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: obache Date: Sun Aug 24 09:09:38 UTC 2008 Update of /cvsroot/pkgsrc/security/p5-Crypt-OpenSSL-AES In directory ivanova.netbsd.org:/tmp/cvs-serv3159 Log Message: Import p5-Crypt-OpenSSL-AES-0.02 as security/p5-Crypt-OpenSSL-AES. Based on PR 39222 by Jens Rehsack. This module implements a wrapper around OpenSSL. Specifically, it wraps the methods related to the US Government's Advanced Encryption Standard (the Rijndael algorithm). This module is compatible with Crypt::CBC (and likely other modules that utilize a block cipher to make a stream cipher). This module is an alternative to the implementation provided by Crypt::Rijndael which implements AES itself. In contrast, this module is simply a wrapper around the OpenSSL library. The Crypt::Rijndael implementation seems to produce inaccurate results on 64-bit x86 machines. By using OpenSSL, this module aims to avoid architecture specific problems, allowing the OpenSSL maintainers to overcome such issues. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/security/p5-Crypt-OpenSSL-AES/Makefile N pkgsrc/security/p5-Crypt-OpenSSL-AES/DESCR N pkgsrc/security/p5-Crypt-OpenSSL-AES/distinfo No conflicts created by this import