aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/rw-rsa-keyid/hosts/dave
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-05-15 17:03:04 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-05-15 17:03:04 +0200
commit20ae6eccf51b42377553e9b886e36938d5292fa7 (patch)
tree0254519ab2a9677d176b1315feba7438f22655d0 /testing/tests/sql/rw-rsa-keyid/hosts/dave
parentccfd54e68de9f642b40027f654ce42e6da7ae0c3 (diff)
downloadstrongswan-20ae6eccf51b42377553e9b886e36938d5292fa7.tar.bz2
strongswan-20ae6eccf51b42377553e9b886e36938d5292fa7.tar.xz
the keyid is a subjectKeyIdentifier
Diffstat (limited to 'testing/tests/sql/rw-rsa-keyid/hosts/dave')
-rw-r--r--testing/tests/sql/rw-rsa-keyid/hosts/dave/etc/ipsec.d/data.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/sql/rw-rsa-keyid/hosts/dave/etc/ipsec.d/data.sql b/testing/tests/sql/rw-rsa-keyid/hosts/dave/etc/ipsec.d/data.sql
index 2e9acf5f6..9a36c2c37 100644
--- a/testing/tests/sql/rw-rsa-keyid/hosts/dave/etc/ipsec.d/data.sql
+++ b/testing/tests/sql/rw-rsa-keyid/hosts/dave/etc/ipsec.d/data.sql
@@ -14,13 +14,13 @@ INSERT INTO identities (
INSERT INTO identities (
type, data
-) VALUES ( /* keyid of dave@strongswan.org */
+) VALUES ( /* subjkey of dave@strongswan.org */
11, X'ee7f38daeea1b81a41777f78f2674be8439d8e0e'
);
INSERT INTO identities (
type, data
-) VALUES ( /* keyid of moon.strongswan.org */
+) VALUES ( /* subjkey of moon.strongswan.org */
11, X'6a9c74d1f8897989f65a94e989f1fac3649d292e'
);