Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint fix -- unused regex
  • Loading branch information
e3b0c442 committed Jan 25, 2020
commit fb8692db6795eac836fa78337ad9b8043db76bf7
2 changes: 0 additions & 2 deletions attestation.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ import (
"crypto/elliptic"
"crypto/x509"
"encoding/asn1"
"regexp"

"github.com/fxamacker/cbor"
)

var iso3166CountryCode = regexp.MustCompile(`[a-zA-Z]{2,3}`)
var idFidoGenCeAaguid asn1.ObjectIdentifier = asn1.ObjectIdentifier([]int{1, 3, 6, 1, 4, 1, 45724, 1, 1, 4})

//AttestationObject contains both authenticator data and an attestation
Expand Down