Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Aug 20, 2024
1 parent a65507c commit b2e2b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.4.0"
version = "0.3.0"
authors = ["Jun Kurihara"]
homepage = "https://github.com/junkurihara/modoh-server"
repository = "https://github.com/junkurihara/modoh-server"
Expand Down
4 changes: 2 additions & 2 deletions modoh-lib/src/globals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ pub struct AccessConfig {
/// Configuration for HTTP message signatures, which is used to
/// - verify if the incoming request is from one of the httpsig-enabled domains,
/// - sign outgoing (relayed) requests when the next node is one of the httpsig-enabled domains.
/// Note that Source IP address is prioritized over the signature verification.
/// When the destination domain is not in the list, it is not signed and dispatched without signature.
/// Note that Source IP address is prioritized over the signature verification.
/// When the destination domain is not in the list, it is not signed and dispatched without signature.
pub struct HttpSigConfig {
/// Public key types exposed at the `httpsigconfigs` endpoint.
/// - Public key, KEM and KDF types used for Diffie-Hellman key exchange for httpsig's hmac-sha256 signature.
Expand Down

0 comments on commit b2e2b0f

Please sign in to comment.