Matt Caswell b8b12aadd8 Change BIO_number_read and BIO_number_written() to be 64 bit
The return type of BIO_number_read() and BIO_number_written() as well as
the corresponding num_read and num_write members in the BIO structure has
been changed from unsigned long to uint64_t. On platforms where an unsigned
long is 32 bits (e.g. Windows) these counters could overflow if >4Gb is
transferred.

With thanks to the Open Crypto Audit Project for reporting this issue.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-06-10 10:40:50 +01:00
..
2015-06-06 13:17:06 +01:00
2015-06-04 09:23:02 +01:00
2015-06-09 12:39:08 -04:00
2015-06-09 12:39:08 -04:00
2015-05-28 12:54:27 -04:00
2015-04-20 15:06:22 +02:00
2014-06-04 08:34:18 +02:00
2015-01-22 09:20:09 +00:00