smallstep / crypto

Crypto is a collection of packages used by Smallstep products
Apache License 2.0
71 stars 24 forks source link

tpm/storage: Blackhole rework #560

Closed azazeal closed 1 month ago

azazeal commented 1 month ago

This PR reworks the Blackhole TPM store so that it returns a sentinel error for its mutations and always ErrNotFound for its queries.

azazeal commented 1 month ago

Closed in favor of #561