confium 0.3.3-aarch64-linux → 0.3.4-aarch64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4307dc096901e221f0db21d3e9a19d38fee81272257df41e4898c66829264b3e
|
|
4
|
+
data.tar.gz: be8d8f5bb4db81be87f118fa1a884df1aef93b166deb49ab7b8aea022e4ba016
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e9fd857b570851790fa12ba1947989fda556d095289efef6665a49f96dd1b9b7acdd1aeedd08e66716d51a45fa27ed6b2f0537747f59d7a0353fe322985d11f
|
|
7
|
+
data.tar.gz: a7f9f0ad8f835dd595a144c2b1660eba029ca5366460e34c40bc39f95bed5bbaa66d7191e3c81d17611d03810f3e6eda95306c2d54622949eaae2f62738f0f9a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.3.4] — 2026-08-23
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- **Typed-error sweep completed.** Crypto operation failures
|
|
8
|
+
(FrostP256 sign, ElGamal encapsulate/decrypt/aggregate, composite
|
|
9
|
+
sign) raise `Confium::CryptoError` with the primitive in `details`;
|
|
10
|
+
`PathValidator` DER extraction failures raise `Confium::ParseError`;
|
|
11
|
+
`Manifest#tier_name_at` and `SignedData#certificate_at` out-of-range
|
|
12
|
+
raise the typed `Confium::IndexError` (unifying with the
|
|
13
|
+
transparency proofs — they previously raised Ruby's core
|
|
14
|
+
`IndexError`).
|
|
15
|
+
- **Zero compiler warnings.** All 80 direct
|
|
16
|
+
`magnus::exception::*` constructor sites are centralized into
|
|
17
|
+
`util::runtime`/`util::arg_error` (the deprecated API survives in
|
|
18
|
+
exactly one module whose job is wrapping it); the remaining magnus
|
|
19
|
+
deprecations (`RString::buf_new`, `RArray::each`) and dead imports
|
|
20
|
+
are fixed.
|
|
21
|
+
- **DoS guard now covers every byte input**: the duplicate local
|
|
22
|
+
`bytes_from_value` copies in tc/transparency — one of which
|
|
23
|
+
skipped the 1 MiB size cap — are consolidated onto the util
|
|
24
|
+
version that enforces it.
|
|
25
|
+
|
|
3
26
|
## [0.3.3] — 2026-08-23
|
|
4
27
|
|
|
5
28
|
### Added
|
data/lib/confium/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|