lego/providers/http/frostfs
Vitaliy Potyarkin 9ff9d5be25 frostfs: Fix invalid signatures issued by key from json
Ephemeral keys worked fine while keys loaded from filesystem would
generate invalid signatures. This was caused by destroying private key
material during calls to Wallet.Close() and Account.Close(). Since these
calls do nothing except wiping the private key, we omit them now.
Responsibility for private key security is delegated to caller of getKey()

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-10-16 12:05:26 +03:00
..
client.go frostfs: Fix invalid signatures issued by key from json 2024-10-16 12:05:26 +03:00
client_test.go frostfs: Fix invalid signatures issued by key from json 2024-10-16 12:05:26 +03:00
client_test_wallet.json Open NEO wallet from file system 2024-10-15 15:45:50 +03:00
frostfs.go Add HTTP-01 solver with FrostFS backend 2024-10-15 16:52:34 +03:00