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

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

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

Xu Yaning updated DIRKRB-218:
-----------------------------
    Attachment: DIRKRB-218-v1.patch

> Implement prf function in Rc4HmacEnc.java
> -----------------------------------------
>
>                 Key: DIRKRB-218
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-218
>             Project: Directory Kerberos
>          Issue Type: New Feature
>            Reporter: 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)