]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2-stroke-bye/rw-eap-aka-sql-rsa/hosts/moon/etc/ipsec.d/tables.sql
301f2bfd6c349f2afcb01786e3a2d74947a54efa
[people/ms/strongswan.git] / testing / tests / ikev2-stroke-bye / rw-eap-aka-sql-rsa / hosts / moon / etc / ipsec.d / tables.sql
1 DROP TABLE IF EXISTS quintuplets;
2 CREATE TABLE quintuplets (
3 id TEXT NOT NULL,
4 used INTEGER NOT NULL,
5 rand BLOB NOT NULL,
6 autn BLOB NOT NULL,
7 ck BLOB NOT NULL,
8 ik BLOB NOT NULL,
9 res BLOB NOT NULL
10 );