~nutznboltz-deactivatedaccount/ubuntu/precise/gnutls26/fix-lp926350

« back to all changes in this revision

Viewing changes to doc/error_codes.texi

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
Tags: 2.12.11-1
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
@item GNUTLS_E_CERTIFICATE_KEY_MISMATCH:
51
51
The certificate and the given key do not match.
52
52
 
 
53
@item GNUTLS_E_CERTIFICATE_LIST_UNSORTED:
 
54
The provided X.509 certificate list is not sorted (in subject to issuer order)
 
55
 
 
56
@item GNUTLS_E_CHANNEL_BINDING_NOT_AVAILABLE:
 
57
Channel binding data not available
 
58
 
53
59
@item GNUTLS_E_COMPRESSION_FAILED:
54
60
Compression of the TLS record packet has failed.
55
61
 
65
71
@item GNUTLS_E_CRYPTO_ALREADY_REGISTERED:
66
72
There is already a crypto algorithm with lower priority.
67
73
 
 
74
@item GNUTLS_E_CRYPTO_INIT_FAILED:
 
75
The initialization of crypto backend has failed.
 
76
 
68
77
@item GNUTLS_E_DB_ERROR:
69
78
Error in Database backend.
70
79
 
113
122
@item GNUTLS_E_INCOMPATIBLE_LIBTASN1_LIBRARY:
114
123
The tasn1 library version is too old.
115
124
 
 
125
@item GNUTLS_E_INCOMPAT_DSA_KEY_WITH_TLS_PROTOCOL:
 
126
The given DSA key is incompatible with the selected TLS protocol.
 
127
 
116
128
@item GNUTLS_E_INIT_LIBEXTRA:
117
129
The initialization of GnuTLS-extra has failed.
118
130
 
143
155
@item GNUTLS_E_LIBRARY_VERSION_MISMATCH:
144
156
The GnuTLS library version does not match the GnuTLS-extra library version.
145
157
 
 
158
@item GNUTLS_E_LOCKING_ERROR:
 
159
Thread locking error
 
160
 
146
161
@item GNUTLS_E_LZO_INIT_FAILED:
147
162
The initialization of LZO has failed.
148
163
 
182
197
@item GNUTLS_E_OPENPGP_KEYRING_ERROR:
183
198
Error loading the keyring.
184
199
 
 
200
@item GNUTLS_E_OPENPGP_PREFERRED_KEY_ERROR:
 
201
The OpenPGP key has not a preferred key set.
 
202
 
185
203
@item GNUTLS_E_OPENPGP_SUBKEY_ERROR:
186
204
Could not find OpenPGP subkey.
187
205
 
188
206
@item GNUTLS_E_OPENPGP_UID_REVOKED:
189
207
The OpenPGP User ID is revoked.
190
208
 
 
209
@item GNUTLS_E_PARSING_ERROR:
 
210
Error in parsing.
 
211
 
 
212
@item GNUTLS_E_PKCS11_ATTRIBUTE_ERROR:
 
213
PKCS #11 error in attribute
 
214
 
 
215
@item GNUTLS_E_PKCS11_DATA_ERROR:
 
216
PKCS #11 error in data
 
217
 
 
218
@item GNUTLS_E_PKCS11_DEVICE_ERROR:
 
219
PKCS #11 error in device
 
220
 
 
221
@item GNUTLS_E_PKCS11_ERROR:
 
222
PKCS #11 error.
 
223
 
 
224
@item GNUTLS_E_PKCS11_KEY_ERROR:
 
225
PKCS #11 error in key
 
226
 
 
227
@item GNUTLS_E_PKCS11_LOAD_ERROR:
 
228
PKCS #11 initialization error.
 
229
 
 
230
@item GNUTLS_E_PKCS11_PIN_ERROR:
 
231
PKCS #11 error in PIN.
 
232
 
 
233
@item GNUTLS_E_PKCS11_PIN_EXPIRED:
 
234
PKCS #11 PIN expired
 
235
 
 
236
@item GNUTLS_E_PKCS11_PIN_LOCKED:
 
237
PKCS #11 PIN locked
 
238
 
 
239
@item GNUTLS_E_PKCS11_SESSION_ERROR:
 
240
PKCS #11 error in session
 
241
 
 
242
@item GNUTLS_E_PKCS11_SIGNATURE_ERROR:
 
243
PKCS #11 error in signature
 
244
 
 
245
@item GNUTLS_E_PKCS11_SLOT_ERROR:
 
246
PKCS #11 error in slot
 
247
 
 
248
@item GNUTLS_E_PKCS11_TOKEN_ERROR:
 
249
PKCS #11 error in token
 
250
 
 
251
@item GNUTLS_E_PKCS11_UNSUPPORTED_FEATURE_ERROR:
 
252
PKCS #11 unsupported feature
 
253
 
 
254
@item GNUTLS_E_PKCS11_USER_ERROR:
 
255
PKCS #11 user error
 
256
 
191
257
@item GNUTLS_E_PKCS1_WRONG_PAD:
192
258
Wrong padding in PKCS1 packet.
193
259