Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ProtonMail/go-crypto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: ProtonMail/go-crypto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.5
Choose a head ref
  • 11 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    b01f065 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    add07bd View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Preallocate the chunk size rather than buffering

    Since the chunk size is capped at 4MB now, we can safely preallocate
    it so that we don't have to buffer each chunk.
    twiss committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    6fa7f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee7824 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04cfaf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df3ee02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fd5ec8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #259 from ProtonMail/less-memory-large-msgs

    Reduce memory usage when AEAD en/decrypting large messages
    twiss authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    be3aef0 View commit details
    Browse the repository at this point in the history
  7. Update artifact actions to v4 (#260)

    The v3 versions are deprecated and will stop working.
    twiss authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    3de0301 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Configuration menu
    Copy the full SHA
    72cacd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. 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).
    twiss authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    d703f49 View commit details
    Browse the repository at this point in the history
Loading