Add modules for ipsec RSA test 37/123637/7
authorYu Jiung <jiung.yu@samsung.com>
Thu, 6 Apr 2017 09:13:55 +0000 (18:13 +0900)
committerJiung Yu <jiung.yu@samsung.com>
Wed, 12 Apr 2017 10:35:21 +0000 (19:35 +0900)
commit1f17fd679c357b6d21132da7a1e3ae7acd9fe47a
tree624ca1bd95295585cd332fb12213de0f4c6e2afb
parent4081ffc4fe1a7d2709a807e01043848f07217e52
Add modules for ipsec RSA test

Change-Id: I35cf7fd0c6830e665a7aeea209c630a43170f94f
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
21 files changed:
dvpnlib/include/dvpnlib-vpn-connection.h
dvpnlib/src/dvpnlib-vpn-connnection.c
include/vpn.h
packaging/capi-network-vpn-setting.spec
src/include/vpn-internal.h
src/vpn-internal.c
src/vpn.c
test/CMakeLists.txt
test/ipsec_test/CMakeLists.txt [new file with mode: 0644]
test/ipsec_test/README [new file with mode: 0644]
test/ipsec_test/client-cert-req.conf [new file with mode: 0644]
test/ipsec_test/gen_cert.sh [new file with mode: 0755]
test/ipsec_test/host-cert-req.conf [new file with mode: 0644]
test/ipsec_test/ipsec_server [new file with mode: 0755]
test/ipsec_test/ipsec_server_src/compile.sh [new file with mode: 0755]
test/ipsec_test/ipsec_server_src/server.c [new file with mode: 0755]
test/ipsec_test/ipsec_server_src/server.conf [new file with mode: 0644]
test/ipsec_test/root-ca-req.conf [new file with mode: 0644]
test/ipsec_test/root-ca.conf [new file with mode: 0644]
test/ipsec_test/server.conf [new file with mode: 0644]
test/vpn_test.c