aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/net2net-cert/hosts
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-08-25 14:29:48 +0200
committerMartin Willi <martin@strongswan.org>2009-08-26 11:23:55 +0200
commit16db1207cf67a40abba0785a25a0aa54d2207c14 (patch)
tree75efc329cd4e5c37ff378e83ae2c989d773228ba /testing/tests/sql/net2net-cert/hosts
parent41f57038e4a8072248dfa69f304f53ea0a8b78a9 (diff)
downloadstrongswan-16db1207cf67a40abba0785a25a0aa54d2207c14.tar.bz2
strongswan-16db1207cf67a40abba0785a25a0aa54d2207c14.tar.xz
keyids in SQL use ID_KEY_ID type with subjectPublicKey SHA1 hash
Diffstat (limited to 'testing/tests/sql/net2net-cert/hosts')
-rw-r--r--testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/data.sql4
-rw-r--r--testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/data.sql4
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/data.sql b/testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/data.sql
index a5e0afcd7..3287c5c84 100644
--- a/testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/data.sql
+++ b/testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/data.sql
@@ -9,7 +9,7 @@ INSERT INTO identities (
INSERT INTO identities (
type, data
) VALUES ( /* keyid of 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA' */
- 202, X'ae096b87b44886d3b820978623dabd0eae22ebbc'
+ 11, X'5da7dd700651327ee7b66db3b5e5e060ea2e4def'
);
INSERT INTO identities (
@@ -27,7 +27,7 @@ INSERT INTO identities (
INSERT INTO identities (
type, data
) VALUES ( /* keyid of 'C=CH, O=Linux strongSwan, CN=moon.strongswan.org' */
- 202, X'd70dbd46d5133519064f12f100525ead0802ca95'
+ 11, X'e5e410876c2ac4bead854942a6de7658303a9fc1'
);
/* Certificates */
diff --git a/testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/data.sql b/testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/data.sql
index 0d772ef10..1a3b01fed 100644
--- a/testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/data.sql
+++ b/testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/data.sql
@@ -9,7 +9,7 @@ INSERT INTO identities (
INSERT INTO identities (
type, data
) VALUES ( /* keyid of 'C=CH, O=Linux strongSwan, CN=strongSwan Root CA' */
- 202, X'ae096b87b44886d3b820978623dabd0eae22ebbc'
+ 11, X'5da7dd700651327ee7b66db3b5e5e060ea2e4def'
);
INSERT INTO identities (
@@ -27,7 +27,7 @@ INSERT INTO identities (
INSERT INTO identities (
type, data
) VALUES ( /* keyid of 'C=CH, O=Linux strongSwan, CN=sun.strongswan.org' */
- 202, X'da9c6fa72dc33363ac09b99af29085bedd48dc27'
+ 11, X'3dc4b9320816f242645eb74bef575160eb3e6ad8'
);
/* Certificates */