summaryrefslogtreecommitdiffstats
path: root/doc/enums/gnutls_pin_flag_t
blob: 02cefc89a88f51be0e990096f5cbd9c14ff7d874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@c gnutls_pin_flag_t
@table @code
@item GNUTLS_@-PIN_@-USER
The PIN for the user.
@item GNUTLS_@-PIN_@-SO
The PIN for the security officer (admin).
@item GNUTLS_@-PIN_@-FINAL_@-TRY
This is the final try before blocking.
@item GNUTLS_@-PIN_@-COUNT_@-LOW
Few tries remain before token blocks.
@item GNUTLS_@-PIN_@-CONTEXT_@-SPECIFIC
The PIN is for a specific action and key like signing.
@item GNUTLS_@-PIN_@-WRONG
Last given PIN was not correct.
@end table