frostfs-node/pkg/innerring/processors/container
Leonard Lyubich fa009db140 [#1464] ir/container: Fix verifying the operations within sessions
In previous implementation `verifySignature` method of container
processor worked incorrectly for operations without a key and with
session: processor tried to verify signature with one of the bound owner
keys instead of session one.

Use `VerifySessionDataSignature` method to check the signature if
session is used. Refactor `verifySignature` a bit with session check
highlighting for readability.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-06-07 23:26:30 +03:00
..
common.go [#1464] ir/container: Fix verifying the operations within sessions 2022-06-07 23:26:30 +03:00
handlers.go [#1320] English Check 2022-05-11 10:40:02 +03:00
process_container.go [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
process_eacl.go [#1485] ir/container: Accept eACL only if extension is allowed 2022-06-07 16:34:15 +03:00
processor.go [#1320] English Check 2022-05-11 10:40:02 +03:00