Add --eab-hmac-alg parameter to support custom HMAC algorithm for EAB (#10319)

fixed: #10281
This commit is contained in:
ldlb
2025-06-27 14:16:38 -07:00
committed by GitHub
parent 372813175d
commit 295d8c3c49
6 changed files with 59 additions and 5 deletions
+6
View File
@@ -23,6 +23,12 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
More details about these changes can be found on our GitHub repo.
## 4.2.0
### Added
* Added `--eab-hmac-alg` parameter to support custom HMAC algorithm for External Account Binding.
## 4.1.1 - 2025-06-12
### Fixed