mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-05 04:57:35 +03:00
This commit is contained in:
parent
1880d78669
commit
30f5a69dbe
1 changed files with 4 additions and 2 deletions
|
@ -134,6 +134,7 @@ type UtlsPreSharedKeyExtension struct {
|
||||||
PreSharedKeyCommon
|
PreSharedKeyCommon
|
||||||
cipherSuite *cipherSuiteTLS13
|
cipherSuite *cipherSuiteTLS13
|
||||||
cachedLength *int
|
cachedLength *int
|
||||||
|
// Deprecated: Set OmitEmptyPsk in Config instead.
|
||||||
OmitEmptyPsk bool
|
OmitEmptyPsk bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -310,6 +311,7 @@ type FakePreSharedKeyExtension struct {
|
||||||
|
|
||||||
Identities []PskIdentity `json:"identities"`
|
Identities []PskIdentity `json:"identities"`
|
||||||
Binders [][]byte `json:"binders"`
|
Binders [][]byte `json:"binders"`
|
||||||
|
// Deprecated: Set OmitEmptyPsk in Config instead.
|
||||||
OmitEmptyPsk bool
|
OmitEmptyPsk bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue