diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:33:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:33:12 +0000 |
commit | 36082a2fe36ecd800d784ae44c14f1f18c66a7e9 (patch) | |
tree | 6c68e0c0097987aff85a01dabddd34b862309a7c /doc/enums/gnutls_pin_flag_t | |
parent | Initial commit. (diff) | |
download | gnutls28-upstream.tar.xz gnutls28-upstream.zip |
Adding upstream version 3.7.9.upstream/3.7.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/enums/gnutls_pin_flag_t')
-rw-r--r-- | doc/enums/gnutls_pin_flag_t | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/enums/gnutls_pin_flag_t b/doc/enums/gnutls_pin_flag_t new file mode 100644 index 0000000..02cefc8 --- /dev/null +++ b/doc/enums/gnutls_pin_flag_t @@ -0,0 +1,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 |