Allow 8-bit characters. This is not really complete, it only marks
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Jan 2002 11:06:17 +0000 (11:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Jan 2002 11:06:17 +0000 (11:06 +0000)
commitb7342e116bcfc7af1f62ff02287da6d202b1fa2d
tree4c42b4696c3ebfa8e7a2d1f8e41528851e18a362
parent9d7bb313e32cf5ccfbee126a9c32959f9a67cf5d
Allow 8-bit characters.  This is not really complete, it only marks
characters with the highest bit set as HIGHBIT.  We need to expand
this to support the UTF-8 character set properly.  However, this
solves the problem that the character 0x80 (which is common in UTF-8)
gets masked to 0x00.
Patch submitted by "Huang Yuzhen" <huangyuzhen@bj.tom.com>
crypto/conf/conf_def.h
crypto/conf/keysets.pl