]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add 20-test_prime unit test
authorzriback <zacharythecdr@gmail.com>
Fri, 24 Jan 2025 20:43:22 +0000 (15:43 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Tue, 29 Apr 2025 04:17:06 +0000 (14:17 +1000)
commit0b7a16fe09ce7d78346587f84146a266a55b63e8
tree56637cab229d0110b46d0ff9a613576dfb09c752
parentd18526cb9422a5c7276776fb5f4c715c218df7d7
Add 20-test_prime unit test

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26549)
apps/prime.c
test/recipes/20-test_prime.t [new file with mode: 0644]
test/recipes/20-test_prime_data/bad_format.txt [new file with mode: 0644]
test/recipes/20-test_prime_data/composite.txt [new file with mode: 0644]
test/recipes/20-test_prime_data/hex_number.txt [new file with mode: 0644]
test/recipes/20-test_prime_data/long_number.txt [new file with mode: 0644]
test/recipes/20-test_prime_data/non_number.txt [new file with mode: 0644]
test/recipes/20-test_prime_data/prime.txt [new file with mode: 0644]