Changed paths:
M CHANGES.md
R crypto/evp/bio_ok.c
M crypto/evp/build.info M doc/man7/ossl-removed-api.pod
M include/openssl/evp.h
M util/libcrypto.num
M util/missingcrypto.txt
Log Message:
-----------
Remove BIO_f_reliable() as it is broken
It was broken since the OpenSSL 3.0 release and
nobody complained. Apparently nobody is using it.
It would be practically impossible to reimplement
it with the provided EVP_MDs in backwards-compatible
manner.