8000 Comparing v1.3.6...v1.3.7 · cloudflare/circl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: cloudflare/circl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.6
Choose a base ref
...
head repository: cloudflare/circl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.7
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 19, 2023

  1. build(deps): bump golang.org/x/crypto

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.3.1-0.20221117191849-2c476679df9a to 0.17.0.
    - [Commits](https://github.com/golang/crypto/commits/v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and armfazh committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    899732a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. kyber: remove division by q in ciphertext compression

    On some platforms, division by q leaks some information on the
    ciphertext by its timing. If a keypair is reused, and an attacker has access to
    a decapsulation oracle, this reveals information on the private key.
    This is known as "kyberslash2".
    
    Note that this does not affect to the typical ephemeral usage in TLS.
    bwesterb authored and armfazh committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    75ef91e View commit details
    Browse the repository at this point in the history
  2. Releasing CIRCL v1.3.7

    armfazh committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    c48866b View commit details
    Browse the repository at this point in the history
Loading
0