CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/07/04 01:38:31
Modified files: lib/libcrypto/ecdsa: ecs_ossl.c Log message: 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