Skip to content

Commit

Permalink
Version 2.3.0, updated isakmp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Aug 9, 2024
1 parent 349ff68 commit e4e84e6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[workspace]
members = [ "snxcore", "snxctl", "snx-rs", "snx-rs-gui" ]
members = ["snxcore", "snxctl", "snx-rs", "snx-rs-gui"]
resolver = "2"

[workspace.package]
version = "2.2.8"
version = "2.3.0"
license = "AGPL-3.0"
edition = "2021"
authors = ["Dmitry Pankratov <dmitry@pankratov.net>"]
Expand Down
1 change: 1 addition & 0 deletions snxcore/src/tunnel/ipsec/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ impl TunnelConnector for IpsecTunnelConnector {

self.service
.do_identity_protection(
self.gateway_address,
Bytes::copy_from_slice(realm_expr.to_string().as_bytes()),
self.params.ipsec_cert_check,
&self.params.ca_cert,
Expand Down

0 comments on commit e4e84e6

Please sign in to comment.