]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add krb5_c_prfplus() and krb5_c_derive_prfplus()
authorNathaniel McCallum <npmccallum@redhat.com>
Mon, 15 Jun 2015 01:03:00 +0000 (21:03 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sun, 9 Aug 2015 21:19:45 +0000 (17:19 -0400)
commit35f288092f0df7f4aca92e1f51db3611a3b32ada
tree17c5f06bbb608dbafeb43be14c5674603ccb6244
parentbd6a449f6591f75d0db6dbf3fb702268b92d7eb8
Add krb5_c_prfplus() and krb5_c_derive_prfplus()

This commit permits the external use of the RFC 6113 PRF+ function.
It also adds a function to derive a key from an input key and string
using PRF+.

[ghudson@mit.edu: adjust style; avoid new C99isms; use string2data(),
empty_data(), and alloc_data() where appropriate; add some explanatory
comments; edit docstrings and commit message]

ticket: 8228 (new)
doc/appdev/refs/api/index.rst
src/include/krb5/krb5.hin
src/lib/crypto/krb/cf2.c
src/lib/crypto/libk5crypto.exports
src/lib/krb5_32.def