Adds 'certificate required' alert

This commit is contained in:
Henry Case 2018-03-26 16:56:31 +01:00 committed by Henry Dorsett Case
parent b05f4a6a51
commit 054f9b8f24

View File

@ -38,6 +38,7 @@ const (
alertInappropriateFallback alert = 86 alertInappropriateFallback alert = 86
alertUserCanceled alert = 90 alertUserCanceled alert = 90
alertNoRenegotiation alert = 100 alertNoRenegotiation alert = 100
alertCertificateRequired alert = 116
alertNoApplicationProtocol alert = 120 alertNoApplicationProtocol alert = 120
alertSuccess alert = 255 // dummy value returned by unmarshal functions alertSuccess alert = 255 // dummy value returned by unmarshal functions
) )