diff options
| author | Martin Willi <martin@strongswan.org> | 2009-09-01 14:05:58 +0200 |
|---|---|---|
| committer | Martin Willi <martin@strongswan.org> | 2009-09-01 14:06:44 +0200 |
| commit | 9412bbfa7c2a78bd1ea1e681cacade86b2b8c405 (patch) | |
| tree | f2ca82bacac602e3812128c36bb1772bcd872fbf /testing/tests/sql/rw-cert/hosts | |
| parent | deddfde91bed402cb4fec2911c6782f7cb31a55c (diff) | |
| download | strongswan-9412bbfa7c2a78bd1ea1e681cacade86b2b8c405.tar.bz2 strongswan-9412bbfa7c2a78bd1ea1e681cacade86b2b8c405.tar.xz | |
use subjectPublicKeyInfo hash for CA certificate lookup
Diffstat (limited to 'testing/tests/sql/rw-cert/hosts')
3 files changed, 3 insertions, 3 deletions
diff --git a/testing/tests/sql/rw-cert/hosts/carol/etc/ipsec.d/data.sql b/testing/tests/sql/rw-cert/hosts/carol/etc/ipsec.d/data.sql index 23eda6af2..c2373abc3 100644 --- a/testing/tests/sql/rw-cert/hosts/carol/etc/ipsec.d/data.sql +++ b/testing/tests/sql/rw-cert/hosts/carol/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' */ - 11, X'5da7dd700651327ee7b66db3b5e5e060ea2e4def' + 11, X'ae096b87b44886d3b820978623dabd0eae22ebbc' ); INSERT INTO identities ( diff --git a/testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/data.sql b/testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/data.sql index 0111e7296..cff5eba8a 100644 --- a/testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/data.sql +++ b/testing/tests/sql/rw-cert/hosts/dave/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' */ - 11, X'5da7dd700651327ee7b66db3b5e5e060ea2e4def' + 11, X'ae096b87b44886d3b820978623dabd0eae22ebbc' ); INSERT INTO identities ( diff --git a/testing/tests/sql/rw-cert/hosts/moon/etc/ipsec.d/data.sql b/testing/tests/sql/rw-cert/hosts/moon/etc/ipsec.d/data.sql index 360c83cc5..f35f25392 100644 --- a/testing/tests/sql/rw-cert/hosts/moon/etc/ipsec.d/data.sql +++ b/testing/tests/sql/rw-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' */ - 11, X'5da7dd700651327ee7b66db3b5e5e060ea2e4def' + 11, X'ae096b87b44886d3b820978623dabd0eae22ebbc' ); INSERT INTO identities ( |
