Merged
Conversation
c0769f3 to
3c41190
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[5.16.0] - 2026-02-04
🚀 Features
cosmian_cover_crypt:via the cosmian_cover_crypt crate. This crate provides
a configurable KEM framework that can operate in pure classical, pure post-quantum, or hybrid mode
by combining a pre-quantum KEM with a post-quantum KEM through a KEM combiner (using SHA-256).
CreateKeyPairfor Configurable-KEM andEncrypt/Decryptencapsulation/decapsulation flows.kmip.policy_idand[kmip.allowlists]) #700kmip.policy_idselects a policy (case-insensitive):DEFAULT: built-in conservative allowlists (e.g., SHA-2/3, P-256/P-384/P-521 + Curve25519/448, AEAD/wrapping modes, OAEP/PSS/PKCS5, RSA 3072/4096).CUSTOM: enforce the allowlists you set under[kmip.allowlists].kmip.policy_idis unset, the KMIP policy layer is disabled.Nonevs[]semantics (for each allowlist):Nonemeans "no restriction", while an empty list[]means "deny all" when enforcement is enabled./ui/branding.json(title, theme, and favicon resolved before React renders)/ui/themes/<theme>/...with Ant Design token overrides/usr/local/cosmian/ui/dist/)dist/**/*globs)dist/content during packaging (checksindex.html,assets/,themes/,branding.json)🐛 Bug Fixes
/etc/cosmian/kms.tomlpresent by running with an explicit temp config.curlin a clean environment (avoid inherited OpenSSL/LD overrides).⚙️ Build
.github/scripts/nix.sh sbomstrictly validates--target/--variant/--link, defaults to generating all combinations, and supports generating a specific server subset.sbom.csv+vulns.csvreports per output directory, and deduplicates CVE rows in-place (vianix/scripts/dedup_cves.py, with optional filtering helpernix/scripts/filter_vulns.py).📚 Documentation