Skip to content

Releases: exceptionfactory/jagged

1.0.0

10 Oct 15:38
7b33844
Compare
Choose a tag to compare

Features

  • Initial stable release of Jagged

0.4.1

10 Oct 15:25
897b6b2
Compare
Choose a tag to compare

Fixes

  • Removed public visibility from KeyPairReader in jagged-ssh

0.4.0

14 Jul 02:20
a91aeb7
Compare
Choose a tag to compare

Features

  • Added jagged-ssh module with support for ssh-ed25519 and ssh-rsa recipient types

0.3.2

14 Mar 22:35
255f067
Compare
Choose a tag to compare

Fixes

  • Corrected Channel.close() handling on repeated invocations

0.3.1

19 Jan 20:20
86defde
Compare
Choose a tag to compare

Fixes

  • Corrected end stream handling in DecryptingChannel

0.3.0

24 Dec 04:48
80052e7
Compare
Choose a tag to compare

Features

  • Added X25519KeyFactory in jagged-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

19 Sep 02:42
6f931ce
Compare
Choose a tag to compare

Features

  • Added Bill of Materials module jagged-bom

Fixes

  • Corrected handling of encrypting empty payloads

0.1.1

18 Sep 19:49
19b1fd9
Compare
Choose a tag to compare

Fixes

  • Corrected handling of decryption for multiple X25519 Public Key Recipients

0.1.0

29 Aug 16:41
3a42c09
Compare
Choose a tag to compare

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