openssl/crypto/bio
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
..
b_dump.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
b_print.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
b_sock.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bf_buff.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
bf_lbuf.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bf_nbio.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
bf_null.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bio_cb.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bio_err.c make errors 2015-03-06 14:06:17 +00:00
bio_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bio_lib.c Change BIO_number_read and BIO_number_written() to be 64 bit 2015-06-10 10:40:50 +01:00
bss_acpt.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
bss_bio.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
bss_conn.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
bss_dgram.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
bss_fd.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bss_file.c RT3479: Add UTF8 support to BIO_read_filename() 2015-09-21 17:30:54 -04:00
bss_log.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bss_mem.c More secure storage of key material. 2015-06-23 17:09:35 -04:00
bss_null.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bss_sock.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00