blob: 248808e731a912207dd43798a2593a38fbe9b5a0 [file] [log] [blame]
Neels Hofmeyr2e109f02016-12-08 23:35:20 +01001- make sure filling with zeros means uninitialized
2- invalid client_id and shared secret
3- reset state
4- only client_id is invalid
5- valid id, but omitted shared_secret (1/2)
Neels Hofmeyr73ed4552016-12-09 00:01:56 +01006DLOAP OAP: client ID set, but secret K missing.
Neels Hofmeyr2e109f02016-12-08 23:35:20 +01007- valid id, but omitted shared_secret (2/2)
Neels Hofmeyr73ed4552016-12-09 00:01:56 +01008DLOAP OAP: client ID set, but secret OPC missing.
Neels Hofmeyr2e109f02016-12-08 23:35:20 +01009- mint configuration
10- Missing challenge data
Neels Hofmeyr73ed4552016-12-09 00:01:56 +010011DLOAP OAP challenge incomplete (rand_present: 0, autn_present: 0)
Neels Hofmeyr2e109f02016-12-08 23:35:20 +010012- AUTN missing
Neels Hofmeyr73ed4552016-12-09 00:01:56 +010013DLOAP OAP challenge incomplete (rand_present: 1, autn_present: 0)
Neels Hofmeyr2e109f02016-12-08 23:35:20 +010014- RAND missing
Neels Hofmeyr73ed4552016-12-09 00:01:56 +010015DLOAP OAP challenge incomplete (rand_present: 0, autn_present: 1)
Neels Hofmeyr2e109f02016-12-08 23:35:20 +010016- wrong autn (by one bit)
Neels Hofmeyr73ed4552016-12-09 00:01:56 +010017DLOAP OAP: AUTN mismatch!
18DLOAP OAP: AUTN from server: dec4e3848a33000086781158ca40f136
19DLOAP OAP: AUTN expected: cec4e3848a33000086781158ca40f136
Neels Hofmeyr2e109f02016-12-08 23:35:20 +010020- all data correct
21- but refuse to evaluate in uninitialized state
22- now everything is correct
23- Expect the challenge response in msg_tx
24- Receive registration error for the first time.
Neels Hofmeyr73ed4552016-12-09 00:01:56 +010025DLOAP OAP registration failed
Neels Hofmeyr2e109f02016-12-08 23:35:20 +010026- Receive registration error for the Nth time.
Neels Hofmeyr73ed4552016-12-09 00:01:56 +010027DLOAP OAP registration failed
Neels Hofmeyr2e109f02016-12-08 23:35:20 +010028- Registration success