Return the signature length after successful signing operation
authortb <tb@openbsd.org>
Wed, 15 Mar 2023 06:34:07 +0000 (06:34 +0000)
committertb <tb@openbsd.org>
Wed, 15 Mar 2023 06:34:07 +0000 (06:34 +0000)
commit249ad34f4f2742616a5deb79bbaf826edd907d88
treedc621d6436c9c027d25d1e2a9350f62568132ebc
parent5657e5e4aa0c9cb23bd0b1ea56b8f9a02df7498a
Return the signature length after successful signing operation

This is required behavior of the EVP_DigestSign() API, but seemingly
almost nothing uses this. Well, turns out ldns does.

Reported by Stephane. Helpful comments by sthen.

ok jsing
lib/libcrypto/ec/ecx_methods.c