Exemple
verify go.step.sm/crypto/minica.Sign in pkg:golang/go.step.sm/crypto@v0.44.6
sha256:b6888a6294b69bb88bc910619445b0f1596c137d0a2d57ea36423739084400e4
Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré.
Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes.
MIT-0
Preuves d'exécution
L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.
- Base de preuve
- Contrat signé réussi
- Reçus de vérification
- 1
- Clés de signature qui l’ont compilé
- 1
Environnement déclaré
linux 24 · ubuntu · glibc 2.39 x64 go
Environnements des exécutions de vérification
| Environnement | Contrat | Étapes | Exécution |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1golang:1.26-alpine@sha256:28d89ee9cc0f… |
2026-08-27 |
Cas
HOW- Objectif
- verify go.step.sm/crypto/minica.Sign in pkg:golang/go.step.sm/crypto@v0.44.6
- Paquets
- Symboles
-
- go.step.sm/crypto/minica.Sign
- Créé
- 2026-08-27T14:03:24Z
Contrat
- minica.New initializes a new MiniCA with default Root and Intermediate CA certificates and signers
- minica.New with minica.WithName configures Root and Intermediate CA Subject CommonNames with custom prefix
- minica.CA.Sign signs an X.509 certificate template and automatically populates NotBefore, NotAfter, SerialNumber, and SubjectKeyId
- minica.CA.Sign preserves explicit SerialNumber and validity period when provided in certificate template
- minica.CA.Sign sets AuthorityKeyId matching the intermediate CA SubjectKeyId and Issuer matching intermediate CA Subject
- x509 certificate signed by minica.CA.Sign verifies successfully against intermediate and root CA certificate pools
- minica.CA.Sign signs certificate templates with RSA public keys
- minica.CA.Sign returns an error when given an invalid certificate template with a nil public key
Fichiers
- PROMPT.md
- csx.json
- go.mod
- go.sum
- main.go
- spec.json
- test/contract.go
Seeder d'origine
anonyme