summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-29 10:16:04 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-29 10:16:04 +0200
commit46958a67b93bbb739bbc9a74ccb7e4dbd380ad76 (patch)
treeaabc73ccf33fbaa07d73ecf9dce76f78ea9e2e85 /includes
parent21e52370c84be4d1a804070351024e8a212f8bc6 (diff)
downloadgnutls-46958a67b93bbb739bbc9a74ccb7e4dbd380ad76.tar.gz
Increase max handshake packet size. Add new error code for situation.
Thanks to Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente" <marc@mclemente.net> for reporting and providing test servers.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/gnutls.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index 835b9fa738..2fe6493e23 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -1308,6 +1308,8 @@ extern "C"
#define GNUTLS_E_CRYPTO_ALREADY_REGISTERED -209
+#define GNUTLS_E_HANDSHAKE_TOO_LARGE -210
+
#define GNUTLS_E_UNIMPLEMENTED_FEATURE -1250
#define GNUTLS_E_APPLICATION_ERROR_MAX -65000