openssl/crypto/bio
Richard Levitte f11a023ada VMS: for testutil, make sure to use BIO_f_linebuffer
Without that, output comes one character per line.  It's the same
issue as has been observed before, this happens when using write()
on a record oriented stream (possibly unbuffered too).

This also uncovered a bug in BIO_f_linebuffer, where this would cause
an error:

    BIO_write(bio, "1\n", 1);

I.e. there's a \n just after the part of the string that we currently
ask to get written.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5352)
2018-02-13 21:14:07 +01:00
..
b_addr.c Update copyright year 2018-02-13 13:59:25 +00:00
b_dump.c Update copyright year 2018-02-13 13:59:25 +00:00
b_print.c Consistent formatting for sizeof(foo) 2017-12-07 19:11:49 -05:00
b_sock.c Update copyright years on all files merged since Jan 1st 2018 2018-01-09 05:49:01 +01:00
b_sock2.c Update copyright year 2018-02-13 13:59:25 +00:00
bf_buff.c Fix invalid function type casts. 2017-12-15 19:33:48 +01:00
bf_lbuf.c VMS: for testutil, make sure to use BIO_f_linebuffer 2018-02-13 21:14:07 +01:00
bf_nbio.c Fix invalid function type casts. 2017-12-15 19:33:48 +01:00
bf_null.c Update copyright year 2018-02-13 13:59:25 +00:00
bio_cb.c BIO range checking. 2017-07-07 07:18:41 +10:00
bio_err.c Copy name string in BIO_meth_new 2018-02-10 13:36:47 -05:00
bio_lcl.h (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
bio_lib.c Update copyright year 2018-02-13 13:59:25 +00:00
bio_meth.c Update copyright year 2018-02-13 13:59:25 +00:00
bss_acpt.c Update copyright year 2018-02-13 13:59:25 +00:00
bss_bio.c Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
bss_conn.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
bss_dgram.c Update copyright years on all files merged since Jan 1st 2018 2018-01-09 05:49:01 +01:00
bss_fd.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
bss_file.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
bss_log.c Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
bss_mem.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
bss_null.c Update copyright year 2018-02-13 13:59:25 +00:00
bss_sock.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
build.info Adapt bf_lbuf for opaque BIO 2016-03-30 04:35:14 +02:00