Releases: exceptionfactory/jagged
Releases · exceptionfactory/jagged
1.0.0
0.4.1
Fixes
- Removed public visibility from
KeyPairReaderinjagged-ssh
0.4.0
Features
- Added
jagged-sshmodule with support forssh-ed25519andssh-rsarecipient types
0.3.2
Fixes
- Corrected Channel.close() handling on repeated invocations
0.3.1
Fixes
- Corrected end stream handling in DecryptingChannel
0.3.0
Features
- Added
X25519KeyFactoryinjagged-x25519for translating Private Keys to Public Keys - Added build workflow for Java 21
- Added documentation links for project components to README.md
- Upgraded build plugins and GitHub Actions
Fixes
- Corrected
X25519SharedSecretKeyProducerto avoid issues with reusing the Key Agreement across multiple threads - Changed
jagged-bomto use dependency management definition for project modules
0.2.0
Features
- Added Bill of Materials module jagged-bom
Fixes
- Corrected handling of encrypting empty payloads
0.1.1
Fixes
- Corrected handling of decryption for multiple X25519 Public Key Recipients
0.1.0
Features
- Initial development release of Jagged
- Implemented streaming encryption and decryption with binary or ASCII armored encoding
- Implemented scrypt and X25519 recipient and identity handling