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

fix(deps): update dependency pointycastle to v3 #20

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 14, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pointycastle dependencies major ^1.0.2 -> ^3.0.0

Release Notes

bcgit/pc-dart

v3.7.0

  • Added RC2
  • Added RC4
  • Added 3DES
  • Added PKCS5S1ParameterGenerator
  • Added PKCS12ParametersGenerator
  • Added new OIDs
  • Added new ASN1 models
  • EAX
  • Linting
  • Fix to BasePadding

v3.6.2

Compare Source

  • Added OIDs 2.16.840.1.114412.1.1/digiCertOVCert and
  • 2.23.140.1.2.2/organization-validated

v3.6.1

Compare Source

  • Added OID 2.5.4.26/registeredAddress
  • Support ASN1 tag 164

v3.6.0

Compare Source

  • Added ECDH Basic Agreement
  • Added ConcatKDF

v3.5.2

Compare Source

  • Added secp521r1 OID

v3.5.1

Compare Source

  • Added ASN1BMPString
  • Added emailAddress OID

v3.5.0

Compare Source

  • RSAES-OAEP with SHA256 or any digest instance.
  • Fixed bug in Keccak when updating with single bytes.

v3.4.0

Compare Source

  • Security update, fixed timing leaking in GCM implementation.
  • Fixed bug in GCM counter.
  • Added constant time gated xor.
  • Removed more references to AESFastEngine.
  • Security update, AESFastEngine is open to timing attacks, this has been deprecated and replaced with AESEngine.
  • validateMac in BaseAEADBlockCipher is now constant time.

v3.3.5

Compare Source

  • New OID

v3.3.4

Compare Source

  • Performance update to scrypt
  • SM3 implementation

v3.3.3

Compare Source

  • Argon2 in js environments.

v3.3.2

Compare Source

  • New OIDs

v3.3.1

Compare Source

  • Update to Register64 mul(...)
  • New OID

v3.3.0

Compare Source

  • ECElGamal Encryptor and Decryptor

v3.2.0

Compare Source

  • Better ASN1 Dump
  • New OIDs
  • ASN1 Fixes

v3.1.3

Compare Source

  • Add Argon2
  • Fix to ASN1 parsing, calculation of start position.

v3.1.2

Compare Source

v3.1.1

Compare Source

  • Updated pubspec

v3.0.1

Compare Source

First non-nullable-by-default release

v2.0.1

Compare Source

  • Bug fix, ASN1Utils
  • Removal of 'dart:io'
  • RSAPrivateKey calculates the public exponent from the other values.

The previous BigInt handling functions in the util package now treat encoded BigInts as twos compliment numbers, this
may cause sudden unexpected failures if a number is suddenly negative. Users are advised to review their use of
decodeBigInt and encodeBigInt.

utils.dart:

  • decodeBigInt is twos compliment.
  • encodeBigInt is twos compliment and adds padding to preserve sign.
  • encodeBigIntAsUnsigned writes the magnitude without any padding.
  • decodeBigIntWithSign allows the specification of an arbitrary sign.
  • Previous uses of decodeBigInt where the expectation is an unsigned integer have been updated with
    decodeBigIntWithSign(1, magnitude).

v2.0.0

Compare Source

  • No changes from 2.0.0-rc2

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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant