-
Notifications
You must be signed in to change notification settings - Fork 5
Update dependency openpgp to v5.11.3 #28
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/openpgp-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdd734f
to
ad01cdb
Compare
ad01cdb
to
c027e02
Compare
c027e02
to
a28dbae
Compare
a28dbae
to
69910c2
Compare
69910c2
to
02c4c6b
Compare
02c4c6b
to
0d8cf61
Compare
0d8cf61
to
68504da
Compare
68504da
to
50144cb
Compare
50144cb
to
b5d4305
Compare
b5d4305
to
74e0a1d
Compare
74e0a1d
to
6c92984
Compare
6c92984
to
d0948da
Compare
d0948da
to
850a69e
Compare
850a69e
to
4ff2919
Compare
4ff2919
to
80899f3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.1.0
->5.11.3
4.4.18
->5.0.0
Release Notes
openpgpjs/openpgpjs (openpgp)
v5.11.3
: - Security PatchCompare Source
v5.11.2
Compare Source
What's Changed
openpgp.verify
: fix bug preventing verification of detached signatures over streamed data (#1762)Full Changelog: openpgpjs/openpgpjs@v5.11.1...v5.11.2
v5.11.1
Compare Source
What's Changed
Full Changelog: openpgpjs/openpgpjs@v5.11.0...v5.11.1
v5.11.0
Compare Source
What's Changed
crypto-refresh
: minor fixes and updates for X25519/Ed25519 (new format) (#1687)enums.publicKey.eddsaLegacy
, set to replaceenums.publicKey.eddsa
in v6enums.curve.ed25519Legacy
and.curve25519Legacy
, set to replaceenums.curve.ed25519
and.curve25519
in v6VerifyOptions
(#1644)Full Changelog: openpgpjs/openpgpjs@v5.10.2...v5.11.0
v5.10.2
Compare Source
What's Changed
Full Changelog: openpgpjs/openpgpjs@v5.10.1...v5.10.2
v5.10.1
Compare Source
Reject cleartext messages with extraneous data preceeding hash, addressing: GHSA-ch3c-v47x-4pgp.
v5.10.0
Compare Source
crypto-refresh
: add support for newEd25519
/X25519 keys, signatures and messages (#1620)This release does not include any breaking changes.
Full Changelog: openpgpjs/openpgpjs@v5.9.0...v5.10.0
v5.9.0
Compare Source
v5.8.0
Compare Source
additionalAllowedPackets
config option, to allow parsing packets that are not usually expected/allowed in a given context (#1618)getPrimaryUser
method (#1623)v5.7.0
Compare Source
signatureNotations[*].critical
property. When set to critical, if the OpenPGP implementation reading the signature doesn't understand their meaning, they will be rejected rather than ignored. This is useful if the notation is indeed critical (:slightly_smiling_face:) to the functioning of the signature or the key that contains it.config.knownNotations
array, or (preferably) pass aknownNotations
array in theconfig
property when verifying a signature, and then handle the preference indicated by the notation data afterwards by inspecting thesignaturePacket.notations
orrawNotations
property.selfCertification
property to thePrimaryUser
interface definition (#1594)generateSessionKeys
'sencryptionKeys
parameter as optional (#1596)v5.6.0
Compare Source
Key.clone()
behaviour (#1589)RandomBuffer
(#1593)v5.5.0
Compare Source
printDebug
: add label to identify source of the log (#1555)v5.4.0
Compare Source
CleartextMessage
signature generation over text with trailing whitespace and \r\n line endings (#1548)encryptSessionKey
if no keys or passwords are provided (#1547)allowInsecureVerificationWithReformattedKeys
field to Config (#1551)v5.3.1
Compare Source
v5.3.0
Compare Source
encryptKey
andSecretKeyPacket.encrypt
(#1508)UnparseablePacket
to properly deal with key blocks that include malformed/unsupported packets (#1522)UnsupportedError
on unknown algorithm in keys, signatures and encrypted session keys (#1523)v5.2.1
Compare Source
web-stream-tools
types, fixSignOptions
(#1502)v5.2.0
Compare Source
navigator
before using it (#1475)Key.isRevoked()
andSignaturePacket.verify()
TypeScript definitions, and removeSignaturePacket.verified
from Typescript declarations (#1486, #1494)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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.