Extract private key and group order in s computation
authortb <tb@openbsd.org>
Tue, 4 Jul 2023 10:53:42 +0000 (10:53 +0000)
committertb <tb@openbsd.org>
Tue, 4 Jul 2023 10:53:42 +0000 (10:53 +0000)
commit6cf2737f7137f00604801024973185acbe91ad2a
treef589c0228c062f6b371163a91d80eda79379d77e
parente790ea0ec68d7a62fce04731f2b8fe3773582420
Extract private key and group order in s computation

This pushes a few variables no longer needed in ossl_ecdsa_sign_sig() into
ecdsa_compute_s() separating API logic and pure computation a bit more.

ok beck
lib/libcrypto/ecdsa/ecs_ossl.c