Skip to content

Tags: yoda/certificates

Tags

v0.16.0-rc.2

Toggle v0.16.0-rc.2's commit message
bump cli to master

v0.15.5

Toggle v0.15.5's commit message
Bump cli to v0.15.3

v0.15.5-rc.1

Toggle v0.15.5-rc.1's commit message
update cli dep

v0.16.0-rc.1

Toggle v0.16.0-rc.1's commit message
Add initial docs for CAS.

v0.15.4

Toggle v0.15.4's commit message
Fix unit test.

v0.15.3

Toggle v0.15.3's commit message
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.

v0.15.2

Toggle v0.15.2's commit message
revert to skip_cleanup in travis

v0.15.2-rc.1

Toggle v0.15.2-rc.1's commit message
revert to skip_cleanup in travis

v0.15.1

Toggle v0.15.1's commit message
Update go.step.sm/crypto to v0.2.0

Fixes smallstep#302

v0.15.1-rc.1

Toggle v0.15.1-rc.1's commit message
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