Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ path = [
"kms/auth-simple/auth-config.example.json",
"sdk/simulator/*.json",
"sdk/go/go.sum",
"sdk/go/ratls/go.sum",
"kms/dstack-app/builder/shared/kms-pinned-packages.txt",
"kms/dstack-app/builder/shared/qemu-pinned-packages.txt",
"gateway/dstack-app/builder/shared/builder-pinned-packages.txt",
Expand Down
4 changes: 4 additions & 0 deletions sdk/go/ratls/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
//
// SPDX-License-Identifier: Apache-2.0

module github.com/Dstack-TEE/dstack/sdk/go/ratls

go 1.24.0
Expand Down
4 changes: 4 additions & 0 deletions sdk/go/ratls/ratls.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
//
// SPDX-License-Identifier: Apache-2.0

// Package ratls provides RA-TLS certificate verification for dstack TEE applications.
//
// RA-TLS embeds TDX attestation quotes into X.509 certificate extensions.
Expand Down
4 changes: 4 additions & 0 deletions sdk/go/ratls/ratls_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
//
// SPDX-License-Identifier: Apache-2.0

package ratls_test

import (
Expand Down
Loading