David Woodhouse ff03599a2f 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>
2015-09-21 17:30:54 -04:00
..
2015-09-03 16:26:34 -04:00
2015-09-03 16:26:34 -04:00
2015-03-06 14:06:17 +00:00
2015-09-02 22:05:37 -04:00
2015-05-04 15:00:13 -04:00
2015-09-02 22:05:37 -04:00
2015-09-03 16:26:34 -04:00
2015-06-23 17:09:35 -04:00