Skip to content

Tags: ProtonMail/go-crypto

Tags

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Properly handle ECC keys with invalid points (#304)

v1.4.1-proton

Toggle v1.4.1-proton's commit message

Verified

This commit was signed with the committer’s verified signature.
lubux Lukas Burkhalter
Add support for draft-ietf-openpgp-persistent-symmetric-keys-00

This partially reverts commit f280790.

v1.4.0-proton

Toggle v1.4.0-proton's commit message

Verified

This commit was signed with the committer’s verified signature.
lubux Lukas Burkhalter
Add support for draft-ietf-openpgp-persistent-symmetric-keys-00

This partially reverts commit f280790.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #298 from ProtonMail/feat/cleartext-hash-header

Cleartext Signature Framework: Only allow valid hashes in header

v1.3.0-proton

Toggle v1.3.0-proton's commit message

Verified

This commit was signed with the committer’s verified signature.
lubux Lukas Burkhalter
Add support for draft-ietf-openpgp-persistent-symmetric-keys-00

This partially reverts commit f280790.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #286 from ProtonMail/feat/v1-api-enforce-signature…

…-hashes

RFC 9580 mandates the use of specific hash algorithms for certain signature algorithms. While the v2 API already enforces these restrictions, this PR ports the same logic to the v1 API to ensure that invalid or non-compliant data cannot be written.

v1.2.0-proton

Toggle v1.2.0-proton's commit message

Verified

This commit was signed with the committer’s verified signature.
lubux Lukas Burkhalter
feat: ML-KEM change key combiner to latest draft

See:
openpgp-pqc/draft-openpgp-pqc#161

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #280 from ProtonMail/fix/aead-max-chunk-size

Change the max AEAD chunk size to 4MiB from 64KiB

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v1.1.6-proton

Toggle v1.1.6-proton's commit message

Verified

This commit was signed with the committer’s verified signature.
lubux Lukas Burkhalter
feat: ML-KEM change key combiner to latest draft

See:
openpgp-pqc/draft-openpgp-pqc#161