mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-01 22:03:54 +00:00
Bump cfssl to 56268a6
This commit is contained in:
11
vendor/github.com/cloudflare/cfssl/signer/universal/universal.go
generated
vendored
11
vendor/github.com/cloudflare/cfssl/signer/universal/universal.go
generated
vendored
@@ -63,13 +63,10 @@ func newLocalSigner(root Root, policy *config.Signing) (s signer.Signer, err err
|
||||
// signers.
|
||||
var shouldProvide bool
|
||||
|
||||
// localSignerList is defined in the
|
||||
// universal_signers*.go files. These activate
|
||||
// and deactivate signers based on build
|
||||
// flags; for example,
|
||||
// universal_signers_pkcs11.go contains a list
|
||||
// of valid signers when PKCS #11 is turned
|
||||
// on.
|
||||
// localSignerList is a list of signers defined
|
||||
// here or in the universal_signers*.go files.
|
||||
// These activate and deactivate signers based
|
||||
// on build flags.
|
||||
for _, possibleSigner := range localSignerList {
|
||||
s, shouldProvide, err = possibleSigner(&root, policy)
|
||||
if shouldProvide {
|
||||
|
||||
Reference in New Issue
Block a user