Unit and system tests for YACA using OpenSSL mockup 96/232596/16
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Wed, 6 May 2020 12:35:53 +0000 (14:35 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Wed, 8 Jul 2020 11:42:09 +0000 (13:42 +0200)
commitcd5ade8ce65240e9016e0d427f0ee2d6299cc6c3
treef198f86de0b67524ac7388902b5f8048a813de7d
parent6913160bb8ad64572057dbc7ec96a72a0111b1f5
Unit and system tests for YACA using OpenSSL mockup

Those tests use OpenSSL mockup to test behaviour of YACA when OpenSSL
fails. This code covers remaining ~16% of YACA's code.

Change-Id: I1c22097155dc37a56c397b024abbc04a1c60faba
tests/CMakeLists.txt
tests/common.h
tests/mock_test_crypto.cpp [new file with mode: 0644]
tests/mock_test_digest.cpp [new file with mode: 0644]
tests/mock_test_encrypt.cpp [new file with mode: 0644]
tests/mock_test_key.cpp [new file with mode: 0644]
tests/mock_test_rsa.cpp [new file with mode: 0644]
tests/mock_test_seal.cpp [new file with mode: 0644]
tests/mock_test_sign.cpp [new file with mode: 0644]
tests/mock_test_simple.cpp [new file with mode: 0644]