svn rev #18836: trunk/src/lib/crypto/

coffman@MIT.EDU coffman at MIT.EDU
Fri Nov 17 14:48:17 EST 2006


Commit By: coffman
Log Message: 
subject: update krb5_c_keylength function, create krb5_c_random_to_key function
ticket: new
Target_Version: 1.6
Tags: pullup

Modify the keylength function to return both keybytes and keylength.
Change the name of the function and source file to reflect this.

Add a function, krb5_c_random_to_key() that takes random input data
of the right length (keybytes) and produce a valid key for a given
enctype.



Changed Files:
U   trunk/src/lib/crypto/Makefile.in
D   trunk/src/lib/crypto/keylength.c
A   trunk/src/lib/crypto/keylengths.c
U   trunk/src/lib/crypto/libk5crypto.exports
A   trunk/src/lib/crypto/random_to_key.c



More information about the cvs-krb5 mailing list