CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/21 01:18:10
Modified files:
regress/lib/libcrypto/bn: bn_mul_div.c
Log message:
Add tests for BN_sqr() corner cases.
Test BN_sqr() with a newly allocated BN, a BN explicitly set to zero and
small values that fit in a single BN_ULONG.
