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