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: jsha/minica
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: jsha/minica
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 3 files changed
  • 7 contributors

Commits on Feb 11, 2021

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

Commits on Feb 22, 2022

  1. Fix install instructions for Go 1.17+ (#58)

    As of Go v1.17+ go get is no longer supported for installing executables. This changes the
    README to reflect that. For more info see: https://go.dev/doc/go-get-install-deprecation
    reilly3000 authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4c461f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    6c6d1f4 View commit details
    Browse the repository at this point in the history
  2. Fix alg flag check

    jsha committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    96a5c93 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on Jun 23, 2025

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

Commits on Sep 3, 2025

  1. Add option to reuse key material (#78)

    It needs to be opt-in via a command-line option.
    The code currently does not check whether the read key has the
    requested algorithm / key size.
    mswart authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    5aa178a View commit details
    Browse the repository at this point in the history
  2. Bump to Go 1.25

    jsha committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    2efa5c5 View commit details
    Browse the repository at this point in the history
Loading