Casey Marshall released GNU Crypto 2.1.0. GNU Crypto provides free, versatile, high-quality, and provably correct implementations of cryptographic primitives and tools in the java programming language for use by programmers and end-users. It can also be used as extension to GNU Classpath as a JCE security crypto algorithm provider. For more info see http://www.gnu.org/software/gnu-crypto/
Casey also recently released a bugfix for Jessie 1.0.1 a Secure Sockets Extension for programming network sockets with the Secure Socket Layer (SSL). For more info see http://www.nongnu.org/jessie/
--- Begin Message --->From [EMAIL PROTECTED] Mon Oct 24 01: 17:51 2005 Received: from mail by gnu.wildebeest.org with spam-scanned (Exim 3.36 #1 (Debian)) id 1ETp62-0006zl-00 for <[EMAIL PROTECTED]>; Mon, 24 Oct 2005 01:17:50 +0200 Received: from localhost ([127.0.0.1]) by gnu.wildebeest.org with esmtp (Exim 3.36 #1 (Debian)) id 1ETp61-0006zc-00 for <[EMAIL PROTECTED]>; Mon, 24 Oct 2005 01:17:46 +0200 Delivered-To: [EMAIL PROTECTED] Received: from mail.qwknetllc.com [209.161.29.2] by localhost with POP3 (fetchmail-6.2.5.2) for [EMAIL PROTECTED] (single-drop); Mon, 24 Oct 2005 01:17:45 +0200 (CEST) Received: (qmail 1154 invoked by uid 399); 23 Oct 2005 23:12:49 -0000 Received: from unknown (HELO lists.gnu.org) (199.232.76.165) by arthur.qwknetllc.com with SMTP; 23 Oct 2005 23:12:49 -0000 Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETp1E-0000DC-CQ for [EMAIL PROTECTED]; Sun, 23 Oct 2005 19:12:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETp0q-0000A6-Tw for [email protected]; Sun, 23 Oct 2005 19:12:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETp0o-00007Z-Fq for [email protected]; Sun, 23 Oct 2005 19:12:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETp0n-000070-8w for [email protected]; Sun, 23 Oct 2005 19:12:21 -0400 Received: from [66.33.198.201] (helo=jareth.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ETp0n-0002UB-63 for [email protected]; Sun, 23 Oct 2005 19:12:21 -0400 Received: from [192.168.0.100] (dsl2-63-249-108-128.cruzio.com [63.249.108.128]) by jareth.dreamhost.com (Postfix) with ESMTP id 99A3C778DC for <[email protected]>; Sun, 23 Oct 2005 16:12:20 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v734) Message-Id: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: [email protected] From: Casey Marshall <[EMAIL PROTECTED]> Date: Sun, 23 Oct 2005 16:12:18 -0700 X-Mailer: Apple Mail (2.734) Subject: [GNU Crypto] GNU Crypto 2.1.0 X-BeenThere: [email protected] X-Mailman-Version: 2.1.5 Precedence: list List-Id: gnu-crypto-discuss.gnu.org List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/gnu-crypto-discuss>, <mailto:[EMAIL PROTECTED]> List-Archive: <http://lists.gnu.org/pipermail/gnu-crypto-discuss> List-Post: <mailto:[email protected]> List-Help: <mailto:[EMAIL PROTECTED]> List-Subscribe: <http://lists.gnu.org/mailman/listinfo/gnu-crypto-discuss>, <mailto:[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Errors-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on nescio X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.0.3 Delivered-To: [EMAIL PROTECTED] Content-Transfer-Encoding: 7bit I'm happy to announce the release of GNU Crypto 2.1.0. It should appear on ftp.gnu.org and mirrors shortly. GNU Crypto 2.1.0 represents, in the same tradition as the Linux kernel, an "odd-numbered" major release, and is meant for active development. This means that things in between 2.1 micro releases may change wildly, in the spirit of developing the code further, to eventually produce release 2.2, which will remain stable. 2.1.0 will not depart that far from what was made available in 2.0, just a lot has been added, so we don't expect existing applications using GNU Crypto to need much revision. There are some significant changes in this release, however: * Building with GCJ, including producing native shared libraries, is not currently supported. For bytecode generation, we need a compiler that understands `-sourcepath.' Recent releases of GCJ should be able to compile GNU Crypto's Jar file to native code, however. * No Ant build.xml file is included in this release; this still needs to be updated for changes to the system requirements. * Many new algorithms have been added, including password-based encryption, SSL and TLS padding schemes, the OMAC message authentication code, the EAX encryption mode, the Fortuna and CSPRNG pseudo-random number generators, and various key transform algorithms for JCE support. * A replacement for the `keytool' program is in development. A version with some basic functions in place is included. * The clean-room JCE, JAAS, JGSS, and SASL API's have been removed, and are now required as a part of the system you are targeting, meaning you will need a recent developer snapshot of GNU Classpath, or will need a runtime that supports the 1.4 security features, and has the SASL API introduced in 1.5. * A partial implementation of NIST's PKITS X.509 test suite (there is also an implementation of X.509 certificates, but in free runtimes we suggest using the implementation included in GNU Classpath instead). Binary and source releases are available from ftp.gnu.org, and all GNU mirrors, in the directory 'gnu/gnu-crypto.' Happy hacking! _______________________________________________ gnu-crypto-discuss mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-crypto-discuss
--- End Message ---
