frostfs-api-go/object
Leonard Lyubich 1931bd590d object: fix signed payload calculation of HeadRequest message
In previous implementation first byte of buffer for HeadRequest
signed payload was set to 1 if FullHeaders flag was set. Otherwise,
this byte remained unchanged. For correct recording of a signed payload,
it is necessary to explicitly set the first byte with the unset flag.
2020-05-18 12:58:49 +03:00
..
doc.go initial 2019-11-18 16:34:06 +03:00
extensions.go Resolve update conflicts 2020-04-28 13:33:43 +03:00
service.go service: refactor MetaHeader interface 2020-05-04 14:37:14 +03:00
service.pb.go Update to neofs-api v0.7.2 2020-04-28 12:50:52 +03:00
service.proto Update to neofs-api v0.7.2 2020-04-28 12:50:52 +03:00
service_test.go Resolve update conflicts 2020-04-28 13:33:43 +03:00
sg.go Migrate to new repo 2020-03-31 10:05:26 +03:00
sg_test.go Migrate to new repo 2020-03-31 10:05:26 +03:00
sign.go object: fix signed payload calculation of HeadRequest message 2020-05-18 12:58:49 +03:00
sign_test.go object: fix signed payload calculation of HeadRequest message 2020-05-18 12:58:49 +03:00
types.go object: add unit test of HeadRequest.ReadSignedData method 2020-05-18 12:58:49 +03:00
types.pb.go proto: regenerate files 2020-04-28 16:30:47 +03:00
types.proto proto: regenerate files 2020-04-28 16:30:47 +03:00
types_test.go object: add Token header case to CopyTo 2020-05-08 15:06:26 +03:00
utils.go Resolve update conflicts 2020-04-28 13:33:43 +03:00
utils_test.go Fix NaN ObjectSize 2020-01-27 15:02:14 +03:00
verification.go service: access Token message fields through getters and setters 2020-04-28 18:40:21 +03:00
verification_test.go service: access Token message fields through getters and setters 2020-04-28 18:40:21 +03:00