Skip to content
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

chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.4" #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 6, 2021

This PR contains the following updates:

Package Update Change
krzyzanowskim/CryptoSwift minor "1.1.3"..."1.3.2" -> "1.1.3"..."1.8.4"

Release Notes

krzyzanowskim/CryptoSwift (krzyzanowskim/CryptoSwift)

v1.8.4

Compare Source

What's Changed

Full Changelog: krzyzanowskim/CryptoSwift@1.8.3...1.8.4

v1.8.3

Compare Source

  • Remove whitespace from the filename to please bazel build system #​1048

v1.8.2

Compare Source

  • Enable VisionOS as supported platform for Xcode project and SwiftPM package
  • Tweak CocoaPods setup for privacy manifest

v1.8.1

Compare Source

  • Update publicKeyDER to support exponent of any byte length (@​WFrost3)
  • Add SHA3 variants for RSA signature verification (@​KatrinLomp)
  • Throw error on unsupported calls, rather than call fatalError (@​AsifSyeed)
  • Update PKCS7 padding logic (@​matthiasgeihs)
  • Add SDK Privacy Manifest - PrivacyInfo.xcprivacy

v1.8.0

Compare Source

  • Add XChaCha20 and XChaCha20-Poly1305 (@​zssz)

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

v1.6.0

Compare Source

  • Improve & extend RSA support with DER (see README for details)
  • Fix Blowfish memory leaks
  • Fix PCBC mode
  • SwiftWasm compatibility

v1.5.1

Compare Source

  • Resolve type name clash by renaming BigInt -> BigInteger #​917

v1.5.0

Compare Source

v1.4.3

Compare Source

  • Fix PCBC mode.

v1.4.2

Compare Source

  • Update Xcode project to Xcode 13
  • Add SHA3 support for HMAC (@​R4v3nPr0)
  • Update HMAC.Variant API (deprecate current cases)

v1.4.1

Compare Source

  • Introduce ISO 10126 padding
  • fix various compiler warnings
  • Revert Xcode project deployment target

v1.4.0

Compare Source

  • Customize CFB segment size (cfb8, cfb128).
  • Adapt Swift @​inlineable for better code optimization

v1.3.8: Back to Sources

Compare Source

  • Revert xcframework revolution. Back to build from sources. (I'm sorry)

v1.3.7

Compare Source

v1.3.6

Compare Source

  • Fix macOS binary
  • Windows support

v1.3.5

Compare Source

  • Re-release binary framework due to codesign issue

v1.3.4: - binary distribution

Compare Source

  • Distribute optimized binary (xcframework) via SPM for Apple platforms

v1.3.3

Compare Source

  • Adds OCB Authenticated-Encryption Algorithm (RFC7253)
  • build-framework.sh output CryptoSwift.xcframework
  • Xcode 12.2 maintenance updates
  • Removed CryptoSwift.playground (couldn't make it work since Xcode 12 update)

v1.3.2

Compare Source

  • Swift 5.3 update (Xcode 12)
  • Bump target platform (iOS 9, macOS 10.12)
  • Allow CMAC with any Cipher #​809
  • Remove CMAC key limit #​809

v1.3.1

Compare Source

  • Fix tests
  • Swift 5.2 update
  • Address possible timing issue

v1.3.0

Compare Source

  • Adds ISO-78164 padding
  • Performance improvements
  • Swift 5.1 update

v1.2.0

Compare Source

1.2.0

  • Performance improvements
  • Workaround Xcode test builds with Xcode 11

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 6, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 6, 2021
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 9df4ef6 to b1f335b Compare April 27, 2021 11:36
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.3.8" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.4.0" Apr 27, 2021
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from b1f335b to 9b887bb Compare July 10, 2021 10:32
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.4.0" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.4.1" Jul 10, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 10, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 10, 2021
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.4.1" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.4.2" Oct 18, 2021
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 9b887bb to 80fea6e Compare October 18, 2021 23:49
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 18, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 18, 2021
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 80fea6e to 8cf8bd5 Compare March 7, 2022 17:05
@renovate-bot renovate-bot requested a review from a team as a code owner March 7, 2022 17:05
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.4.2" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.4.3" Mar 7, 2022
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.4.3" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.5.0" Apr 22, 2022
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 8cf8bd5 to 33032dc Compare April 22, 2022 10:21
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.5.0" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.5.1" Apr 25, 2022
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 33032dc to 6e7e25f Compare April 25, 2022 13:49
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 6e7e25f to 9e4fb13 Compare September 25, 2022 16:12
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.5.1" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.6.0" Sep 25, 2022
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 9e4fb13 to 79e5baa Compare March 26, 2023 18:32
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.6.0" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.7.0" Mar 26, 2023
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.7.0" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.7.1" May 1, 2023
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 79e5baa to e944c81 Compare May 1, 2023 03:36
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from e944c81 to 114c600 Compare June 7, 2023 23:30
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.7.1" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.7.2" Jun 7, 2023
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.7.2" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.0" Sep 5, 2023
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 114c600 to 2492311 Compare September 5, 2023 11:36
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 2492311 to a6dc413 Compare October 17, 2023 21:25
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from a6dc413 to 14c89d7 Compare January 8, 2024 00:45
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.0" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.1" Jan 8, 2024
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 14c89d7 to 2206e37 Compare April 11, 2024 23:40
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.1" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.2" Apr 11, 2024
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 2206e37 to 37bf432 Compare August 5, 2024 19:35
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.2" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.3" Aug 5, 2024
@renovate-bot renovate-bot force-pushed the renovate/krzyzanowskim-cryptoswift-1.x branch from 37bf432 to d20d255 Compare December 23, 2024 14:47
@renovate-bot renovate-bot changed the title chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.3" chore(deps): update dependency krzyzanowskim/cryptoswift to "1.1.3"..."1.8.4" Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant