Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2946C342 for ; Fri, 16 Jan 2015 02:09:33 +0000 (UTC) Received: (qmail 43727 invoked by uid 500); 16 Jan 2015 02:09:35 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 43663 invoked by uid 500); 16 Jan 2015 02:09:35 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 43408 invoked by uid 99); 16 Jan 2015 02:09:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2015 02:09:35 +0000 Date: Fri, 16 Jan 2015 02:09:35 +0000 (UTC) From: "Kai Zheng (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DIRKRB-111) Completing the implementation of DES related encryption types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRKRB-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14279703#comment-14279703 ] Kai Zheng commented on DIRKRB-111: ---------------------------------- I have got this done and the codes are in the 'fixdes' branch. Change summary is below. Would anyone help review it? Thanks. Summary: 1. Rewrote the DesKeyMaker class wholly to clear; 2. Added a String2keyTest to test string->key functionality for all the supported encryption types including DES_* related. 3. Also fixed some other issues found in the work. 4. Enabled all the DES_* related codes and tests. > Completing the implementation of DES related encryption types > ------------------------------------------------------------- > > Key: DIRKRB-111 > URL: https://issues.apache.org/jira/browse/DIRKRB-111 > Project: Directory Kerberos > Issue Type: Sub-task > Reporter: Kai Zheng > Assignee: Kai Zheng > > Currently DES related encryption types are rewritten during the clearing. Though the codes are almost finished but the related tests haven't passed yet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)