mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-01 19:17:36 +03:00
Add FAKE_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (#65)
This commit is contained in:
parent
5801f3fc5a
commit
f7e7360167
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ const (
|
|||
|
||||
FAKE_TLS_DHE_RSA_WITH_AES_128_CBC_SHA = uint16(0x0033)
|
||||
FAKE_TLS_DHE_RSA_WITH_AES_256_CBC_SHA = uint16(0x0039)
|
||||
FAKE_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = uint16(0x009f)
|
||||
FAKE_TLS_RSA_WITH_RC4_128_MD5 = uint16(0x0004)
|
||||
FAKE_TLS_EMPTY_RENEGOTIATION_INFO_SCSV = uint16(0x00ff)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue