aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql/test.sql
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-04-03 06:45:17 +0000
committerMartin Willi <martin@strongswan.org>2008-04-03 06:45:17 +0000
commit6e4e27f8deddc817c9c1079429318ba48003ad33 (patch)
treebbdf6367bde813d645e8233a80ce586e66755a4d /src/charon/plugins/sql/test.sql
parent196b28a470cf648b783106a9514d48d78e7406f0 (diff)
downloadstrongswan-6e4e27f8deddc817c9c1079429318ba48003ad33.tar.bz2
strongswan-6e4e27f8deddc817c9c1079429318ba48003ad33.tar.xz
updated test data to use correct encoding data
Diffstat (limited to 'src/charon/plugins/sql/test.sql')
-rw-r--r--src/charon/plugins/sql/test.sql7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/charon/plugins/sql/test.sql b/src/charon/plugins/sql/test.sql
index f599eb234..d706e6da8 100644
--- a/src/charon/plugins/sql/test.sql
+++ b/src/charon/plugins/sql/test.sql
@@ -2,12 +2,13 @@
INSERT INTO identities (
type, data
) VALUES (
- 9, 'C=CH, O=Linux strongSwan, CN=martin'
+ 9, X'3039310b300906035504061302434831193017060355040a13104c696e7578207374726f6e675377616e310f300d060355040313066d617274696e' /* C=CH, O=Linux strongSwan, CN=martin */
);
INSERT INTO identities (
type, data
) VALUES (
- 2, 'sidv0150.hsr.ch'
+ 2, X'73696476303135302e6873722e6368' /* sidv0150.hsr.ch */
+
);
INSERT INTO identities (
type, data
@@ -22,7 +23,7 @@ INSERT INTO identities (
INSERT INTO identities (
type, data
) VALUES (
- 9, 'C=CH, O=HSR, OU=IntSec, CN=sidv0150.hsr.ch'
+ 9, X'3046310b3009060355040613024348310c300a060355040a1303485352310f300d060355040b1306496e74536563311830160603550403130f73696476303135302e6873722e6368' /* C=CH, O=HSR, OU=IntSec, CN=sidv0150.hsr.ch */
);
INSERT INTO ike_configs (