CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/22 20:10:10
Modified files:
lib/libcrypto/bn: bn_lib.c bn_mont.c
Log message:
Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).
This also fixes a bug in BN_MONT_CTX_set(), where the sizeof(BN_ULONG) in
the call to bn_expand() was not multiplied by eight (to get bits).
ok tb@
