File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / swanctl / rw-eap-aka-sql-rsa / hosts / carol / etc / ipsec.d / tables.sql
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:48 2020 UTC (4 years, 2 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

DROP TABLE IF EXISTS quintuplets;
CREATE TABLE quintuplets (
    id TEXT NOT NULL,
    used INTEGER NOT NULL,
    rand BLOB NOT NULL,
    autn BLOB NOT NULL,
    ck BLOB NOT NULL,
    ik BLOB NOT NULL,
    res BLOB NOT NULL
);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>