CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/01/30 22:12:16
Modified files: regress/lib/libcrypto/bn: bn_add_sub.c Log message: Add more regress tests for BN_usub(). This adds more tests for BN_usub(), particularly where b > a, which should be an error condition. One of these currently succeeds and produces incorrect results.