Ethan Heilman
Ethan Heilman
This BIP defines OP_CAT a new tapscript opcode which allows the concatenation of two values on the stack. This opcode would be activated via a soft fork by redefining the...
### Go version 1.20, 1.21, 1.22, latest ### Output of `go env` in your module/workspace: ```shell set GO111MODULE= set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\e0\AppData\Local\go-build set GOENV=C:\Users\e0\AppData\Roaming\go\env set GOEXE=.exe set GOEXPERIMENT=...
The SSH3 authentication plugin system was introduced in https://github.com/francoismichel/ssh3/pull/135 SSH3 uses init to enable a plugin to register itself as an server or client side auth plugin. - Client side...
This PR looks at removing the JTK public header. We haven't reached a conclusion if we want to do this or not, but I wanted to candidate PR to see...
Currently we support the gitlab OP for issuing ID Tokens to workflows in gitlab-ci but not the gitlab OP for issuing ID Tokens to users (humans). There is interest in...
While a good potion of our public functions and structs have [godoc comments](https://go.dev/blog/godoc) we are missing them in some places and they can be improved in others. For instance it...
There are too many oidc packages and similar dependencies: core-os/oidc, zitadel/oidc, core/go-oidc What should we rename it to? For a while we were calling it simpleoidc, but that was too...
In PR #179 we added a refreshed ID Token support. In this PR we did not add support for checking the refreshed ID Token in the cosigner. This is not...
As OpenPubkey is moving closer to regularly releases, we should track who is using it and ensure we manage any issues for downstream repos.
There are a many different expiration policies for different usecases for OpenPubkey. We should create a expiration policy object.