You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kai Zheng (JIRA)" <ji...@apache.org> on 2015/04/23 08:59:38 UTC

[jira] [Updated] (DIRKRB-215) Implement the prf function for DES_CBC

     [ https://issues.apache.org/jira/browse/DIRKRB-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kai Zheng updated DIRKRB-215:
-----------------------------
    Assignee: Xu Yaning
     Summary:  Implement the prf function for DES_CBC  (was:  Implement the PRF function for DES_CBC.)

It's reviewed and committed. Thanks Yaning, Lin and Jiajia.

commit 521830f32af56665cee43dd83d246776a011db7e
Author: Drankye <dr...@gmail.com>
Date:   Thu Apr 23 22:55:33 2015 +0800

    DIRKRB-215 Implement the PRF function for DES_CBC. Thanks Yaning for the contribution


>  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
>            Assignee: Xu Yaning
>         Attachments: DIRKRB-215-v1.patch, DIRKRB-215-v2.patch, DIRKRB-215-v3.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)