mirror of
https://github.com/openssl/openssl.git
synced 2025-01-05 16:53:51 +08:00
b8b12aadd8
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> |
||
---|---|---|
.. | ||
asn1 | ||
bio | ||
certs | ||
cms | ||
easy_tls | ||
engines | ||
err | ||
evp | ||
pkcs12 | ||
prime | ||
sign | ||
smime | ||
ssl | ||
ssltest-ecc | ||
state_machine | ||
x509 | ||
b64.c | ||
b64.pl | ||
privkey.pem | ||
README | ||
selfsign.c | ||
spkigen.c |
NOTE: Don't expect any of these programs to work with current OpenSSL releases, or even with later SSLeay releases. Original README: ============================================================================= Some demo programs sent to me by various people eric