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: indutny/elliptic Loading
base: v6.4.1
Choose a base ref
...
head repository: indutny/elliptic Loading
compare: v6.5.4
Choose a head ref
  • 18 commits
  • 29 files changed
  • 5 contributors

Commits on Jun 26, 2019

  1. lib: avoid circular dependency

    xg-wang authored and indutny committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    dbe8bc6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    271fd34 View commit details
    Browse the repository at this point in the history
  3. 6.5.0

    indutny committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    475f066 View commit details
    Browse the repository at this point in the history
  4. package: update deps

    indutny committed Jun 26, 2019
    3 Configuration menu
    Copy the full SHA
    5ed0bab View commit details
    Browse the repository at this point in the history
  5. travis: move on

    indutny committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    637d021 View commit details
    Browse the repository at this point in the history
  6. travis: really move on

    indutny committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ee7970b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    7ec66ff View commit details
    Browse the repository at this point in the history
  2. 6.5.1

    indutny committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    71e4e8e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    ec735ed View commit details
    Browse the repository at this point in the history
  2. package: bump dependencies

    indutny committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    9984964 View commit details
    Browse the repository at this point in the history
  3. 6.5.2

    indutny committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    6048941 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. 1 Configuration menu
    Copy the full SHA
    856fe4d View commit details
    Browse the repository at this point in the history
  2. 6.5.3

    indutny committed Jun 18, 2020
    1 Configuration menu
    Copy the full SHA
    8647803 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. build(deps): bump elliptic from 6.4.1 to 6.5.3 (#231)

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](v6.4.1...v6.5.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 2, 2020
    1 Configuration menu
    Copy the full SHA
    8421a01 View commit details
    Browse the repository at this point in the history
  2. lib: relint using eslint

    indutny committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    e71b2d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. ec: validate that a point before deriving keys

    This update checks to make sure that the public key passed in to
    ECDH is a point that actually exists on the curve. This is
    important to prevent a twist attack that can be used to reveal
    the private key of a party in an ECDH operation over a number of
    occurances.
    
    For more details on the attack see this blog post:
    https://github.com/christianlundkvist/blog/blob/master/2020_05_26_secp256k1_twist_attacks/secp256k1_twist_attacks.md
    
    CVE: CVE-2020-28498
    kdenhartog authored and indutny committed Feb 2, 2021
    4 Configuration menu
    Copy the full SHA
    441b742 View commit details
    Browse the repository at this point in the history
  2. package: bump deps

    indutny committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f4bc72b View commit details
    Browse the repository at this point in the history
  3. 6.5.4

    indutny committed Feb 2, 2021
    1 Configuration menu
    Copy the full SHA
    43ac7f2 View commit details
    Browse the repository at this point in the history
Loading