CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/26 12:46:23
Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Log message: Add regress coverage for an issue with BN_mod_exp2_mont() reported by Guido Vranken in ossfuzz #55997. This test currently fails and will be fixed momentarily. This also checks sensible behavior with respect to zero exponents for this functions.