test: add unit tests for integer overflow helpers
authorPauli <pauli@openssl.org>
Wed, 27 Oct 2021 23:21:40 +0000 (09:21 +1000)
committerPauli <pauli@openssl.org>
Fri, 12 Nov 2021 09:49:46 +0000 (19:49 +1000)
commitbc4efcb0d0740467f1b8b536677a2886c2445c80
treec2af1ff5a0e91430bc4f277b2158d45d532f0b88
parentcccfc668286cc1010911c28ea1e76be7e1eac3e7
test: add unit tests for integer overflow helpers

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16930)
test/build.info
test/safe_math_test.c [new file with mode: 0644]