History log of /sssd-io/src/tests/test_CA/Makefile.am
Revision Date Author Comments Expand
86c06c3b3d1cb4f590bcd951939bf3ef0001c4d3 15-Mar-2018 Sumit Bose <sbose@redhat.com>

test_ca: add empty index.txt.attr file Although is does not harm because 'openssl ca' creates the index.tx.tattr file with a suitable content automatically this patch adds the file to the test_CA directory to silence a message like: Can't open ./index.txt.attr for reading, No such file or directory 139867607979840:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:74:fopen('./index.txt.attr','r') 139867607979840:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:81: which is show by recent versions of OpenSSL. Related to https://pagure.io/SSSD/sssd/issue/3436 Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

19f5dd0b8dc4eff3373a0ac9ea17c2440628fd4c 09-Mar-2018 Sumit Bose <sbose@redhat.com>

TESTS: simple CA to generate certificates for test To avoid issue with certificate lifetimes a simple OpenSSL based CA is used to generate certificates for tests. To make management easy all related data is kept in src/tests/test_CA. Since some header files will be generated the generation of the needed files is added to BUILT_SOURCES as other generated code. Related to https://pagure.io/SSSD/sssd/issue/3436 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>