Anton Abashkin

Results 4 comments of Anton Abashkin

https://github.com/theupdateframework/notary/blob/master/client/client.go#L418 ECDSA. More specifically, it's probably ecdsa-sha2-nistp256 since that is what the TUF spec specifies.

It's currently hardcoded to ECDSA - https://github.com/theupdateframework/notary/blob/master/client/client.go#L418

More evidence - https://github.com/theupdateframework/notary/blob/master/cmd/notary/keys.go#L202

@justincormack can you tell us which roles threshold signing is currently implemented for? According to https://docs.docker.com/notary/advanced_usage/ "Thresholds other than 1 are not currently supported" for delegation keys. This leaves target,...