openssl/crypto/bio
Richard Levitte 230c691a52 Fix fmtstr for BIO_printf() et al
-   If we have a maximum amount of characters permitted to be printed
    (for example "%.2s", which allows for a maximum of 2 chars), we
    minimize the number of characters from the string to printed to
    that size.
-   If there is space for padding and there is a maximum amount of
    characters to print (for example "%3.2s", which shall give at
    least a 1 space padding), the amount of characters to pad with
    gets added to the maximum so the minimum field size (3 in this
    example) gets filled out.

Reviewed-by: Matt Caswell <matt@openssl.org>
2016-05-27 17:47:25 +02:00
..
b_addr.c Fix some malloc failures in b_addr.c 2016-05-18 10:47:15 +01:00
b_dump.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
b_print.c Fix fmtstr for BIO_printf() et al 2016-05-27 17:47:25 +02:00
b_sock2.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
b_sock.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bf_buff.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bf_lbuf.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bf_nbio.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bf_null.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bio_cb.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bio_err.c Remove unused error/function codes. 2016-05-23 15:04:23 -04:00
bio_lcl.h Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bio_lib.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bio_meth.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_acpt.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_bio.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_conn.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_dgram.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_fd.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_file.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_log.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_mem.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_null.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
bss_sock.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
build.info Adapt bf_lbuf for opaque BIO 2016-03-30 04:35:14 +02:00