Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 659 Add ASN.1 encoder/decoder for UTF-8 strings Add functions to encode and decode SEQUENCE OF UTF8String into a null-terminated array of krb5_data pointers. This type is simple enough that we don't need specific tests for it. https://github.com/krb5/krb5/commit/d0f63158c3b0e9ebfe76c56136a575b41ec12642 Author: Greg Hudson Commit: d0f63158c3b0e9ebfe76c56136a575b41ec12642 Branch: master src/include/k5-int.h | 9 +++++++++ src/lib/krb5/asn.1/asn1_k_encode.c | 4 ++++ src/lib/krb5/krb/kfree.c | 10 ++++++++++ src/lib/krb5/libkrb5.exports | 3 +++ 4 files changed, 26 insertions(+), 0 deletions(-)