aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_alert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tls/tls_alert.h')
-rw-r--r--src/lib/tls/tls_alert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/tls/tls_alert.h b/src/lib/tls/tls_alert.h
index 90bc80d45..81946d9db 100644
--- a/src/lib/tls/tls_alert.h
+++ b/src/lib/tls/tls_alert.h
@@ -57,6 +57,8 @@ class BOTAN_DLL Alert
BAD_CERTIFICATE_HASH_VALUE = 114,
UNKNOWN_PSK_IDENTITY = 115,
+ NO_APPLICATION_PROTOCOL = 120, // RFC 7301
+
// pseudo alert values
NULL_ALERT = 256,
HEARTBEAT_PAYLOAD = 257