Explorar el Código

Adds 'certificate required' alert

tls13
Henry D. Case hace 6 años
committed by Henry Dorsett Case
padre
commit
054f9b8f24
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      alert.go

+ 1
- 0
alert.go Ver fichero

@@ -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
)


Cargando…
Cancelar
Guardar