Adapt keydb test to segregated decrypt primitives; 1.4.2 changelog

The KEYDB-gated test that feeds real key material into libfreemkv's AACS crypto
now composes decrypt_unit + is_clean (the removed decrypt_unit_try_keys wrapper's
behaviour), unchanged semantics.
This commit is contained in:
Matthew Jackson
2026-07-15 19:35:25 -07:00
parent 03765184c8
commit c81cc5ccaa
2 changed files with 20 additions and 14 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [1.4.2] — 2026-07-15
Version sync with the workspace; inherits libfreemkv 1.4.2. The keydb test that
feeds real key material into the AACS crypto was adapted to the segregated
`decrypt_unit` + `is_clean` primitives (behaviour unchanged).
## [1.4.1] — 2026-07-14
Version sync with the workspace; inherits libfreemkv 1.4.1.