frostfs-api-go/state
Leonard Lyubich 74e917810a service: support broken apart signable payload of the requests
In previous implementation service package provided types and functions
that wrapped signing/verification of data with session token.
This allowed us to use these functions for signing / verification of
service requests of other packages. To support the expansion of messages
with additional parts that need to be signed, you must be able to easily
expand the signed data with new parts.

To achieve the described goal, this commit makes the following changes:

  * adds GroupSignedPayloads and GroupVerifyPayloads functions;

  * renames SignedDataWithToken to RequestData, DataWithTokenSignAccumulator
    to RequestSignedData, DataWithTokenSignSource to RequestVerifyData;

  * renames SignDataWithSessionToken/VerifyAccumulatedSignaturesWithToken
    function to SignRequestData/VerifyRequestData and makes it to use
    GroupSignedPayloads/GroupVerifyPayloads internally.
2020-06-10 20:37:10 +03:00
..
service.go Implement function to encode debug variables 2020-02-10 14:54:25 +03:00
service.pb.go proto: regenerate files 2020-04-20 13:55:29 +03:00
service.proto proto: regenerate files 2020-04-20 13:55:29 +03:00
service_test.go Add tests for EncodeMetrics and DecodeMetrics 2020-02-10 15:36:28 +03:00
sign.go Implement signed data calculating function from SignedDataReader 2020-05-11 17:28:44 +03:00
sign_test.go service: support broken apart signable payload of the requests 2020-06-10 20:37:10 +03:00
types.go state: implement SignedDataSource on ChangeStateRequest message 2020-05-11 16:31:39 +03:00
types_test.go state: implement SignedDataSource on ChangeStateRequest message 2020-05-11 16:31:39 +03:00