diff --git a/ci/release_notes.md b/ci/release_notes.md deleted file mode 100644 index ebc66d2..0000000 --- a/ci/release_notes.md +++ /dev/null @@ -1,24 +0,0 @@ -# Changes to Defaults - -To comply with the expectations of Mac OS Catalina -about x509 certificates, some changes have been made to -some of the default flag values for `x509 issue`. - -* The default TTL for non-CA's is now 2 years instead of 10 years. -* All certificates now have the default extended key usages of `server_auth` and `client_auth`. Previously, the default was to have no extended key usages. These defaults can be overridden by providing any key usages manually. -* For CA certificates, the `key_cert_sign` and `crl_sign` key usages are provided by default. These defaults can be overridden by provided any key usages manually. - -# New Features - -* Due to the fact that not specifying key usages to `x509 issue` will cause the default key usages and extended key usages to be used, the key usage spec `no` was added to allow the user to specify that they want no key usages on the certificate at all. - -# Improvements - -* Key usage strings provided on the command line are now case-insensitive. -* `generate` was added as a command alias to `gen`. - -# Bug Fixes - -* Updated help for `target` not to say to use `-s=false`. go-cli apparently won't -handle that syntax, and so it has been updated to suggest `--no-strongbox` for the -same functionality. \ No newline at end of file diff --git a/go.mod b/go.mod index a8f3da0..1a58e3e 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,7 @@ require ( github.com/jhunt/go-envirotron v0.0.0-20171017043611-8bdb90f72b39 github.com/jhunt/go-snapshot v0.0.0-20170309042712-92984e0ad8d8 github.com/mattn/go-isatty v0.0.0-20151211000621-56b76bdf51f7 + github.com/mitchellh/gox v1.0.1 // indirect github.com/onsi/ginkgo v1.2.1-0.20150802011006-d94e2f400033 github.com/onsi/gomega v0.0.0-20150729153218-a2ab8644e0b6 github.com/starkandwayne/goutils v0.0.0-20170530161610-d28cacc19462 diff --git a/go.sum b/go.sum index 04c705b..efe1219 100644 --- a/go.sum +++ b/go.sum @@ -3,6 +3,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkY github.com/cloudfoundry-community/vaultkv v0.0.0-20200226193222-b5a68f66d316 h1:9tQK0ngNRBHpqgH32nr3n20CeS9GR800vF+D0R1HBRc= github.com/cloudfoundry-community/vaultkv v0.0.0-20200226193222-b5a68f66d316/go.mod h1:pMz8czjvi3S7Lb7hgAK4J8knpIi+4fK3Bbe+LyzsHus= github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/hashicorp/go-version v1.0.0 h1:21MVWPKDphxa7ineQQTrCU5brh7OuVVAzGOCnnCPtE8= +github.com/hashicorp/go-version v1.0.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/jhunt/go-ansi v0.0.0-20180630013815-403d5f0d9ccb h1:x+TgKz2VPeBh2MPvuot3jT9JkBbciLFBTBw2NfecjiE= github.com/jhunt/go-ansi v0.0.0-20180630013815-403d5f0d9ccb/go.mod h1:zx5sSmwzYAXhfPcRBU7SuiAwK+8vC/LTgAoHyJiclzI= github.com/jhunt/go-cli v0.0.0-20170503201019-f04a1744b5e3 h1:K/T0ctAezZ9BhZDMg1aoFoG35o9orrZ7naOTSsAdSUA= @@ -13,6 +15,10 @@ github.com/jhunt/go-snapshot v0.0.0-20170309042712-92984e0ad8d8 h1:hejiJzi7jtU+j github.com/jhunt/go-snapshot v0.0.0-20170309042712-92984e0ad8d8/go.mod h1:oNu1YULLxQcu77xYyAN0Xb2YbEspiSwDSn9kPW2zRKU= github.com/mattn/go-isatty v0.0.0-20151211000621-56b76bdf51f7 h1:owMyzMR4QR+jSdlfkX9jPU3rsby4++j99BfbtgVr6ZY= github.com/mattn/go-isatty v0.0.0-20151211000621-56b76bdf51f7/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= +github.com/mitchellh/gox v1.0.1 h1:x0jD3dcHk9a9xPSDN6YEL4xL6Qz0dvNYm8yZqui5chI= +github.com/mitchellh/gox v1.0.1/go.mod h1:ED6BioOGXMswlXa2zxfh/xdd5QhwYliBFn9V18Ap4z4= +github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY= +github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= github.com/onsi/ginkgo v1.2.1-0.20150802011006-d94e2f400033 h1:t7Tpedq7obbXLhO/FqdHoi6x3qRYXec1HqXtEI5u6yc= github.com/onsi/ginkgo v1.2.1-0.20150802011006-d94e2f400033/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/gomega v0.0.0-20150729153218-a2ab8644e0b6 h1:1s5/t1E2BSRXJSSeU9U3n+dlLWj3LXGmaV91UL4LPu0=