CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/04 04:53:42
Modified files:
lib/libcrypto/ecdsa: ecs_ossl.c
Log message:
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
