You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/clientupdate/distsign
Andrew Lytvynov f61dd12f05
clientupdate/distsign: use distinct PEM types for root/signing keys (#9045)
To make key management less error-prone, use different PEM block types
for root and signing keys. As a result, separate out most of the Go code
between root/signing keys too.

Updates #8760

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
11 months ago
..
roots clientupdate/distsign: use distinct PEM types for root/signing keys (#9045) 11 months ago
distsign.go clientupdate/distsign: use distinct PEM types for root/signing keys (#9045) 11 months ago
distsign_test.go clientupdate/distsign: use distinct PEM types for root/signing keys (#9045) 11 months ago
roots.go clientupdate/distsign: use distinct PEM types for root/signing keys (#9045) 11 months ago
roots_test.go clientupdate/distsign: add new library for package signing/verification (#8943) 11 months ago