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 5E98C10266 for ; Fri, 17 Apr 2015 07:27:22 +0000 (UTC) Received: (qmail 62700 invoked by uid 500); 17 Apr 2015 07:21:58 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 61796 invoked by uid 500); 17 Apr 2015 07:21:58 -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 60715 invoked by uid 99); 17 Apr 2015 07:16:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 07:16:58 +0000 Date: Fri, 17 Apr 2015 07:16:58 +0000 (UTC) From: "Xu Yaning (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DIRKRB-215) Implement the PRF function for DES_CBC. 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-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Yaning updated DIRKRB-215: ----------------------------- Attachment: DIRKRB-215-v2.patch > Implement the PRF function for DES_CBC. > ---------------------------------------- > > Key: DIRKRB-215 > URL: https://issues.apache.org/jira/browse/DIRKRB-215 > Project: Directory Kerberos > Issue Type: New Feature > Reporter: Xu Yaning > Attachments: DIRKRB-215-v1.patch, DIRKRB-215-v2.patch > > > Implement the prf function in DesCbcEnc.java. > {code}@Override > public byte[] prf(byte[] key, byte[] seed) { > // TODO: krb5int_des_prf > return null; > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)