svn rev #20242: trunk/src/lib/crypto/arcfour/

lxs@MIT.EDU lxs at MIT.EDU
Tue Feb 26 17:18:16 EST 2008


Commit By: lxs
Log Message: 
ticket: new
status: open
subject: krb5int_arcfour_string_to_key does not support utf-8 strings
target_version: 1.7

krb5int_arcfour_string_to_key converts C strings to UTF-16 before passing
them to the string to key function.  Currently the UTF-16 conversion assumes
the input string is ASCII only.  

Added support to convert UTF-8 strings to UTF-16 on Mac OS X.  Leaving the
bug open until we discuss if we want to have implementations for Unix and 
Windows platforms.



Changed Files:
U   trunk/src/lib/crypto/arcfour/arcfour_s2k.c



More information about the cvs-krb5 mailing list