mirror of
https://github.com/Noratrieb/tls.git
synced 2026-01-14 16:45:02 +01:00
more extensions
This commit is contained in:
parent
4b1d2805e6
commit
2266f6f8b6
2 changed files with 60 additions and 2 deletions
|
|
@ -36,6 +36,14 @@ impl ClientSetupConnection {
|
|||
}]
|
||||
.into(),
|
||||
},
|
||||
proto::ExtensionCH::ECPointFormat {
|
||||
formats: vec![proto::ECPointFormat::Uncompressed].into(),
|
||||
},
|
||||
proto::ExtensionCH::SupportedGroups {
|
||||
groups: vec![
|
||||
proto::NamedGroup::X25519,
|
||||
].into(),
|
||||
},
|
||||
proto::ExtensionCH::SupportedVersions {
|
||||
versions: vec![proto::TLSV13].into(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue