CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/07/11 14:18:07
Modified files:
lib/libcrypto/bio: b_dump.c
lib/libcrypto/man: BIO_dump.3
Log message:
While the traditional OpenSSL return value and behaviour of BIO_dump(3)
is pure comedy gold, and now documented as such, sadly this bit of pure
Muppet genius can't really in good consience stay in the tree as is.
Change BIO_dump to always return the number of bytes printed on success
and to stop printing and return -1 on failure if a writing function
fails.
ok tb@, jsing@