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/gokey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: cloudflare/gokey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 9 commits
  • 10 files changed
  • 6 contributors

Commits on Apr 18, 2023

  1. Import deterministic ECDSA key generation code from Go 1.18 crypto/ec…

    …dsa package
    
    Closes: #61
    zhsj authored and ignatk committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    51044cf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. CI: bump actions/setup-go to v4

    kbdharun authored and ignatk committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    61bc2d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore: use bytes.Equal instead (#66)

    chore: use bytes.Equal instead
    testwill authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    26fcef2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update workflow definitions

    * bump action release versions
    * use go stable/oldstable definition instead of hardcoding go versions
    ignatk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6a9a07c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d8efb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19e52d5 View commit details
    Browse the repository at this point in the history
  4. Bump golang.org/x/crypto

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220622213112-05595931fe9d 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 ignatk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    23bfca7 View commit details
    Browse the repository at this point in the history
  5. allow setting master password via environment variable

    Should prefer password via cmdline or password file, but check GOKEY_ROOT_PASS
    environment variable before providing interactive password prompt.
    ignatk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8fd9ed6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5342a3 View commit details
    Browse the repository at this point in the history
Loading