Factor the computation of ECDSA s into a function
authortb <tb@openbsd.org>
Tue, 4 Jul 2023 07:38:31 +0000 (07:38 +0000)
committertb <tb@openbsd.org>
Tue, 4 Jul 2023 07:38:31 +0000 (07:38 +0000)
commit3cbf61e9ebc540cb35bc05ad4361d0a49f5fbd00
tree1f5ceb5bbaf27d0e57d389231378b0e578d1656d
parente791f78712c10252d5e67bdcb098cb3fea14b40e
Factor the computation of ECDSA s into a function

ossl_ecdsa_sign_sig() is already complicated enough. The math bit is
entirely self contained and does not need to obfuscate control flow
and logic.

with feedback from and ok jsing
lib/libcrypto/ecdsa/ecs_ossl.c