Document the new concurrency testing setup in the changelog
Marco Ricci

Marco Ricci commited on 2025-05-19 21:45:21
Zeige 1 geänderte Dateien mit 10 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,10 @@
1
+### Fixed
2
+
3
+  - `derivepassphrase` now tests its locking implementation for correctness,
4
+    on both sides of the API.  Specifically, we test that the respective
5
+    platform-specific locking primitives provide the requested mutual
6
+    exclusion properties, and we also test that the locking system as
7
+    a whole, when given functioning locking primitives, correctly serializes
8
+    access to the facilities it is supposed to guard.
9
+
10
+[#23]: https://github.com/the-13th-letter/derivepassphrase/issues/23
0 11