Skip to content

Commit

Permalink
Updated options.md, CHANGELOG and manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Feb 16, 2025
1 parent 31f016c commit ed5ae44
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v3.0.7 (unreleased)
- Added `password-factor=N` option to determine which authentication factor is the password.

## v3.0.6 (2025-02-16)
- Improved authentication prompts by displaying a header retrieved from VPN server
- Fixed IPSec over TCPT for AES encryption ciphers with key length shorter than 256 bits
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["snxcore", "snxctl", "snx-rs", "snx-rs-gui"]
resolver = "2"

[workspace.package]
version = "3.0.6"
version = "3.0.7"
license = "AGPL-3.0"
edition = "2021"
authors = ["Dmitry Pankratov <dmitry@pankratov.net>"]
Expand Down
1 change: 1 addition & 0 deletions options.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| `login-type=vpn_xxx` | authentication method, acquired from the server, this is a required parameter |
| `user-name=<username>` | user name to authenticate, not used for SAML or certificate authentication |
| `password=<pass>` | optional password in base64 encoding |
| `password-factor=<1..N>` | index of the password authentication factor which is used for keychain storage and for reading the password from config file. Default is 1 (first). |
| `cert-type=<cert_type>` | enable certificate-based authentication using given type: pkcs8, pkcs11, pkcs12, none |
| `cert-path=<cert_path>` | path to PEM file for PKCS8, path to PFX file for PKCS12, path to driver file for PKCS11 |
| `cert-password=<cert_password>` | password for PKCS12 or pin for PKCS11 |
Expand Down

0 comments on commit ed5ae44

Please sign in to comment.