Prepare to provide EVP_Digest{Sign,Verify}
authortb <tb@openbsd.org>
Sun, 9 May 2021 14:25:40 +0000 (14:25 +0000)
committertb <tb@openbsd.org>
Sun, 9 May 2021 14:25:40 +0000 (14:25 +0000)
commit42fe6953f079ba55dd984f61b3a4373b64e46cfb
tree9f2375f71f33afdd01c41789e13cd8c6edfa99f2
parentc6c305e01c9ae9adcf3e8608fa43868d4c43e57e
Prepare to provide EVP_Digest{Sign,Verify}

These are one-shot versions combining EVP_Digest{Sign,Verify}{Update,Final}.
and are part of the OpenSSL 1.1.1 API. While they simplify callers in some
situations slightly, their real use is for EdDSA that by design can't be
split into Update/Final steps.

Based on OpenSSL commit 7539418981c140648a620d72edd7398564878b5c

ok inoguchi
lib/libcrypto/evp/evp.h
lib/libcrypto/evp/m_sigver.c