some minor changes accorfing o what's really needed/supported; refs #28
This commit is contained in:
@@ -550,9 +550,9 @@ namespace suisseid {
|
|||||||
CRYPTOLOG("log");
|
CRYPTOLOG("log");
|
||||||
switch (_card->certStatus()) {
|
switch (_card->certStatus()) {
|
||||||
case Card::MISSING: return installCerts() && start();
|
case Card::MISSING: return installCerts() && start();
|
||||||
case Card::EXPIRES_SOON: certsExpireSoon(); break;
|
// case Card::EXPIRES_SOON: certsExpireSoon(); break;
|
||||||
case Card::EXPIRED: return certsExpired(), false;
|
// case Card::EXPIRED: return certsExpired(), false;
|
||||||
case Card::REVOKED: return certsRevoked(), false;
|
// case Card::REVOKED: return certsRevoked(), false;
|
||||||
case Card::VALID: break;
|
case Card::VALID: break;
|
||||||
}
|
}
|
||||||
return checkSigGPinStatus();
|
return checkSigGPinStatus();
|
||||||
|
Reference in New Issue
Block a user