]> git.ipfire.org Git - thirdparty/krb5.git/commit
Replace UCS-2 conversions with UTF-16 641/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 18 Apr 2017 18:01:06 +0000 (14:01 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 21 Apr 2017 17:08:09 +0000 (13:08 -0400)
commit89ce6420832858950271858e7c6e1a2eefebc683
tree985ee96858a4ab9d8c73b0c590f1bb5a49c62319
parent277f9531745c45f14cce729b477e46219334d613
Replace UCS-2 conversions with UTF-16

Where we convert between UTF-8 and UCS-2 (RC4 string-to-key and PAC
client info), use UTF-16 instead of UCS-2.  Add a test program for
the conversion functions.

ticket: 8577 (new)
.gitignore
src/include/k5-utf8.h
src/lib/crypto/krb/s2k_rc4.c
src/lib/krb5/krb/pac.c
src/lib/krb5/krb/pac_sign.c
src/util/support/Makefile.in
src/util/support/deps
src/util/support/libkrb5support-fixed.exports
src/util/support/t_utf16.c [new file with mode: 0644]
src/util/support/utf8.c
src/util/support/utf8_conv.c