diff options
author | Werner Koch <[email protected]> | 2021-01-05 14:45:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-01-05 14:45:43 +0000 |
commit | a235d43ccc2e2f6c29ecc6d59baa47997843e004 (patch) | |
tree | fece68d7dca1308f48e0bf11e6fb5ad26fb60fe0 | |
parent | po: Update Traditional Chinese Translation. (diff) | |
download | libgpg-error-a235d43ccc2e2f6c29ecc6d59baa47997843e004.tar.gz libgpg-error-a235d43ccc2e2f6c29ecc6d59baa47997843e004.zip |
doc: Add a description for GPG_ERR_USE_CONDITIONS.
--
-rw-r--r-- | doc/errorref.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt index f35a35f..26d73fd 100644 --- a/doc/errorref.txt +++ b/doc/errorref.txt @@ -498,6 +498,14 @@ GPG_ERR_PIN_BLOCKED PIN blocked GPG_ERR_USE_CONDITIONS Conditions of use not satisfied + GNUPG: - The PIN given to a smartcard is too short or has + unacceptable characters so that the smartcard does + not even try to verify it. + - The smartcard can't do an operation because some + intermediate command send to a card is missing or the + card can't use the provided data due to an unsupported + algorithm. + GPG_ERR_PIN_NOT_SYNCED PINs are not synced GPG_ERR_INV_CRL Invalid CRL |