Skip Menu |
 

From: lxs@mit.edu
Subject: SVN Commit

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.

Commit By: lxs



Revision: 20242
Changed Files:
U trunk/src/lib/crypto/arcfour/arcfour_s2k.c
From: raeburn@mit.edu
Subject: SVN Commit

Add "-framework CoreFoundation" to crypto library link command in darwin-mode
build on mac.
Commit By: raeburn



Revision: 20253
Changed Files:
U trunk/src/configure.in
U trunk/src/lib/crypto/Makefile.in
Luke's work has implemented this on a cross-platform basis.