Displaying 3 results from an estimated 3 matches for "heidler".
2013 Dec 16
15
[Bug 2185] New: Allow entering the PIN via reader pinpad
...Product: Portable OpenSSH
Version: 6.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Smartcard
Assignee: unassigned-bugs at mindrot.org
Reporter: dominik at heidler.eu
Created attachment 2389
--> https://bugzilla.mindrot.org/attachment.cgi?id=2389&action=edit
openssh pinpad support patch
The CKF_PROTECTED_AUTHENTICATION_PATH flag (as returned by
C_GetTokenInfo) should be used to decide weather to request the PIN via
terminal or let the reader fetch...
2014 May 07
7
[Bug 2240] New: Secure PIN entry for smartcards through the keypad on the reader (patch)
https://bugzilla.mindrot.org/show_bug.cgi?id=2240
Bug ID: 2240
Summary: Secure PIN entry for smartcards through the keypad on
the reader (patch)
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
2013 Dec 16
0
[PATCH] allow entering smartcard pin via pinpad
The CKF_PROTECTED_AUTHENTICATION_PATH flag (as returned by
C_GetTokenInfo) should be used to decide weather to request the PIN via
terminal or let the reader fetch the pin from pinpad.
https://bugzilla.mindrot.org/show_bug.cgi?id=2185
The patch is attached to the bug report.