- reworked configuration framework completly
- configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
#include <testcases/aes_cbc_crypter_test.h>
|
||||
#include <testcases/hmac_signer_test.h>
|
||||
#include <testcases/encryption_payload_test.h>
|
||||
#include <testcases/init_config_test.h>
|
||||
#include <testcases/sa_config_test.h>
|
||||
#include <testcases/connection_test.h>
|
||||
#include <testcases/policy_test.h>
|
||||
#include <testcases/proposal_test.h>
|
||||
#include <testcases/rsa_test.h>
|
||||
#include <testcases/kernel_interface_test.h>
|
||||
@@ -122,8 +122,8 @@ test_t aes_cbc_crypter_test = {test_aes_cbc_crypter, "AES CBC"};
|
||||
test_t hmac_signer_test1 = {test_hmac_md5_signer, "HMAC MD5 signer test"};
|
||||
test_t hmac_signer_test2 = {test_hmac_sha1_signer, "HMAC SHA1 signer test"};
|
||||
test_t encryption_payload_test = {test_encryption_payload, "encryption payload test"};
|
||||
test_t init_config_test = {test_init_config, "init_config_t test"};
|
||||
test_t sa_config_test = {test_sa_config, "sa_config_t test"};
|
||||
test_t connection_test = {test_connection, "connection_t test"};
|
||||
test_t policy_test = {test_policy, "policy_t test"};
|
||||
test_t proposal_test = {test_proposal, "proposal_t test"};
|
||||
test_t rsa_test = {test_rsa, "RSA private/public key test"};
|
||||
test_t kernel_interface_test = {test_kernel_interface, "Kernel Interface"};
|
||||
@@ -235,8 +235,8 @@ int main()
|
||||
&hmac_signer_test1,
|
||||
&hmac_signer_test2,
|
||||
&encryption_payload_test,
|
||||
&init_config_test,
|
||||
&sa_config_test,
|
||||
&connection_test,
|
||||
&policy_test,
|
||||
&proposal_test,
|
||||
&rsa_test,
|
||||
NULL
|
||||
|
||||
Reference in New Issue
Block a user