Skip to content

VC: Response headers are not signed #2511

Open
@dnkolegov

Description

@dnkolegov

Description

According to the validator client API spec: sig is a signature using vc_sk across the sha256 of the response headers + body.

But the implementation signs only the response body: https://github.com/sigp/lighthouse/blob/stable/validator_client/src/http_api/mod.rs#L537

Expected Behaviour

A signature must be produced over HTTP response headers and body.

cc: @Nocasis

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions