aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/rw-rsa/hosts/carol/etc
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/hosts/carol/etc
parentccfd54e68de9f642b40027f654ce42e6da7ae0c3 (diff)
downloadstrongswan-20ae6eccf51b42377553e9b886e36938d5292fa7.tar.bz2
strongswan-20ae6eccf51b42377553e9b886e36938d5292fa7.tar.xz
the keyid is a subjectKeyIdentifier
Diffstat (limited to 'testing/tests/sql/rw-rsa/hosts/carol/etc')
-rw-r--r--testing/tests/sql/rw-rsa/hosts/carol/etc/ipsec.d/data.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/sql/rw-rsa/hosts/carol/etc/ipsec.d/data.sql b/testing/tests/sql/rw-rsa/hosts/carol/etc/ipsec.d/data.sql
index bf086ad42..8219bdfad 100644
--- a/testing/tests/sql/rw-rsa/hosts/carol/etc/ipsec.d/data.sql
+++ b/testing/tests/sql/rw-rsa/hosts/carol/etc/ipsec.d/data.sql
@@ -14,13 +14,13 @@ INSERT INTO identities (
INSERT INTO identities (
type, data
-) VALUES ( /* keyid of carol@strongswan.org */
+) VALUES ( /* subjkey of carol@strongswan.org */
11, X'1fa1a988d9648cb5a0a2546439b4f23d745d6e7c'
);
INSERT INTO identities (
type, data
-) VALUES ( /* keyid of moon.strongswan.org */
+) VALUES ( /* subjkey of moon.strongswan.org */
11, X'6a9c74d1f8897989f65a94e989f1fac3649d292e'
);