tfpauly / privacy-proxy

Specifications for Privacy Proxy Implementations
Other
29 stars 11 forks source link

Address token<>origin binding with per-Origin Token Keys #220

Closed chris-wood closed 2 years ago

chris-wood commented 2 years ago

Closes #218 Closes #217

tfpauly commented 2 years ago

@chris-wood I think we also need to update this example in section 7.1.2:

context = concat(token_type,
                 token_key_id,
                 issuer_encap_key_id,
                 encode(2, len(encrypted_token_request)),
                 encrypted_token_request)
request_signature = BKS-BlindKeySign(sk_sign, sk_blind, context)
chris-wood commented 2 years ago

@tfpauly fixed -- good catch!