Skip to content

Commit

Permalink
ACMEd v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Feb 10, 2024
1 parent 5e12880 commit 66f7c08
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [0.23.0] - 2024-02-10

### Added
- The `challenge-tls-alpn-01` hook now exposes the `raw_proof` variable, which contains the SHA-256 digest of the key authorization, encoded using Base64 URL scheme without padding.
Expand Down
6 changes: 3 additions & 3 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 acme_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "acme_common"
version = "0.22.2"
version = "0.23.0"
authors = ["Rodolphe Breard <[email protected]>"]
edition = "2018"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion acmed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "acmed"
version = "0.22.2"
version = "0.23.0"
authors = ["Rodolphe Breard <[email protected]>"]
edition = "2018"
description = "ACME (RFC 8555) client daemon"
Expand Down
2 changes: 1 addition & 1 deletion man/en/acmed.8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty.
.Dd Jan 09, 2024
.Dd Feb 10, 2024
.Dt ACMED 8
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/en/acmed.toml.5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty.
.Dd Jan 09, 2024
.Dd Feb 10, 2024
.Dt ACMED.TOML 5
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion man/en/tacd.8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.\" are permitted in any medium without royalty provided the copyright
.\" notice and this notice are preserved. This file is offered as-is,
.\" without any warranty.
.Dd Jan 09, 2024
.Dd Feb 10, 2024
.Dt TACD 8
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion tacd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tacd"
version = "0.22.2"
version = "0.23.0"
authors = ["Rodolphe Breard <[email protected]>"]
edition = "2018"
description = "TLS-ALPN Challenge Daemon"
Expand Down

0 comments on commit 66f7c08

Please sign in to comment.