summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2015-09-09 15:49:01 -0400
committerRich Salz <rsalz@openssl.org>2015-09-21 17:30:54 -0400
commitff03599a2f518dbdf13bca0bb0208e431b892fe9 (patch)
tree855a82bd5bdfb21626212bd5ed776ec00b7d37d2 /apps
parent4cd94416a452c3a3e0df24c297f7d2f0e6d5bb5f (diff)
RT3479: Add UTF8 support to BIO_read_filename()
If we use BIO_new_file(), on Windows it'll jump through hoops to work around their unusual charset/Unicode handling. it'll convert a UTF-8 filename to UCS-16LE and attempt to use _wfopen(). If you use BIO_read_filename(), it doesn't do this. Shouldn't it be consistent? It would certainly be nice if SSL_use_certificate_chain_file() worked. Also made BIO_C_SET_FILENAME work (rsalz) Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'apps')
0 files changed, 0 insertions, 0 deletions