Skip to content

Releases: ponylang/ssl

1.0.1

29 Jul 18:56
Compare
Choose a tag to compare

Update Shake128 and Shake256 to work with OpenSSL 3.4

With the introduction of OpenSSL 3.4, a breaking change was made to Shake128 and Shake256 digests. A default that previously existed for the digest size was removed, this meant that code still compiled but the digests for Shake128 and Shake256 came back as all 0's.

We've updated our Shake implementations to account and automatically supply the old default sizes. We will be looking at updating our API to support variable length digests in the future, but for now this should allow existing code to continue to work.

[1.0.1] - 2025-07-29

Fixed

  • Update Shake128 and Shake256 to work with OpenSSL 3.4 (PR #5)

1.0.0

16 Jul 02:20
Compare
Choose a tag to compare

Initial version

Initial version of ponylang/ssl. See the README for the current status of the project.

[1.0.0] - 2025-07-16

Added

  • Initial version