mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-10 18:25:11 -04:00
AB#2305 Fix missing atls verifier in init call (#352)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
aee3f2afa2
commit
8f5f84deb5
9 changed files with 184 additions and 70 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
type recoveryClient interface {
|
||||
Connect(endpoint string, validators []atls.Validator) error
|
||||
Connect(endpoint string, validators atls.Validator) error
|
||||
PushStateDiskKey(ctx context.Context, stateDiskKey, measurementSecret []byte) error
|
||||
io.Closer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue