-
Notifications
You must be signed in to change notification settings - Fork 110
Comparing changes
Open a pull request
base repository: ProtonMail/go-crypto
base: v1.1.5
head repository: ProtonMail/go-crypto
compare: v1.1.6
- 16 commits
- 12 files changed
- 6 contributors
Commits on Feb 3, 2025
-
fix(packet): PublicKey.KeyIdString must return a valid key id
PublicKey.KeyIdString previously did not compute the key ID correctly for v5 and v6 keys. This commit fixes the issue by directly using the stored key ID from the struct.
Configuration menu - View commit details
-
Copy full SHA for f621215 - Browse repository at this point
Copy the full SHA f621215View commit details
Commits on Feb 12, 2025
-
Merge pull request #269 from ProtonMail/fix/v6-key-id-pub
Fix: PublicKey.KeyIdString must return a valid key id PublicKey.KeyIdString() previously did not compute the key ID correctly for v5 and v6 keys. This PR fixes the issue by directly using the stored key ID from the struct.
Configuration menu - View commit details
-
Copy full SHA for 30af2e4 - Browse repository at this point
Copy the full SHA 30af2e4View commit details
Commits on Feb 20, 2025
-
Switch to advanced CodeQL configuration
In order to enable CodeQL scanning on PRs from forks.
Configuration menu - View commit details
-
Copy full SHA for 397d579 - Browse repository at this point
Copy the full SHA 397d579View commit details -
Merge pull request #274 from ProtonMail/advanced-codeql-config
Switch to advanced CodeQL configuration
Configuration menu - View commit details
-
Copy full SHA for ef10ec5 - Browse repository at this point
Copy the full SHA ef10ec5View commit details -
Allows Key Flags override, fixes #205
Added InsecureAllowAllKeyFlagsWhenMissing to packet.Config. Allows usage of keys without key flags.
Configuration menu - View commit details
-
Copy full SHA for 68c5c41 - Browse repository at this point
Copy the full SHA 68c5c41View commit details -
Merge pull request #272 from davrux/main
Allows Key Flags override, fixes #205
Configuration menu - View commit details
-
Copy full SHA for cfbd6f6 - Browse repository at this point
Copy the full SHA cfbd6f6View commit details
Commits on Feb 21, 2025
-
Only check that message signatures are newer than the key
Don't check that binding signatures are newer than the primary key that created them, as some old keys generated by previous versions of OpenPGP.js fail this check.
Configuration menu - View commit details
-
Copy full SHA for 8e272e7 - Browse repository at this point
Copy the full SHA 8e272e7View commit details
Commits on Feb 24, 2025
-
Merge pull request #275 from ProtonMail/only-check-msg-sig-newer-than…
…-key Only check that message signatures are newer than the key
Configuration menu - View commit details
-
Copy full SHA for 2732e09 - Browse repository at this point
Copy the full SHA 2732e09View commit details
Commits on Feb 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2b2dbe9 - Browse repository at this point
Copy the full SHA 2b2dbe9View commit details -
Only check that message signatures are newer than the key
Don't check that binding signatures are newer than the primary key that created them, as some old keys generated by previous versions of OpenPGP.js fail this check.
Configuration menu - View commit details
-
Copy full SHA for 89b0776 - Browse repository at this point
Copy the full SHA 89b0776View commit details -
Configuration menu - View commit details
-
Copy full SHA for b105e24 - Browse repository at this point
Copy the full SHA b105e24View commit details -
Merge pull request #276 from mdosch/fix-random-source-is-broken
openpgp/clearsign: just use rand.Reader in tests See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098562 golang/go#70682 golang/crypto@7042ebc
Configuration menu - View commit details
-
Copy full SHA for 44ef98c - Browse repository at this point
Copy the full SHA 44ef98cView commit details -
Make Issuer Key ID signature subpacket non-critical
RPM <=4.16 does not support it.
Configuration menu - View commit details
-
Copy full SHA for 756ebbd - Browse repository at this point
Copy the full SHA 756ebbdView commit details -
Merge pull request #266 from caarlos0/issuer-key-id
Make Issuer Key ID signature subpacket non-critical
Configuration menu - View commit details
-
Copy full SHA for d47bb38 - Browse repository at this point
Copy the full SHA d47bb38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf9d90 - Browse repository at this point
Copy the full SHA 4bf9d90View commit details -
Merge pull request #271 from ProtonMail/feat/improve-errors-key-selec…
…tion v2 API: Improve error messages for encryption key selection This PR enhances error messages by providing detailed explanations when key selection for encryption fails in the v2 API.
Configuration menu - View commit details
-
Copy full SHA for e52eada - Browse repository at this point
Copy the full SHA e52eadaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.5...v1.1.6