TEST: move cert, key, and CSR loading aux functions to new testutil/load.c
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 28 Dec 2020 18:45:01 +0000 (19:45 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 13 Jan 2021 08:09:36 +0000 (09:09 +0100)
commit0b7368dda011611855c66543f0b9c66b5bd646d1
treea74297439013b2802ac3ea0481f3ade51bccf605
parentbf973d0697e61a44dc46d08b0421a08a8cb61887
TEST: move cert, key, and CSR loading aux functions to new testutil/load.c

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13762)
12 files changed:
test/build.info
test/cmp_client_test.c
test/cmp_msg_test.c
test/cmp_protect_test.c
test/cmp_vfy_test.c
test/helpers/cmp_testlib.c
test/helpers/cmp_testlib.h
test/helpers/pkcs12.c
test/http_test.c
test/testutil.h
test/testutil/load.c [new file with mode: 0644]
test/verify_extra_test.c