-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When using PIV, for example PivSession.Sign, the KeyCollector will never be called with TouchRequest, even when the operation requires a touch.
PivSession.PerformPrivateKeyOperation knows the touch policy, so it can work out whether a touch will be requested. However, it just doesn't contain any logic to prompt the user to touch the YubiKey.
Expected Behavior
Operations on PivSession which request a touch will call the KeyCollector with a TouchRequest`.
Steps To Reproduce
- Set a
PivTouchPolicyofOnceorAlways - Perform an operation which requires a touch
- Observe that the
KeyCollectoris not called with a request ofTouchRequest
Version
1.13.0
Version
N/A
Anything else?
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request