Add more information about YubiKey touch policy support (from ykman/openpgp.py
).
This commit is contained in:
parent
c3abf4ba9c
commit
a1966d76c3
1 changed files with 3 additions and 0 deletions
|
@ -313,6 +313,9 @@ impl Display for UIF {
|
||||||
/// This setting is used in 4.4.3.6 User Interaction Flag (UIF)
|
/// This setting is used in 4.4.3.6 User Interaction Flag (UIF)
|
||||||
///
|
///
|
||||||
/// See spec pg 24 and <https://github.com/Yubico/yubikey-manager/blob/main/ykman/openpgp.py>
|
/// See spec pg 24 and <https://github.com/Yubico/yubikey-manager/blob/main/ykman/openpgp.py>
|
||||||
|
///
|
||||||
|
/// Touch policies were introduced in YubiKey Version 4.2.0 with modes ON, OFF and FIXED.
|
||||||
|
/// YubiKey Version >= 5.2.1 added support for modes CACHED and CACHED_FIXED.
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum TouchPolicy {
|
pub enum TouchPolicy {
|
||||||
Off,
|
Off,
|
||||||
|
|
Loading…
Reference in a new issue