Skip to content

Commit f8eb95d

Browse files
committed
SRP6: add CHANGELOG entries
1 parent d38bb53 commit f8eb95d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

botan-bindings/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* PATCH: enable `-Wall` in addition to a number of other GHC warnings.
2020
* PATCH: use `GHC2021` as the default language.
2121
* PATCH: update documentation in the `Botan.Bindings.PwdHash` module.
22+
* PATCH: update documentation in the `Botan.Bindings.SRP6` module.
2223

2324
## 0.1.0.0 -- 2025-09-17
2425

botan-low/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
* BREAKING: `Botan.Low.PwdHash.pbkdf2` now takes a `HashName` instead of a
2121
`MacName`.
2222
* PATCH: update documentation in the `Botan.Low.PwdHash` module.
23+
* PATCH: introduce a work-around for a bug found in
24+
`Botan.Low.SRP6.srp6ServerSessionStep1`, which would always throw an
25+
exception. See issue
26+
[#28](https://github.com/haskell-cryptography/botan/issues/28).
27+
* BREAKING: add a `DLGroupName` function argument to
28+
`Botan.Low.SRP6.srp6ServerSessionStep2`.
29+
* PATCH: update documentation in the `Botan.Low.SRP6` module.
2330

2431
## 0.0.2.0 -- 2025-09-17
2532

0 commit comments

Comments
 (0)