CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/30 09:51:09
Modified files:
lib/libcrypto/ecdsa: ecs_ossl.c
Log message:
i2d_ECDSA_SIG() may return a negative value in case of error. Handle
this in ossl_ecdsa_sign() and propagate the return code.
OK jsing@ tb@
