Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2022 Changes in this version + type Config struct + CaCert string + ClientCert string + ClientKey string + KMHost string + Timeout time.Duration + type KmStore struct + func NewKmStore(config *Config) (*KmStore, error) + func (km *KmStore) GetCAKeyAndCertificate(signerName string, quote []byte, publicKey []byte) ([]byte, []byte, error) + func (km *KmStore) ValidateQuote(signerName string, quote []byte, publicKey []byte) (bool, error)