From 054f9b8f24b8f13fead77cd8ba76c7de9dde0d60 Mon Sep 17 00:00:00 2001 From: "Henry D. Case" Date: Mon, 26 Mar 2018 16:56:31 +0100 Subject: [PATCH] Adds 'certificate required' alert --- alert.go | 1 + 1 file changed, 1 insertion(+) diff --git a/alert.go b/alert.go index bb9bb09..e4529b5 100644 --- a/alert.go +++ b/alert.go @@ -38,6 +38,7 @@ const ( alertInappropriateFallback alert = 86 alertUserCanceled alert = 90 alertNoRenegotiation alert = 100 + alertCertificateRequired alert = 116 alertNoApplicationProtocol alert = 120 alertSuccess alert = 255 // dummy value returned by unmarshal functions )