Skip to content

chore(deps): bump kotlin-cryptography from 0.4.0 to 0.5.0 #543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps kotlin-cryptography from 0.4.0 to 0.5.0.
Updates dev.whyoleg.cryptography:cryptography-core from 0.4.0 to 0.5.0

Release notes

Sourced from dev.whyoleg.cryptography:cryptography-core's releases.

0.5.0 - CryptoKit & optimal providers

Features

  • New CryptoKit based provider for all Apple targets, which brings support for AES-GCM and ECDH without requiring to use of OpenSSL
  • New optimal provider, which allows using preconfigured providers for all targets via a single dependency
  • New algorithms: RIPEMD160 (#55, thanks to @​huskcasaca!) and CMAC (#69, thanks to @​NinjaRat84!)
  • Support for compressed encoding of EC public keys (#57, thanks to @​huskcasaca!)
  • Support for IV size larger than 12 bytes in AES GCM (#75)

Bug fixes

  • Fix verifySignature declaration in WebCrypto (#62)
  • Fix AES.keyGenerator overload resolution ambiguity (#53)

Other improvements

  • Kotlin 2.0.20 -> 2.2.0
  • kotlinx-io 0.5.4 -> 0.8.0
  • Update the prebuilt OpenSSL version to 3.5.0 LTS
  • Additional EC curves definitions: secp256k1 & brainpool (#78, thanks to @​waltkb & @​sake!)
  • Improve the implementation around WebCrypto JS API (#59 & #71)
  • Introduce an ability to configure the default security provider for JDK provider and additional dependency to use BouncyCastle provider by default
  • New CryptographySystem API to configure the default provider, with the ability to work with multiple providers at the same time

For more information, please consult the documentation: https://whyoleg.github.io/cryptography-kotlin/

Changelog

Sourced from dev.whyoleg.cryptography:cryptography-core's changelog.

0.5.0 – CryptoKit & optimal providers

Published 30 Jun 2025

Features

  • New CryptoKit based provider for all Apple targets, which brings support for AES-GCM and ECDH without requiring to use OpenSSL
  • New optimal provider, which allows using preconfigured providers for all targets via a single dependency
  • New algorithms: RIPEMD160 (#55) and CMAC (#69)
  • Support for compressed encoding of EC public keys (#57)
  • Support for IV size larger than 12 bytes in AES GCM (#75)

Bug fixes

  • Fix verifySignature declaration in WebCrypto (#62)
  • Fix AES.keyGenerator overload resolution ambiguity (#53)

Other improvements

  • Kotlin 2.0.20 -> 2.2.0
  • kotlinx-io 0.5.4 -> 0.8.0
  • Update the prebuilt OpenSSL version to 3.5.0 LTS
  • Additional EC curves definitions: secp256k1 & brainpool (#78)
  • Improve the implementation around WebCrypto JS API (#59 & #71)
  • Introduce an ability to configure the default security provider for JDK provider and additional dependency to use BouncyCastle provider by default
  • New CryptographySystem API to configure the default provider, with the ability to work with multiple providers at the same time
Commits
  • 972562b Version 0.5.0
  • 2eb2d1d Don't run checks on release to be able to iterate faster if release configura...
  • 49b98fb Add the changelog for 0.5.0
  • f2bbb6d Improve documentation and untie it from dokka module files to have more flexi...
  • 66c77a6 Extract dokka modules/packages definition to single file
  • 4452e1e Cleanup readme a bit
  • f096150 Simplify documentation configuration
  • f63c181 Setup Projects to track published and documented artefacts to be compatible...
  • 0e70f30 Use openssl EC_POINT APIs to get a compressed public key
  • d48fb01 Test sizes for all formats EC public/private key
  • Additional commits viewable in compare view

Updates dev.whyoleg.cryptography:cryptography-random from 0.4.0 to 0.5.0

Release notes

Sourced from dev.whyoleg.cryptography:cryptography-random's releases.

0.5.0 - CryptoKit & optimal providers

Features

  • New CryptoKit based provider for all Apple targets, which brings support for AES-GCM and ECDH without requiring to use of OpenSSL
  • New optimal provider, which allows using preconfigured providers for all targets via a single dependency
  • New algorithms: RIPEMD160 (#55, thanks to @​huskcasaca!) and CMAC (#69, thanks to @​NinjaRat84!)
  • Support for compressed encoding of EC public keys (#57, thanks to @​huskcasaca!)
  • Support for IV size larger than 12 bytes in AES GCM (#75)

Bug fixes

  • Fix verifySignature declaration in WebCrypto (#62)
  • Fix AES.keyGenerator overload resolution ambiguity (#53)

Other improvements

  • Kotlin 2.0.20 -> 2.2.0
  • kotlinx-io 0.5.4 -> 0.8.0
  • Update the prebuilt OpenSSL version to 3.5.0 LTS
  • Additional EC curves definitions: secp256k1 & brainpool (#78, thanks to @​waltkb & @​sake!)
  • Improve the implementation around WebCrypto JS API (#59 & #71)
  • Introduce an ability to configure the default security provider for JDK provider and additional dependency to use BouncyCastle provider by default
  • New CryptographySystem API to configure the default provider, with the ability to work with multiple providers at the same time

For more information, please consult the documentation: https://whyoleg.github.io/cryptography-kotlin/

Changelog

Sourced from dev.whyoleg.cryptography:cryptography-random's changelog.

0.5.0 – CryptoKit & optimal providers

Published 30 Jun 2025

Features

  • New CryptoKit based provider for all Apple targets, which brings support for AES-GCM and ECDH without requiring to use OpenSSL
  • New optimal provider, which allows using preconfigured providers for all targets via a single dependency
  • New algorithms: RIPEMD160 (#55) and CMAC (#69)
  • Support for compressed encoding of EC public keys (#57)
  • Support for IV size larger than 12 bytes in AES GCM (#75)

Bug fixes

  • Fix verifySignature declaration in WebCrypto (#62)
  • Fix AES.keyGenerator overload resolution ambiguity (#53)

Other improvements

  • Kotlin 2.0.20 -> 2.2.0
  • kotlinx-io 0.5.4 -> 0.8.0
  • Update the prebuilt OpenSSL version to 3.5.0 LTS
  • Additional EC curves definitions: secp256k1 & brainpool (#78)
  • Improve the implementation around WebCrypto JS API (#59 & #71)
  • Introduce an ability to configure the default security provider for JDK provider and additional dependency to use BouncyCastle provider by default
  • New CryptographySystem API to configure the default provider, with the ability to work with multiple providers at the same time
Commits
  • 972562b Version 0.5.0
  • 2eb2d1d Don't run checks on release to be able to iterate faster if release configura...
  • 49b98fb Add the changelog for 0.5.0
  • f2bbb6d Improve documentation and untie it from dokka module files to have more flexi...
  • 66c77a6 Extract dokka modules/packages definition to single file
  • 4452e1e Cleanup readme a bit
  • f096150 Simplify documentation configuration
  • f63c181 Setup Projects to track published and documented artefacts to be compatible...
  • 0e70f30 Use openssl EC_POINT APIs to get a compressed public key
  • d48fb01 Test sizes for all formats EC public/private key
  • Additional commits viewable in compare view

Updates dev.whyoleg.cryptography:cryptography-provider-webcrypto from 0.4.0 to 0.5.0

Release notes

Sourced from dev.whyoleg.cryptography:cryptography-provider-webcrypto's releases.

0.5.0 - CryptoKit & optimal providers

Features

  • New CryptoKit based provider for all Apple targets, which brings support for AES-GCM and ECDH without requiring to use of OpenSSL
  • New optimal provider, which allows using preconfigured providers for all targets via a single dependency
  • New algorithms: RIPEMD160 (#55, thanks to @​huskcasaca!) and CMAC (#69, thanks to @​NinjaRat84!)
  • Support for compressed encoding of EC public keys (#57, thanks to @​huskcasaca!)
  • Support for IV size larger than 12 bytes in AES GCM (#75)

Bug fixes

  • Fix verifySignature declaration in WebCrypto (#62)
  • Fix AES.keyGenerator overload resolution ambiguity (#53)

Other improvements

  • Kotlin 2.0.20 -> 2.2.0
  • kotlinx-io 0.5.4 -> 0.8.0
  • Update the prebuilt OpenSSL version to 3.5.0 LTS
  • Additional EC curves definitions: secp256k1 & brainpool (#78, thanks to @​waltkb & @​sake!)
  • Improve the implementation around WebCrypto JS API (#59 & #71)
  • Introduce an ability to configure the default security provider for JDK provider and additional dependency to use BouncyCastle provider by default
  • New CryptographySystem API to configure the default provider, with the ability to work with multiple providers at the same time

For more information, please consult the documentation: https://whyoleg.github.io/cryptography-kotlin/

Changelog

Sourced from dev.whyoleg.cryptography:cryptography-provider-webcrypto's changelog.

0.5.0 – CryptoKit & optimal providers

Published 30 Jun 2025

Features

  • New CryptoKit based provider for all Apple targets, which brings support for AES-GCM and ECDH without requiring to use OpenSSL
  • New optimal provider, which allows using preconfigured providers for all targets via a single dependency
  • New algorithms: RIPEMD160 (#55) and CMAC (#69)
  • Support for compressed encoding of EC public keys (#57)
  • Support for IV size larger than 12 bytes in AES GCM (#75)

Bug fixes

  • Fix verifySignature declaration in WebCrypto (#62)
  • Fix AES.keyGenerator overload resolution ambiguity (#53)

Other improvements

  • Kotlin 2.0.20 -> 2.2.0
  • kotlinx-io 0.5.4 -> 0.8.0
  • Update the prebuilt OpenSSL version to 3.5.0 LTS
  • Additional EC curves definitions: secp256k1 & brainpool (#78)
  • Improve the implementation around WebCrypto JS API (#59 & #71)
  • Introduce an ability to configure the default security provider for JDK provider and additional dependency to use BouncyCastle provider by default
  • New CryptographySystem API to configure the default provider, with the ability to work with multiple providers at the same time
Commits
  • 972562b Version 0.5.0
  • 2eb2d1d Don't run checks on release to be able to iterate faster if release configura...
  • 49b98fb Add the changelog for 0.5.0
  • f2bbb6d Improve documentation and untie it from dokka module files to have more flexi...
  • 66c77a6 Extract dokka modules/packages definition to single file
  • 4452e1e Cleanup readme a bit
  • f096150 Simplify documentation configuration
  • f63c181 Setup Projects to track published and documented artefacts to be compatible...
  • 0e70f30 Use openssl EC_POINT APIs to get a compressed public key
  • d48fb01 Test sizes for all formats EC public/private key
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `kotlin-cryptography` from 0.4.0 to 0.5.0.

Updates `dev.whyoleg.cryptography:cryptography-core` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/whyoleg/cryptography-kotlin/releases)
- [Changelog](https://github.com/whyoleg/cryptography-kotlin/blob/main/CHANGELOG.md)
- [Commits](whyoleg/cryptography-kotlin@0.4.0...0.5.0)

Updates `dev.whyoleg.cryptography:cryptography-random` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/whyoleg/cryptography-kotlin/releases)
- [Changelog](https://github.com/whyoleg/cryptography-kotlin/blob/main/CHANGELOG.md)
- [Commits](whyoleg/cryptography-kotlin@0.4.0...0.5.0)

Updates `dev.whyoleg.cryptography:cryptography-provider-webcrypto` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/whyoleg/cryptography-kotlin/releases)
- [Changelog](https://github.com/whyoleg/cryptography-kotlin/blob/main/CHANGELOG.md)
- [Commits](whyoleg/cryptography-kotlin@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: dev.whyoleg.cryptography:cryptography-core
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dev.whyoleg.cryptography:cryptography-random
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dev.whyoleg.cryptography:cryptography-provider-webcrypto
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from sureshg July 1, 2025 02:08
@dependabot dependabot bot added dependencies Changes that affect dependencies gradle Gradle changes labels Jul 1, 2025
Copy link

sonarqubecloud bot commented Jul 1, 2025

@sureshg sureshg closed this Jul 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/kotlin-cryptography-0.5.0 branch July 1, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that affect dependencies gradle Gradle changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant