Skip to content

Releases: jeremyhahn/go-trusted-platform

v0.0.1-alpha.1

04 Sep 14:59
Compare
Choose a tag to compare
v0.0.1-alpha.1 Pre-release
Pre-release

Initial functional development release:

  • General purpose software crypto library offering Argon2id and AES-GCM
  • Key store with PKCS #8, PKCS #11 and TPM 2.0 modules
  • TPM password storage for general purpose and secondary key passwords
  • Provision TPM per TCG recommended guidance
  • Certificate Authority supporting RSA, ECDSA, Ed25519, TLSv1.3, and TCG device provisioning
  • x509 certificate store
  • General purpose blob store
  • REST and gRPC Web services integrated with CA PKI and key stores to offer Opaque TLS and JWT signing keys
  • Swagger OpenAPI docs
  • Command Line Interface
  • Docker build and test support
  • Linux man pages
  • General documentation and references