mirror of
https://github.com/google/go-attestation.git
synced 2024-12-18 20:47:57 +00:00
Rollback using certificatetransparency/x509 for the CI code
PiperOrigin-RevId: 380897258
This commit is contained in:
parent
bec58f2406
commit
7ec6228f59
@ -3,6 +3,8 @@ package main
|
||||
import (
|
||||
"crypto/rand"
|
||||
"crypto/rsa"
|
||||
"crypto/x509"
|
||||
"crypto/x509/pkix"
|
||||
"encoding/binary"
|
||||
"encoding/hex"
|
||||
"flag"
|
||||
@ -12,9 +14,6 @@ import (
|
||||
"os/exec"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/google/certificate-transparency-go/x509/pkix"
|
||||
"github.com/google/certificate-transparency-go/x509"
|
||||
)
|
||||
|
||||
var simulatorStatePath = flag.String("state_path", "/tmp/sim/NVRAM/00.permall", "Path to ibmswtpm state file")
|
||||
|
Loading…
Reference in New Issue
Block a user