Releases: exceptionfactory/jagged
Releases · exceptionfactory/jagged
1.0.0
0.4.1
Fixes
- Removed public visibility from
KeyPairReader
injagged-ssh
0.4.0
Features
- Added
jagged-ssh
module with support forssh-ed25519
andssh-rsa
recipient 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
X25519KeyFactory
injagged-x25519
for 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
X25519SharedSecretKeyProducer
to avoid issues with reusing the Key Agreement across multiple threads - Changed
jagged-bom
to 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