File tree 3 files changed +1
-9
lines changed
3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
#### crypto.Signer, implementations for Trusted Platform Modules
2
2
3
- where private keys as embedded inside:
4
-
5
- * ` Trusted Platform Module (TPM) `
3
+ where private keys as embedded inside ` Trusted Platform Module (TPM) `
6
4
7
5
Basically, you will get a ` crypto.Signer ` interface where the private keys are saved on those platform.
8
6
Original file line number Diff line number Diff line change 1
- // Copyright 2020 Google LLC.
2
- // Use of this source code is governed by a BSD-style
3
- // license that can be found in the LICENSE file.
4
-
5
1
// Creates a crypto.Signer() for TPM based credentials
6
2
// Support RSA, ECC and keys with policiyPCR
7
3
// Also fulfils TLSCertificate() interface for use with TLS
Original file line number Diff line number Diff line change 1
- //go:build !windows
2
-
3
1
package tpm
4
2
5
3
import (
You can’t perform that action at this time.
0 commit comments