CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/06/14 11:15:41
Modified files: lib/libcrypto/dsa: dsa_ossl.c Log message: Pull up the code that converts the digest to a BIGNUM - this only needs to occur once and not be repeated if the signature generation has to be repeated. ok tb@