openssl/crypto/bio
David Woodhouse 21d8f24485 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>
(cherry picked from commit ff03599a2f)
2015-09-21 17:33:06 -04:00
..
b_dump.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
b_print.c Clarify logic in BIO_*printf functions 2015-04-30 23:26:07 +01:00
b_sock.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
bf_buff.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bf_lbuf.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bf_nbio.c Code style: space after 'if' 2015-04-16 13:51:51 -04:00
bf_null.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
bio.h Remove one extraneous parenthesis 2015-06-16 13:14:09 +02:00
bio_cb.c BIO_debug_callback: Fix output on 64-bit machines 2015-03-10 12:34:27 +01:00
bio_err.c make update 2015-03-19 13:38:37 +00:00
bio_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bio_lib.c Fix memory leaks in BIO_dup_chain() 2015-06-10 10:29:31 +01:00
bss_acpt.c Re-align some comments after running the reformat script. 2015-01-22 09:39:01 +00:00
bss_bio.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bss_conn.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bss_dgram.c Handle unsigned struct timeval members 2015-05-26 10:42:10 +01:00
bss_fd.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bss_file.c RT3479: Add UTF8 support to BIO_read_filename() 2015-09-21 17:33:06 -04:00
bss_log.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bss_mem.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bss_null.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bss_rtcp.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
bss_sock.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:22:10 +02:00