• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openconfig / attestz
53%
main: 53%

Build:
Build:
LAST BUILD BRANCH: validation
DEFAULT BRANCH: main
Repo Added 02 Feb 2024 01:31AM UTC
Token ouQAPcpALIEFjfxsj6ocxvPRaybwKB9Ag regen
Build 1421 Last
Files 12
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH validation
branch: validation
CHANGE BRANCH
x
Reset
Sync Branches
  • validation
  • CLIENT
  • add-chain-verify
  • add-context-to-interfaces
  • add-ekcert-parsing
  • add-enrollz-proto
  • add-test-ver-id
  • addHMACtest
  • aesTEST
  • aik-2
  • aik-tpm12
  • allow-either-serial-number
  • atomic-rotate
  • atomic-rotate-func
  • atomic-rotation-proto
  • bazel8
  • byte_formats
  • callIssueAndRotateOwnerCertsinEnrollWithHMAC
  • cert-validation-with-vendor-ca-trust-anchors
  • certserialformat
  • cmp.diff
  • code-structure-diagrams
  • comment
  • commentfix
  • compile_grpc
  • configure-github-builds
  • construct
  • decryptcbc
  • dependabot/go_modules/github.com/golang/glog-1.2.4
  • dependabot/go_modules/golang.org/x/net-0.23.0
  • dependabot/go_modules/golang.org/x/net-0.33.0
  • dependabot/go_modules/golang.org/x/net-0.38.0
  • dependabot/go_modules/google.golang.org/grpc-1.79.3
  • dependabot/go_modules/google.golang.org/protobuf-1.33.0
  • docUpdate
  • ek-ppk-1
  • ek-ppk-2
  • enrollz
  • enrollz-1-2
  • enrollz-attestz-port
  • enrollz-serial-number-bug-fix
  • export-enrollz-biz-fields
  • extract-pub-key-from-cert
  • finaltouches
  • finaltouches-temp
  • fix-challenge
  • fix-fetch-ek-call
  • fix-go-ci-perms
  • fix-proto-hmac
  • fix-proto-message-name
  • fix-verify
  • fix-verify-hmac
  • fix-verify-tpm-cert
  • fix_pb_generated_files
  • fixes
  • followup-mutliple
  • generate-certs-in-tests-on-the-fly
  • hines
  • hines1
  • idevid-pub-key-typo
  • idevie
  • ignore-unexported-fields-from-x509.verifyoptions
  • improve-decrypt-aes
  • internal-review-request-validation
  • issueOwnerIak
  • issueOwnerIdevid
  • iv-workaround
  • lastestfix
  • main
  • make-backwards-compatibel
  • marcushines-patch-1
  • more-tests-for-tpm-cert-verifier
  • morefinal
  • morefixes
  • multiple-control-card-refactor
  • new-enum
  • parse-key-p
  • parse-rsa-key-params
  • parse-sym-key-params
  • parseidentityreq
  • pass-device-id-to-tpm-cert-verifier
  • pcr-example
  • read-me-changes
  • refactorEnroll
  • remove-nonce-exchange
  • renovate-cfg
  • renovate/bazel-8.x
  • renovate/bazel_features-1.x
  • renovate/bazel_gazelle-0.x
  • renovate/bazel_skylib-1.x
  • renovate/com_github_grpc_grpc-1.x
  • renovate/com_google_googleapis-digest
  • renovate/configure
  • renovate/deps
  • renovate/gazelle-0.x
  • renovate/google.golang.org-protobuf-1.x
  • renovate/grpc-1.x
  • renovate/io_bazel_rules_go-0.x
  • renovate/major-deps
  • renovate/major-protobuf-monorepo
  • renovate/openconfig-common-ci-digest
  • renovate/protobuf-monorepo
  • reorg-verify-identity
  • reorganize-for-go
  • req-and-resp-wrapper-for-switch-owne-ca-client
  • revert-72-verify-nonce-sig
  • revert-79-firstchange
  • revert-90-renovate/openconfig-common-ci-digest
  • rm-deprecated
  • rotate-flag
  • rotate-oiak-cert-logic
  • rotate-oidevid-support
  • rotateOiak
  • serial
  • sno
  • support-ssl-profile-id
  • symCa
  • test-vectors
  • testing
  • tpm-cert-verifier-test
  • tpm-verifier-verify-tpm-cert-logic
  • tpm20
  • tpm20-skeleton
  • unexport-funcs
  • update-default-ssl-profile
  • update-protos
  • update-readme
  • verfiy-identity
  • verification
  • verify-certify-info
  • verify-iak-idevid
  • verify-idevid
  • verify-idevid-attr

02 Jun 2026 11:32PM UTC coverage: 52.93% (+0.04%) from 52.892%
26854280426

Pull #229

github

Smit Patel
chore: ignore TCG spec term 'parms' in codespell check

Configures codespell via .codespellrc to ignore 'parms'. This matches the official Trusted Computing Group (TCG) TPM 1.2 spec terminology (e.g. TPM_KEY_PARMS) used extensively in this Go package, preventing false spelling failures in PR checks.
Pull Request #229: Handle empty ciphertext in TPM 1.2 decryption

3 of 3 new or added lines in 1 file covered. (100.0%)

1960 of 3703 relevant lines covered (52.93%)

0.59 hits per line

Relevant lines Covered
Build:
Build:
3703 RELEVANT LINES 1960 COVERED LINES
0.59 HITS PER LINE
Source Files on validation
  • Tree
  • List 12
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26854280426 validation chore: ignore TCG spec term 'parms' in codespell check Configures codespell via .codespellrc to ignore 'parms'. This matches the official Trusted Computing Group (TCG) TPM 1.2 spec terminology (e.g. TPM_KEY_PARMS) used extensively in this Go pack... Pull #229 02 Jun 2026 11:32PM UTC Smit Patel github
52.93
26853384837 validation test: remove unused helper functions left behind from nonce-exchange removal Removes unused test helper functions `boolPtr`, `generateRSAKeyPair` and `generateECDSAKeyPair` in `service/biz/` package. These were left behind when the nonce-exchange... Pull #229 02 Jun 2026 11:08PM UTC Smit Patel github
52.93
26852100897 validation Handle empty ciphertext in TPM 1.2 decryption Pull #229 02 Jun 2026 10:36PM UTC Smit Patel github
52.93
See All Builds (1419)

Badge your Repo: attestz

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc