Both slots on Yubikey are now polled for challenge/response
This commit is contained in:
committed by
Jonathan White
parent
2e81751131
commit
3bc8a79b9b
@@ -51,6 +51,7 @@ signals:
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent* event) override;
|
||||
void hideEvent(QHideEvent* event) override;
|
||||
CompositeKey databaseKey();
|
||||
|
||||
protected slots:
|
||||
@@ -63,6 +64,7 @@ private slots:
|
||||
void activateChallengeResponse();
|
||||
void browseKeyFile();
|
||||
void yubikeyDetected(int slot, bool blocking);
|
||||
void yubikeyDetectComplete();
|
||||
void noYubikeyFound();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user