CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/18 02:55:42
Modified files: regress/lib/libcrypto/bn: bn_mod_exp_zero.c Log message: Reimplement a variant of the bn_mod_exp tests from scratch This exercises the same corner cases as bn_mod_exp and a few more. With input from jsing