Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull in upstrea #1

Open
wants to merge 77 commits into
base: master
Choose a base branch
from
Open

pull in upstrea #1

wants to merge 77 commits into from

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    ab2f90f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from square/dependabot/go_modules/github.com/u…

    …rfave/cli-1.22.2
    
    Bump github.com/urfave/cli from 1.22.1 to 1.22.2
    mcpherrinm authored Nov 22, 2019
    Configuration menu
    Copy the full SHA
    004e21b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

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

Commits on Jan 6, 2020

  1. Set CRL expiration to 2 years

    Alexander Baranov committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    888ea0d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Merge pull request #97 from sashabaranov/master

    Set CRL expiration to 2 years
    mcpherrinm authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    1eaeef9 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    f0c6e7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from square/dependabot/go_modules/github.com/u…

    …rfave/cli-1.22.3
    
    Bump github.com/urfave/cli from 1.22.2 to 1.22.3
    mbyczkowski authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    cadabbf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    92cd0f3 View commit details
    Browse the repository at this point in the history
  2. Clean-up test execution

    This allows for using `go test -v ./...` to run all the tests without
    requiring binaries to be available on the host. The integration tests
    can be triggered using `go test -v -tags=integration ./...`
    mbyczkowski committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e37bb83 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #93 from square/mbyczkowski/cleanup-tests

    Remove vendorized deps
    mbyczkowski authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    a85247f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcd0252 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Fix docker build after removal of vendored deps

    I believe the docker build broke after merging #93. This change should
    fix #105
    mbyczkowski committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    c746960 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from square/dependabot/go_modules/github.com/…

    …urfave/cli-1.22.4
    
    Bump github.com/urfave/cli from 1.22.3 to 1.22.4
    mbyczkowski authored Apr 12, 2020
    Configuration menu
    Copy the full SHA
    b481fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Merge pull request #106 from square/mbyczkowski/fix-docker-build

    Fix docker build after removal of vendored deps
    mbyczkowski authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    faf0794 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Configure GitHub Actions

    GH Actions will build on every PR and every Push and perform the
    following:
    - go build
    - go test
    - integration tests
    - golanci-lint run
    
    There are some linter errors, so linter fails are currently being
    ignored, but they can be easily turned on once the code is fixed in a
    subsequent PR.
    mbyczkowski committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    039b484 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Merge pull request #107 from square/mbyczkowski/test-gh-actions

    Configure GitHub Actions
    mbyczkowski authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    5d5de6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966f653 View commit details
    Browse the repository at this point in the history
  3. Enforce linter errors

    mbyczkowski committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    54b5467 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

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

Commits on May 1, 2020

  1. Merge pull request #94 from fd0/add-permitted-domain

    Add option to create CA restricted to some domains
    mcpherrinm authored May 1, 2020
    Configuration menu
    Copy the full SHA
    186cfda View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. update to generated binaries information

    The description, related to generated binaries, is not right,
    mrtrkmn authored May 5, 2020
    Configuration menu
    Copy the full SHA
    23ea083 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

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

Commits on May 7, 2020

  1. Merge pull request #109 from mrturkmen06/patch-1

    update to generated binaries information
    mbyczkowski authored May 7, 2020
    Configuration menu
    Copy the full SHA
    7cda9d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

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

Commits on Nov 6, 2020

  1. Merge pull request #114 from square/dependabot/go_modules/github.com/…

    …urfave/cli-1.22.5
    
    Bump github.com/urfave/cli from 1.22.4 to 1.22.5
    mbyczkowski authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    6b8b03f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Fix NotBefore calculation on new certificates

    Adding/subtracting from time.Time with a plain integer is making
    adjustments by the nanosecond whereas the intention was to create new
    certificates that have a validity period starting 10 minutes in the past.
    adregner committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    6243d8b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Merge pull request #115 from adregner/fix_minus_10min

    Fix NotBefore calculation on new certificates
    alokmenghrajani authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    14dbcb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

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

Commits on May 10, 2021

  1. Merge pull request #118 from square/dependabot/add-v2-config-file

    Upgrade to GitHub-native Dependabot
    mbyczkowski authored May 10, 2021
    Configuration menu
    Copy the full SHA
    1768704 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    378329b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9864e7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122 from square/jwood/fix-1.17-tests

    Use CA key instead of the subject key in the revocation test
    jdtw authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    3ff5d9c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #123 from square/jwood/fix-linter

    Move to the correct Go lint action
    jdtw authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    14f1e5d View commit details
    Browse the repository at this point in the history
  5. Exclude the deprecated PEM functions from CI lints (#125)

    The lints from #124 will always cause CI to fail. Ignore them for now.
    jdtw authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b8e7bd9 View commit details
    Browse the repository at this point in the history
  6. Move to Go 1.17 (#126)

    jdtw authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    21a080e View commit details
    Browse the repository at this point in the history
  7. Remove deprecated Travis CI config (#127)

    * Remove turned-down travis config
    
    * Replace the Travis build with Github Actions
    jdtw authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5fd1b5e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    6b3ab22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95bea3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda01db View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Add CODEOWNERS

    mbyczkowski authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    31db230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f17e94 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #142 from square/mbyczkowski-patch-1

    Add CODEOWNERS
    mbyczkowski authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ccb7865 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Bump go.step.sm/crypto from 0.13.0 to 0.15.2

    Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.13.0 to 0.15.2.
    - [Release notes](https://github.com/smallstep/crypto/releases)
    - [Commits](smallstep/crypto@v0.13.0...v0.15.2)
    
    ---
    updated-dependencies:
    - dependency-name: go.step.sm/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5f47dce View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge pull request #145 from square/dependabot/go_modules/go.step.sm/…

    …crypto-0.15.2
    
    Bump go.step.sm/crypto from 0.13.0 to 0.15.2
    isemaya-square authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    2a55ac3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

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

Commits on May 5, 2022

  1. Bump github.com/urfave/cli from 1.22.5 to 1.22.9

    Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.5 to 1.22.9.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v1.22.5...v1.22.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 5, 2022
    Configuration menu
    Copy the full SHA
    6dbe487 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge pull request #154 from square/dependabot/go_modules/github.com/…

    …urfave/cli-1.22.9
    
    Bump github.com/urfave/cli from 1.22.5 to 1.22.9
    isemaya-square authored May 6, 2022
    Configuration menu
    Copy the full SHA
    03d7ee0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. created separate perms for windows so that windows users will no long…

    …er experience permission denied issues
    isemaya-square committed May 16, 2022
    Configuration menu
    Copy the full SHA
    8ec8597 View commit details
    Browse the repository at this point in the history
  2. Update go.yml

    Adding to run tests in windows environment
    isemaya-square authored May 16, 2022
    Configuration menu
    Copy the full SHA
    6ca2185 View commit details
    Browse the repository at this point in the history
  3. Update go.yml

    Removed lint-windows because code doesn't change between platforms, so we only need one linter
    isemaya-square authored May 16, 2022
    Configuration menu
    Copy the full SHA
    bdab43c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5b43fc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Merge pull request #155 from square/isemaya/certstrap-special-windows…

    …-permissions
    
    created separate perms for windows so that windows users will no longer experience permission denied issues
    isemaya-square authored May 17, 2022
    Configuration menu
    Copy the full SHA
    4b5cbd1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Bump go.step.sm/crypto from 0.15.2 to 0.16.2

    Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.15.2 to 0.16.2.
    - [Release notes](https://github.com/smallstep/crypto/releases)
    - [Commits](smallstep/crypto@v0.15.2...v0.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: go.step.sm/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 18, 2022
    Configuration menu
    Copy the full SHA
    315dc34 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Merge pull request #157 from square/dependabot/go_modules/go.step.sm/…

    …crypto-0.16.2
    
    Bump go.step.sm/crypto from 0.15.2 to 0.16.2
    isemaya-square authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ca59001 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Expand on permissions error message. (#160)

    * Expand on permissions error message.
    
    If permissions are not as expected by certstrap it will give a very
    terse "permission denied" message that gives no indication of what the
    error is or how to address it.  This small PR expands the error message
    to explain with which file the permissions problem lies, and why the
    problem arose.  This allows users to be able to address the issue.
    
    * Fix typo.
    mcdee authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e196b0e View commit details
    Browse the repository at this point in the history
  2. Fix docker file (#161)

    jdtw authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    df02414 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jun 29, 2022

  1. Merge pull request #151 from square/isemaya/certstrap-bump-go-version

    updated go version to 1.16 in response to permission denied issues
    mbyczkowski authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    760fa79 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Move to Go 1.18 (#162)

    jdtw authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    4f638ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1377eab View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    88e21eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edee3ec View commit details
    Browse the repository at this point in the history
  3. added passphrase as a flag to revoke command so that we can run workf…

    …low_test without a password prompt
    isemaya-square committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    992908f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Bump go.step.sm/crypto from 0.16.2 to 0.17.0

    Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.16.2 to 0.17.0.
    - [Release notes](https://github.com/smallstep/crypto/releases)
    - [Commits](smallstep/crypto@v0.16.2...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.step.sm/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4297ef4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    98b4087 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from square/isemaya/certstrap-fix-revoke-key-…

    …for-passphrase-protected-ca
    
    Allow password-protected CAs to call revoke command
    isemaya-square authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ad1ccbf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Merge pull request #166 from square/dependabot/go_modules/go.step.sm/…

    …crypto-0.17.0
    
    Bump go.step.sm/crypto from 0.16.2 to 0.17.0
    mbyczkowski authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    9b5cab7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

Commits on Feb 14, 2023

  1. Merge pull request #187 from square/violet/update_cism_to_cryptograph…

    …ic_identity
    
    update cism to cryptographic-identity
    violetd12 authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3becfc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Bump go.step.sm/crypto from 0.17.0 to 0.25.1

    Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.17.0 to 0.25.1.
    - [Release notes](https://github.com/smallstep/crypto/releases)
    - [Commits](smallstep/crypto@v0.17.0...v0.25.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.step.sm/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5b7187e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Merge pull request #188 from square/dependabot/go_modules/go.step.sm/…

    …crypto-0.25.1
    
    Bump go.step.sm/crypto from 0.17.0 to 0.25.1
    mbyczkowski authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    72bbf89 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/urfave/cli from 1.22.9 to 1.22.12

    Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.9 to 1.22.12.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v1.22.9...v1.22.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f542be8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #183 from square/dependabot/go_modules/github.com/…

    …urfave/cli-1.22.12
    
    Bump github.com/urfave/cli from 1.22.9 to 1.22.12
    mbyczkowski authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    32fba74 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. release for arm64

    gflex committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    86891c1 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Bump github.com/urfave/cli from 1.22.12 to 1.22.13

    Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.12 to 1.22.13.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v1.22.12...v1.22.13)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    a927d66 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Merge pull request #199 from square/dependabot/go_modules/github.com/…

    …urfave/cli-1.22.13
    
    Bump github.com/urfave/cli from 1.22.12 to 1.22.13
    mbyczkowski authored May 12, 2023
    Configuration menu
    Copy the full SHA
    888b72f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #194 from gflex/arm64

    release for arm64
    mbyczkowski authored May 12, 2023
    Configuration menu
    Copy the full SHA
    762223e View commit details
    Browse the repository at this point in the history