Skip to content

Tags: ProtonMail/go-crypto

Tags

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

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check binding signature details against primary key (#264)

Rather than checking the binding signature details against the subkey 
(i.e. the subject of the binding signature), check them against the primary key (i.e. the signing key).

v1.1.5-proton

Toggle v1.1.5-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.1.4-proton

Toggle v1.1.4-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.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update artifact actions to v4 (#260)

The v3 versions are deprecated and will stop working.