File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ path = [
3131 " kms/auth-simple/auth-config.example.json" ,
3232 " sdk/simulator/*.json" ,
3333 " sdk/go/go.sum" ,
34+ " sdk/go/ratls/go.sum" ,
3435 " kms/dstack-app/builder/shared/kms-pinned-packages.txt" ,
3536 " kms/dstack-app/builder/shared/qemu-pinned-packages.txt" ,
3637 " gateway/dstack-app/builder/shared/builder-pinned-packages.txt" ,
Original file line number Diff line number Diff line change 1+ // SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+ //
3+ // SPDX-License-Identifier: Apache-2.0
4+
15module github.com/Dstack-TEE/dstack/sdk/go/ratls
26
37go 1.24.0
Original file line number Diff line number Diff line change 1+ // SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+ //
3+ // SPDX-License-Identifier: Apache-2.0
4+
15// Package ratls provides RA-TLS certificate verification for dstack TEE applications.
26//
37// RA-TLS embeds TDX attestation quotes into X.509 certificate extensions.
Original file line number Diff line number Diff line change 1+ // SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+ //
3+ // SPDX-License-Identifier: Apache-2.0
4+
15package ratls_test
26
37import (
You can’t perform that action at this time.
0 commit comments