Release Crypto Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 10:40:23 +02:00
parent 4b75f819e2
commit 82bb01b13f
37 changed files with 3673 additions and 140 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## 0.2.0 - 2026-09-02
- Added strict PBES2/PBKDF2 encrypted PKCS #8 inspection and password-gated WebCrypto decryption for supported AES profiles.
- Added explicit-input certificate path analysis without trust claims.
- Added bounded PKCS #12 AuthenticatedSafe/SafeContents and bag inventory, supported MacData verification, and password-gated PBES2/PBKDF2/AES decryption for encrypted content and shrouded PKCS #8 keys.
- Wipe standalone decrypted PKCS #8 buffers after inspection and WebCrypto
operational imports, and enforce a sequential, aggregate PBKDF2 work budget
across multi-object PEM and PKCS #12 inspection.
- Added fixed-profile WebCrypto sign/verify and authenticated/limited encrypt/decrypt workspaces.
## 0.1.0 - 2026-09-01
- Added the initial local-first Crypto Tools workbench.