Skip to content

Tags: pseguret/ssh-inscribe

Tags

0.9.1

Toggle 0.9.1's commit message
fix: version check broken in `exec` and `ssh` commands

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aakso#12 from aakso/feat/handle-multiple-cert-vers…

…ions

feat: handle multiple cert versions

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aakso#11 from aakso/feat/rsa-stronger-signature-algos

feat: add support for selecting a signing algo for RSA CA keys

0.7.0

Toggle 0.7.0's commit message
feat(build): switch to go 1.17.0

0.6.0-rc1

Toggle 0.6.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aakso#9 from aakso/feat/challenge-response-ca-add

feat(ca add): implement challenge-response based CA key add

0.5.0-rc2

Toggle 0.5.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aakso#4 from aakso/go115

Go115

0.5.0-rc1

Toggle 0.5.0-rc1's commit message
build: add dist target for building inside Docker

0.4.4

Toggle 0.4.4's commit message
server: support multiple TLS certificates

Implemented support for multiple TLS certificates (TLSCertFiles,
TLSKeyFiles, TLSCertNames server configuration options) which allows
a single ssh-inscribe server to properly serve multiple domains.

0.4.3

Toggle 0.4.3's commit message
authoidc: move token validation to callback phase

In some situations it might take quite a lot of time for the auth
provider to respond. Let's move the validation to the callback phase so
that we can continue refreshing the AuthContext by the client.

Also implemented locking with RWMutex and the whole locking less
conservative.

0.4.2

Toggle 0.4.2's commit message
Minor release