CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/15 00:34:07
Modified files:
lib/libcrypto/ec: ecx_methods.c
Log message:
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
