aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/rw-psk-rsa-split/hosts/moon/etc
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-05-15 16:55:08 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-05-15 16:55:08 +0200
commitccfd54e68de9f642b40027f654ce42e6da7ae0c3 (patch)
tree115031e00b7897cc7d73edeb1f69c4f82ec4f6b4 /testing/tests/sql/rw-psk-rsa-split/hosts/moon/etc
parent4636f1579c3570c9867a8e185d75ae66d9c53041 (diff)
downloadstrongswan-ccfd54e68de9f642b40027f654ce42e6da7ae0c3.tar.bz2
strongswan-ccfd54e68de9f642b40027f654ce42e6da7ae0c3.tar.xz
fixed keyids in sql/rw-psk-rsa-split scenario
Diffstat (limited to 'testing/tests/sql/rw-psk-rsa-split/hosts/moon/etc')
-rw-r--r--testing/tests/sql/rw-psk-rsa-split/hosts/moon/etc/ipsec.d/data.sql34
1 files changed, 23 insertions, 11 deletions
diff --git a/testing/tests/sql/rw-psk-rsa-split/hosts/moon/etc/ipsec.d/data.sql b/testing/tests/sql/rw-psk-rsa-split/hosts/moon/etc/ipsec.d/data.sql
index 35598e97d..70f188453 100644
--- a/testing/tests/sql/rw-psk-rsa-split/hosts/moon/etc/ipsec.d/data.sql
+++ b/testing/tests/sql/rw-psk-rsa-split/hosts/moon/etc/ipsec.d/data.sql
@@ -8,19 +8,25 @@ INSERT INTO identities (
INSERT INTO identities (
type, data
-) VALUES ( /* keyid of 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA' */
+) VALUES ( /* subjkey of 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA' */
11, X'5da7dd700651327ee7b66db3b5e5e060ea2e4def'
);
INSERT INTO identities (
type, data
+) VALUES ( /* keyid of 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA' */
+ 11, X'ae096b87b44886d3b820978623dabd0eae22ebbc'
+ );
+
+INSERT INTO identities (
+ type, data
) VALUES ( /* moon.strongswan.org */
2, X'6d6f6f6e2e7374726f6e677377616e2e6f7267'
);
INSERT INTO identities (
type, data
-) VALUES ( /* keyid of 'C=CH, O=Linux strongSwan, CN=moon.strongswan.org' */
+) VALUES ( /* subjkey of 'C=CH, O=Linux strongSwan, CN=moon.strongswan.org' */
11, X'6a9c74d1f8897989f65a94e989f1fac3649d292e'
);
@@ -71,13 +77,19 @@ INSERT INTO certificate_identity (
INSERT INTO certificate_identity (
certificate, identity
) VALUES (
- 2, 3
+ 1, 3
+);
+
+INSERT INTO certificate_identity (
+ certificate, identity
+) VALUES (
+ 2, 4
);
INSERT INTO certificate_identity (
certificate, identity
) VALUES (
- 2, 4
+ 2, 5
);
/* Private Keys */
@@ -91,13 +103,13 @@ INSERT INTO private_keys (
INSERT INTO private_key_identity (
private_key, identity
) VALUES (
- 1, 3
+ 1, 4
);
INSERT INTO private_key_identity (
private_key, identity
) VALUES (
- 1, 4
+ 1, 5
);
/* Shared Secrets */
@@ -117,25 +129,25 @@ INSERT INTO shared_secrets (
INSERT INTO shared_secret_identity (
shared_secret, identity
) VALUES (
- 1, 3
+ 1, 4
);
INSERT INTO shared_secret_identity (
shared_secret, identity
) VALUES (
- 1, 6
+ 1, 7
);
INSERT INTO shared_secret_identity (
shared_secret, identity
) VALUES (
- 2, 3
+ 2, 4
);
INSERT INTO shared_secret_identity (
shared_secret, identity
) VALUES (
- 2, 7
+ 2, 8
);
@@ -150,7 +162,7 @@ INSERT INTO ike_configs (
INSERT INTO peer_configs (
name, ike_cfg, local_id, remote_id
) VALUES (
- 'rw', 1, 3, 5
+ 'rw', 1, 4, 6
);
INSERT INTO child_configs (