Allow 8-bit characters. This is not really complete, it only marks
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Jan 2002 11:06:02 +0000 (11:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Jan 2002 11:06:02 +0000 (11:06 +0000)
commite7227322b3106e9fa8447410eb09d4a15b4d4b8b
tree70f44b8968dc0e4daf3d442212589a478d9e4119
parenta5595fde9a03b1189affa4de46d48c16fce6356f
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