Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 32436 invoked from network); 22 Mar 2007 19:30:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Mar 2007 19:30:57 -0000 Received: (qmail 13092 invoked by uid 500); 22 Mar 2007 19:31:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 13005 invoked by uid 500); 22 Mar 2007 19:31:01 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 12979 invoked by uid 99); 22 Mar 2007 19:31:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 12:31:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 12:30:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C734714043 for ; Thu, 22 Mar 2007 12:30:32 -0700 (PDT) Message-ID: <24942583.1174591832375.JavaMail.jira@brutus> Date: Thu, 22 Mar 2007 12:30:32 -0700 (PDT) From: "Rick McGuire (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-3004) Add some additional bouncy-castle classes for apacheds usage. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Add some additional bouncy-castle classes for apacheds usage. ------------------------------------------------------------- Key: GERONIMO-3004 URL: https://issues.apache.org/jira/browse/GERONIMO-3004 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Affects Versions: 2.0-beta1 Reporter: Rick McGuire Assigned To: Rick McGuire Fix For: 2.0-beta1 The apacheds project needs a few more bouncy-castle classes added to the geronimo-util package so apacheds doesn't have to ship the patent-encumbered bouncy-castle code. The list needed is: org.bouncycastle.crypto.digests.SHA1Digest org.bouncycastle.crypto.modes.CBCBlockCipher org.bouncycastle.crypto.params.ParametersWithIV org.bouncycastle.crypto.engines.DESEngine org.bouncycastle.crypto.engines.DESedeEngine org.bouncycastle.crypto.digests.MD4Digest org.bouncycastle.crypto.params.DESParameters org.bouncycastle.crypto.digests.MD5Digest -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.