Skip to content

Commit 48282da

Browse files
jstasiakericchiang
authored andcommitted
Improve KeyAuth.PINPolicy documentation regarding imported keys
1 parent 4ef2678 commit 48282da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

piv/key.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,8 @@ type KeyAuth struct {
617617
// PINPolicy can be used to specify the PIN caching strategy for the slot. If
618618
// not provided, this will be inferred from the attestation certificate.
619619
//
620-
// This field is required on older (<4.3.0) YubiKeys when using PINPrompt.
620+
// This field is required on older (<4.3.0) YubiKeys when using PINPrompt,
621+
// as well as for keys imported to the card.
621622
PINPolicy PINPolicy
622623
}
623624

0 commit comments

Comments
 (0)