Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sros2-tpm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ROS2 Security
ROS2 TPM
sros2-tpm
Merge requests
!3
Draft: Compare changes for Humble integration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Compare changes for Humble integration
jazzy-tpm
into
jazzy
Overview
0
Commits
15
Pipelines
0
Changes
14
Open
Felix Pfeiffer
requested to merge
jazzy-tpm
into
jazzy
3 months ago
Overview
0
Commits
15
Pipelines
0
Changes
14
Expand
0
0
Merge request reports
Compare
jazzy
version 4
9a9d320b
1 month ago
version 3
e2af1d0f
1 month ago
version 2
f2e3fd0f
3 months ago
version 1
1793207b
3 months ago
jazzy (HEAD)
and
latest version
latest version
0d0464ae
15 commits,
3 weeks ago
version 4
9a9d320b
14 commits,
1 month ago
version 3
e2af1d0f
13 commits,
1 month ago
version 2
f2e3fd0f
12 commits,
3 months ago
version 1
1793207b
11 commits,
3 months ago
14 files
+
725
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
sros2/sros2/keystore/__init__.py
+
5
−
0
Options
@@ -17,3 +17,8 @@ from ._enclave import get_enclaves # noqa: F401
from
._keystore
import
create_keystore
# noqa: F401
from
._keystore
import
is_valid_keystore
# noqa: F401
from
._permission
import
create_permission
# noqa: F401
from
._permission
import
extend_permission_with_pcr
# noqa: F401
from
._tpm
import
read_pcrs
# noqa: F401
from
._tpm
import
create_quoting_key_and_csr
# noqa: F401
from
._tpm
import
sign_quoting_key
# noqa: F401
from
._tpm
import
activate_attestation
# noqa: F401
Loading