[#BIO_f_reliable] = BIO_f_reliable :mrdocs: Return the BIO filter method that adds a digest‐protected reliable stream. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[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. [.small]#Created with https://www.mrdocs.com[MrDocs]#