golang-github-notaryproject-notation-go-dev (1.3.2-1)

2 versions available in kali/kali-last-snapshot/main/i386

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
golang-github-notaryproject-notation-go
Architecture
i386
Section
golang
Priority
optional
Maintainer
Debian Go Packaging Team <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
4.2 kB
Size expected
3.5 MB
Size actual
3.5 MB
Size match

Dependencies

Required package dependencies

  • golang-github-notaryproject-notation-core-go-dev (>= 1.3.0-1~)
  • golang-github-notaryproject-notation-plugin-framework-go-dev
  • golang-github-notaryproject-tspclient-go-dev (>= 1.0.0-1~)
  • golang-github-opencontainers-go-digest-dev
  • golang-github-opencontainers-image-spec-dev
  • golang-github-veraison-go-cose-dev
  • golang-golang-x-crypto-dev
  • golang-golang-x-mod-dev
  • golang-oras-oras-go-dev

Suggested packages

Recommended additional packages

  • None

Description

Sign and verify OCI artifacts (library)

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD54278d900…cb3f29c8
SHA-155e63cf7…9da05ebc
SHA-25664f2a518…43c968ab
SHA-512d2fb2bd0…ed922c59

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/golang-github-notaryproject-notation-go-dev
usr/share/doc/golang-github-notaryproject-notation-go-dev/changelog.Debian.gz
usr/share/doc/golang-github-notaryproject-notation-go-dev/copyright
usr/share/gocode
usr/share/gocode/src
usr/share/gocode/src/github.com
usr/share/gocode/src/github.com/notaryproject
usr/share/gocode/src/github.com/notaryproject/notation-go
usr/share/gocode/src/github.com/notaryproject/notation-go/config
usr/share/gocode/src/github.com/notaryproject/notation-go/config/base.go
usr/share/gocode/src/github.com/notaryproject/notation-go/config/base_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/config/config.go
usr/share/gocode/src/github.com/notaryproject/notation-go/config/config_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/config/errors.go
usr/share/gocode/src/github.com/notaryproject/notation-go/config/errors_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/config/keys.go
usr/share/gocode/src/github.com/notaryproject/notation-go/config/keys_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/config/testdata
usr/share/gocode/src/github.com/notaryproject/notation-go/config/testdata/malformed-duplicate
usr/share/gocode/src/github.com/notaryproject/notation-go/config/testdata/malformed-duplicate/signingkeys.json
usr/share/gocode/src/github.com/notaryproject/notation-go/config/testdata/malformed-invalid-default
usr/share/gocode/src/github.com/notaryproject/notation-go/config/testdata/malformed-invalid-default/signingkeys.json
usr/share/gocode/src/github.com/notaryproject/notation-go/config/testdata/valid
usr/share/gocode/src/github.com/notaryproject/notation-go/config/testdata/valid/config.json
usr/share/gocode/src/github.com/notaryproject/notation-go/config/testdata/valid/signingkeys.json
usr/share/gocode/src/github.com/notaryproject/notation-go/dir
usr/share/gocode/src/github.com/notaryproject/notation-go/dir/fs.go
usr/share/gocode/src/github.com/notaryproject/notation-go/dir/fs_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/dir/path.go
usr/share/gocode/src/github.com/notaryproject/notation-go/dir/path_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/dir/testdata
usr/share/gocode/src/github.com/notaryproject/notation-go/dir/testdata/data.txt
usr/share/gocode/src/github.com/notaryproject/notation-go/errors.go
usr/share/gocode/src/github.com/notaryproject/notation-go/errors_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/example_localSign_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/example_localVerify_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/example_remoteSign_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/example_remoteVerify_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/example_signWithTimestmap_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/example_verifyWithTimestamp_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/go.mod
usr/share/gocode/src/github.com/notaryproject/notation-go/go.sum
usr/share/gocode/src/github.com/notaryproject/notation-go/internal
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/container
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/container/set.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/envelope
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/envelope/envelope.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/envelope/envelope_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/file
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/file/file.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/file/file_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/io
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/io/limitedwriter.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/io/limitedwriter_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/mockfs
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/mockfs/fs.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/mocks.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/ocilayout
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/ocilayout/ocilayout.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/ocilayout/ocilayout_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_compatible_pluginver_sig_env_0.0.9.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_compatible_pluginver_sig_env_1.0.0-alpha.beta.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_compatible_pluginver_sig_env_1.0.0-alpha.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_compatible_pluginver_sig_env_1.0.0.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_expired_sig_env.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_incompatible_pluginver_sig_env_1.0.1.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_incompatible_pluginver_sig_env_1.0.9.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_incompatible_pluginver_sig_env_1.1.0-alpha.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_incompatible_pluginver_sig_env_1.2.3.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_invalid_sig_env.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_plugin_sig_env.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/ca_valid_sig_env.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/sa_expired_sig_env.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/sa_invalid_sig_env.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/sa_plugin_sig_env.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/sa_valid_sig_env.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/mock/testdata/sig_env_with_metadata.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/pkix
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/pkix/fuzz_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/pkix/pkix.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/pkix/pkix_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/semver
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/semver/semver.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/semver/semver_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/slices
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/slices/slices.go
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/cose_signature.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/jws_signature.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout/blobs
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout/blobs/sha256
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout/blobs/sha256/19dbd2e48e921426ee8ace4dc892edfb2ecdc1d1a72d5416c83670c30acecef0
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout/blobs/sha256/572996c3caeacea40b947911a9dda21516c082b5a64af30048a02a6f5eb956d4
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout/blobs/sha256/63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout/index.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout/manifest.json
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/testdata/oci-layout/oci-layout
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/trustpolicy
usr/share/gocode/src/github.com/notaryproject/notation-go/internal/trustpolicy/trustpolicy.go
usr/share/gocode/src/github.com/notaryproject/notation-go/log
usr/share/gocode/src/github.com/notaryproject/notation-go/log/log.go
usr/share/gocode/src/github.com/notaryproject/notation-go/log/log_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/notation.go
usr/share/gocode/src/github.com/notaryproject/notation-go/notation_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/errors.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/integration_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/manager.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/manager_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/manager_unix.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/manager_windows.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/plugin.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/plugin_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/algorithm.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/algorithm_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/errors.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/errors_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/metadata.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/metadata_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/proto.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/sign.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/proto/verify.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata/main.go
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata/plugins
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata/plugins/badplugin
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata/plugins/badplugin/notation-badplugin
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata/plugins/badplugin/notation-badplugin/badplugin
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata/plugins/foo
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata/plugins/foo/libfoo
usr/share/gocode/src/github.com/notaryproject/notation-go/plugin/testdata/plugins/foo/notation-foo
usr/share/gocode/src/github.com/notaryproject/notation-go/registry
usr/share/gocode/src/github.com/notaryproject/notation-go/registry/interface.go
usr/share/gocode/src/github.com/notaryproject/notation-go/registry/internal
usr/share/gocode/src/github.com/notaryproject/notation-go/registry/internal/artifactspec
usr/share/gocode/src/github.com/notaryproject/notation-go/registry/internal/artifactspec/artifact.go
usr/share/gocode/src/github.com/notaryproject/notation-go/registry/mediatype.go
usr/share/gocode/src/github.com/notaryproject/notation-go/registry/repository.go
usr/share/gocode/src/github.com/notaryproject/notation-go/registry/repository_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/signer
usr/share/gocode/src/github.com/notaryproject/notation-go/signer/plugin.go
usr/share/gocode/src/github.com/notaryproject/notation-go/signer/plugin_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/signer/signer.go
usr/share/gocode/src/github.com/notaryproject/notation-go/signer/signer_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/signer/testdata
usr/share/gocode/src/github.com/notaryproject/notation-go/signer/testdata/DigiCertTSARootSHA384.cer
usr/share/gocode/src/github.com/notaryproject/notation-go/tmp
usr/share/gocode/src/github.com/notaryproject/notation-go/tmp/truststore
usr/share/gocode/src/github.com/notaryproject/notation-go/tmp/truststore/x509
usr/share/gocode/src/github.com/notaryproject/notation-go/tmp/truststore/x509/ca
usr/share/gocode/src/github.com/notaryproject/notation-go/tmp/truststore/x509/ca/valid-trust-store
usr/share/gocode/src/github.com/notaryproject/notation-go/tmp/truststore/x509/ca/valid-trust-store/NotationLocalExample.pem
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/crl
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/crl/crl.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/crl/crl_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/helpers.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/helpers_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/countersignature
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/countersignature/TimeStampToken.p7s
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/countersignature/TimeStampTokenWithInvalidTSTInfo.p7s
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/countersignature/TimeStampTokenWithInvalideContentType.p7s
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/countersignature/TimeStampTokenWithoutCertificate.p7s
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/sigEnv
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/sigEnv/coseExpiredWithTimestamp.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/sigEnv/coseWithTimestamp.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/sigEnv/jwsExpiredWithTimestamp.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/sigEnv/jwsWithTimestamp.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/sigEnv/timestampAfterNotAfter.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/sigEnv/timestampBeforeNotBefore.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/timestamp/sigEnv/withoutTimestamp.sig
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/trust-store-with-invalid-certs
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/trust-store-with-invalid-certs/invalid
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/trust-store-with-leaf-certs
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/trust-store-with-leaf-certs/GlobalSignRootCA.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/trust-store-with-leaf-certs/non-ca.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/trust-store-with-leaf-certs-in-single-file
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/trust-store-with-leaf-certs-in-single-file/RootAndLeafCerts.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store/GlobalSign.der
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store/GlobalSignRootCA.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store/NotationTestRoot.pem
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store/TestTimestamp.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store/TestTimestampNotYetValid.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store/wabbit-networks.io.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store-2
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store-2/GlobalSign.der
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store-2/GlobalSignRootCA.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store-self-signed
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store-self-signed/openssl-minimum-self-signed.pem
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store_SYMLINK
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/ca/valid-trust-store_SYMLINK/valid-trust-store_SYMLINK
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/signingAuthority
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/signingAuthority/valid-trust-store
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/signingAuthority/valid-trust-store/GlobalSign.der
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/signingAuthority/valid-trust-store/GlobalSignRootCA.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/signingAuthority/valid-trust-store/NotationTestRoot.pem
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/signingAuthority/valid-trust-store-2
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/signingAuthority/valid-trust-store-2/GlobalSign.der
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/signingAuthority/valid-trust-store-2/GlobalSignRootCA.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/trust-store-with-cert-symlinks
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/trust-store-with-cert-symlinks/GlobalSignRootCA.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/trust-store-with-cert-symlinks/GlobalSignRootCA_SYMLINK.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/trust-store-with-directories
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/trust-store-with-directories/GlobalSignRootCA.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/trust-store-with-directories/sub-dir
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/trust-store-with-directories/sub-dir/.gitkeep
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa/test-mismatch
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa/test-mismatch/DigiCertTSARootSHA384.cer
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa/test-nonCA
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa/test-nonCA/wabbit-networks.io.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa/test-nonSelfIssued
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa/test-nonSelfIssued/nonSelfIssued.crt
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa/test-timestamp
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/truststore/x509/tsa/test-timestamp/globalsignRoot.cer
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/verifier
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/verifier/bad-cert.pem
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/testdata/verifier/signing-cert.pem
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/timestamp_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/trustpolicy
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/trustpolicy/oci.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/trustpolicy/oci_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/trustpolicy/trustpolicy.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/trustpolicy/trustpolicy_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/truststore
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/truststore/errors.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/truststore/truststore.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/truststore/truststore_test.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/verifier.go
usr/share/gocode/src/github.com/notaryproject/notation-go/verifier/verifier_test.go