DH/DHX parameter check using pkeyparam
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 22 Jan 2021 13:54:09 +0000 (14:54 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 4 Feb 2021 08:33:16 +0000 (09:33 +0100)
commita7246ea645b5d4c5ca7bde3dad4fcd6e63e11896
treeaf71e91ff07f549115b6e21456c9c3953dfe3281
parentd53b437f9992f974c1623e9b9b9bdf053aefbcc3
DH/DHX parameter check using pkeyparam

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13930)
20 files changed:
test/recipes/20-test_dhparam_check.t [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dh5114_1.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dh5114_2.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dh5114_3.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dh_p1024_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dh_p2048_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dh_p2048_t1864.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dh_p3072_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q160_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q160_t1864.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q224_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q256_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q160_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q224_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q224_t1864.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q256_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q256_t1864.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q160_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q224_t1862.pem [new file with mode: 0644]
test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q256_t1862.pem [new file with mode: 0644]