mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00.
It's RFC 7507 now. Change-Id: Iccd6c65f9d4b1f4d17ee068dee4576a512ba8405 Reviewed-on: https://go-review.googlesource.com/21154 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
af0eaf503f
commit
24a90054f0
2 changed files with 2 additions and 2 deletions
|
@ -286,6 +286,6 @@ const (
|
|||
|
||||
// TLS_FALLBACK_SCSV isn't a standard cipher suite but an indicator
|
||||
// that the client is doing version fallback. See
|
||||
// https://tools.ietf.org/html/draft-ietf-tls-downgrade-scsv-00.
|
||||
// https://tools.ietf.org/html/rfc7507.
|
||||
TLS_FALLBACK_SCSV uint16 = 0x5600
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue