summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-22 11:08:32 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-22 11:08:34 +0200
commit21c9b0fe979e1db946e04381042579c61e264511 (patch)
tree96c7abcd3ecd1949e853b255c7a5501974b4d24a /lib/includes/gnutls
parent9f1e6d2c686372adb21097a3f22a32e82fecbdb4 (diff)
downloadgnutls-21c9b0fe979e1db946e04381042579c61e264511.tar.gz
introduced: GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKE
This error code is returned when the session resumption parameters are requested during a handshake. That is, to increase the clarity when requesting these parameters while false start is active and the handshake is not complete even if gnutls_handshake() has returned. Relates #114
Diffstat (limited to 'lib/includes/gnutls')
-rw-r--r--lib/includes/gnutls/gnutls.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index a2932e740c..5778d4a2ec 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -2760,6 +2760,7 @@ int gnutls_fips140_mode_enabled(void);
#define GNUTLS_E_NEED_FALLBACK -405
#define GNUTLS_E_SESSION_USER_ID_CHANGED -406
#define GNUTLS_E_HANDSHAKE_DURING_FALSE_START -407
+#define GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKE -408
#define GNUTLS_E_UNIMPLEMENTED_FEATURE -1250