Commit Graph

92 Commits (1b1f73dec6e19dd04f6bd38cdf06d7ca499aad20)

Author SHA1 Message Date
Mariano Cano 1b1f73dec6 Early attempt to develop a CAS interface. 4 years ago
Mariano Cano 3ac0ef2eaa Update crypto to v0.6.0 4 years ago
Mariano Cano f3b65e54ac Update go.step.sm to v0.5.0
Solves the problem of enforcing the signature algorithm. This
causes issues if the intermediate key is not an ECDSA key.
4 years ago
Mariano Cano 8ee246edda Upgrade go.step.sm to v0.4.0 4 years ago
Mariano Cano ef86bedb2c Upgrade go.step.sm dependency to v0.3.0 4 years ago
Mariano Cano c94a1c51be Merge branch 'master' into ssh-cert-templates 4 years ago
Mariano Cano ba918100d0 Use go.step.sm/crypto/jose
Replace use of github.com/smallstep/cli/crypto with the new package
go.step.sm/crypto/jose.
4 years ago
Mariano Cano 03d642e59c Update go.step.sm/crypto to v0.2.0
Fixes #302
4 years ago
max furman cb594ed2e0 go mod tidy and golang 1.15.0 cleanup ...
- cs.NegotiatedProtocolIsMutual has been deprecated but we still build
in travis with 1.14 so for now we'll ignore this linting error
- string(int) was resolving to string of a single rune rather than
string of digits -> use fmt.Sprint
4 years ago
Mariano Cano 32ba80f446 Use pemutil branch. 4 years ago
Mariano Cano d30a95236d Use always go.step.sm/crypto 4 years ago
Mariano Cano aaaa7e9b4e Merge branch 'master' into cert-templates 4 years ago
Mariano Cano 533ad0ca20 Use always go.step.sm/crypto/x509util 4 years ago
Mariano Cano e83e47a91e Use sshutil and randutil from go.step.sm/crypto. 4 years ago
Mariano Cano c8d225a763 Use x509util from go.step.sm/crypto/x509util 4 years ago
max furman 3f844c5e23 Update the way SubjectKeyId is calculated, and more ...
- swith lint to first in line for `make all`
- update tests to conform with new subjectkeyid
4 years ago
David Cowden dc39eef721 aws: test badIDMS functional path
The existing test only covers the constructor logic. Also test the live
code path that is executed when a bad IDMS version is supplied.
4 years ago
Mariano Cano 978ad7e2b6 Fix merged tests. 4 years ago
Mariano Cano 0de15b0a42 Update cli dependency to master. 4 years ago
Mariano Cano 6736ddee69 Use smallstep/cli v0.14.6 4 years ago
max furman e1fdd9300c go mod tidy 4 years ago
max furman b200e84967 Pull most recent cli and go mod tidy 4 years ago
max furman 1951669e13 wip 4 years ago
Mariano Cano c32abb76cd Add initial implementation to support AWS KMS. 4 years ago
Mariano Cano 6868190fff Add initial support for yubikey. 4 years ago
max furman c1a84c1405 go mod tidy 4 years ago
max furman 30e38dc501 Bumpt the version of cli for a certificates RC. 4 years ago
Mariano Cano df3b9f637e Use a tagged version of nosql. 4 years ago
max furman 3be95a82d0 Update version of nosql. 4 years ago
max furman 0573c00bd3 Simultaneous support for Badger V1+V2 and ...
* valueLogLoadingMode config for low RAM badger environments
4 years ago
max furman fc50523779 go mod tidy 4 years ago
max furman e03ce33cd9 go mod tidy and verify 4 years ago
max furman 17097eb9f0 Bump cli to v0.14.1 to break dependency cycle. 4 years ago
max furman 344e7b99fb bump cli dependency 4 years ago
Mariano Cano 3480ed44c7 Upgrade github.com/x/crypto to fix a vulnerability in ssh.
* CVE-2020-9283
4 years ago
Mariano Cano f868e07a76 Allow to use custom principals on cloud provisioners.
Fixes #203
4 years ago
Mariano Cano 21bd339b86 Merge branch 'master' into kms 4 years ago
Mariano Cano 752bfeeccd Update cli dependency. 4 years ago
Mariano Cano cbf1053255 Merge branch 'master' into kms 4 years ago
max furman c66b183783 Update cli dep 4 years ago
Mariano Cano 3fb42935b4 Update cli dependency 4 years ago
Mariano Cano 549291c2ca Upgrade smallste/cli 4 years ago
Mariano Cano 9d5b7e65e4 Upgrade golangci-lint to v1.22.2 4 years ago
Mariano Cano 895d3054a3 Remove the use of custom x509 package.
Upgrade cli dependency.
4 years ago
Mariano Cano 8297e5c717 Add tests for backdate and sshDefaultDuration 4 years ago
Mariano Cano 53334ce1e0 Update assert package. 4 years ago
Mariano Cano e6cafb89b6 Update cli dependency. 4 years ago
max furman ed7ef7229f cli dep update 4 years ago
max furman b9f6aacb0f Move api errors to their own package and modify the typedef 4 years ago
Mariano Cano 79b408dcf7 Update dependencies. 4 years ago