Return the BIO filter method that adds a digest-protected reliable stream.
Declared in <openssl/evp.h>
<openssl/evp.h>
BIO_METHOD const* BIO_f_reliable();
Writes are checksummed so a reader can detect truncation or corruption.
Pointer to the BIO_f_reliable method.