diff options
author | Werner Koch <wk@gnupg.org> | 2011-02-01 19:54:45 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-02-01 19:56:49 +0100 |
commit | 9599e0d1d2e8eee0737970c0e712bc2495dfb206 (patch) | |
tree | 7d635bccdadc8dd40b3db6f6534fe7c41ccbd5a5 /doc | |
parent | 37a754389bd4bdd8c3f9dc0010a91c8b3ab20fd1 (diff) | |
download | libgpg-error-9599e0d1d2e8eee0737970c0e712bc2495dfb206.tar.gz |
Add GPG_ERR_INV_CURVE and GPG_ERR_UNKNOWN_CURVE
Diffstat (limited to 'doc')
-rw-r--r-- | doc/errorref.txt | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/doc/errorref.txt b/doc/errorref.txt index 00f4e34..7a17842 100644 --- a/doc/errorref.txt +++ b/doc/errorref.txt @@ -270,7 +270,14 @@ GPG_ERR_INV_NAME Invalid name 118 GPG_ERR_INV_ID Invalid ID 119 GPG_ERR_NO_SCDAEMON No SmartCard daemon 120 GPG_ERR_SCDAEMON SmartCard daemon error -121 GPG_ERR_UNSUPPORTED_PROTOCOL Unsupported protocol + +GPG_ERR_UNSUPPORTED_PROTOCOL Unsupported protocol + + GPG: - An unsupported keyserver protocol. + GPG_AGENT: - Invalid shadow_info protocol (not "t1-v1") + LIBKSBA: - Unknown OID of the OCSP response bytes + GPGME: - GPGME_PROTOCOL_xxx not supported. + 122 GPG_ERR_BAD_PIN_METHOD Bad PIN method 123 GPG_ERR_CARD_NOT_INITIALIZED Card not initialized 124 GPG_ERR_UNSUPPORTED_OPERATION Unsupported operation @@ -304,7 +311,10 @@ GPG_ERR_INV_LENGTH Invalid length GNUPG: - Invalid hash length for a pubkey [more to come] -140 GPG_ERR_INV_KEYINFO Invalid key info +GPG_ERR_INV_KEYINFO Invalid key info + + KSBA: - Returned if the ASN.1 Keyinfo structure is not valid + 141 GPG_ERR_UNEXPECTED_TAG Unexpected tag 142 GPG_ERR_NOT_DER_ENCODED Not DER encoded 143 GPG_ERR_NO_CMS_OBJ No CMS object @@ -352,6 +362,11 @@ GPG_ERR_INV_CERT_OBJ Invalid certificate object 165 GPG_ERR_UNKNOWN_NAME Unknown name + + Used by GPG to indicate an unknown ECC curve name (may also + indicate missing ECC support). + + 166 GPG_ERR_LOCALE_PROBLEM A locale function failed 167 GPG_ERR_NOT_LOCKED Not locked 168 GPG_ERR_PROTOCOL_VIOLATION Protocol violation @@ -368,8 +383,12 @@ GPG_ERR_INV_CERT_OBJ Invalid certificate object 179 GPG_ERR_NOT_ENABLED Not enabled 180 GPG_ERR_NO_ENGINE No crypto engine 181 GPG_ERR_MISSING_KEY Missing key -182 GPG_ERR_TOO_MANY Too many objects +GPG_ERR_TOO_MANY Too many objects + + GPG: - Dirmngr KS_GET called with too many pattern so that the + maximum Assuan line length would overflow. + GPGME: - To many patterns in gpgme-tools's KEYLIST command. GPG_ERR_NO_KEYSERVER No keyserver available |