Adds 'certificate required' alert
This commit is contained in:
parent
b05f4a6a51
commit
054f9b8f24
1
alert.go
1
alert.go
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user