CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/02 06:25:33
Modified files:
lib/libcrypto/ecdsa: ecs_ossl.c
Log message:
Simplify things by switching to bn_rand_interval()
This avoids some silly dances in ECDSA signature generation by replacing
them with a single API call. Also garbage collect the now unnecessary
range.
ok beck jsing
