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 10:28:38 UTC

[jira] [Updated] (DIRKRB-218) Implement prf function in Rc4HmacEnc

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

Kai Zheng updated DIRKRB-218:
-----------------------------
    Assignee: Xu Yaning
     Summary: Implement prf function in Rc4HmacEnc  (was: Implement prf function in Rc4HmacEnc.java)

It's reviewed and committed. Thanks Yaning for the hard work and Jiajia for the review.

commit 994f4f0f48b66f1e880357a343af22eab89dc8bf
Author: Drankye <dr...@gmail.com>
Date:   Fri Apr 24 00:24:13 2015 +0800

    DIRKRB-218 Implement prf function in Rc4HmacEnc. Contributed by Yaning

> Implement prf function in Rc4HmacEnc
> ------------------------------------
>
>                 Key: DIRKRB-218
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-218
>             Project: Directory Kerberos
>          Issue Type: New Feature
>            Reporter: Xu Yaning
>            Assignee: Xu Yaning
>         Attachments: DIRKRB-218-v1.patch
>
>
> Implement prf function in Rc4HmacEnc.java
> {code}
>     public byte[] prf(byte[] key, byte[] seed) {
>         // TODO: krb5int_arcfour_prf
>         return null;
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)