Import EVP_MD_meth_new.3 from OpenSSL 1.1.1 head
authortb <tb@openbsd.org>
Sat, 8 Jul 2023 20:01:26 +0000 (20:01 +0000)
committertb <tb@openbsd.org>
Sat, 8 Jul 2023 20:01:26 +0000 (20:01 +0000)
commitef7b131135f1069c37993b8a7bc5f231f085a18c
treef73a05a100acdb18efeda2b750d2c38e23af6d05
parentf2d31626d19d9bfac6264e1374762ac639ab9061
Import EVP_MD_meth_new.3 from OpenSSL 1.1.1 head

As usual, this has a lot of room for improvement, but it is better than
nothing at all. It leaves a dangling reference to EVP_MD_CTX_md_data(),
which I leave for schwarze to document. This is a terrible API and the
way it is used in the wild is terrifying.
lib/libcrypto/man/EVP_MD_meth_new.3 [new file with mode: 0644]