testing: Created ikev2/rw-eap-aka-sql-rsa scenario
This test scenario tests the eap-simaka-sql plugin.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
INSERT INTO quintuplets
|
||||
(id, used, rand, autn, ck, ik, res) VALUES
|
||||
('[email protected]', 0,
|
||||
X'00112233445566778899AABBCCDDEEFF',
|
||||
X'112233445566778899AABBCCDDEEFF00',
|
||||
X'2233445566778899AABBCCDDEEFF0011',
|
||||
X'33445566778899AABBCCDDEEFF001122',
|
||||
X'00112233445566778899'
|
||||
);
|
||||
@@ -0,0 +1,10 @@
|
||||
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
|
||||
);
|
||||
Reference in New Issue
Block a user