cfrg / draft-irtf-cfrg-opaque

The OPAQUE Asymmetric PAKE Protocol
https://cfrg.github.io/draft-irtf-cfrg-opaque/draft-irtf-cfrg-opaque.html
Other
100 stars 20 forks source link

Use the correct request in CreateCredentialResponse #385

Closed fmarier closed 1 year ago

fmarier commented 1 year ago

There are two request members inside the KE1 struct. The one that CreateCredentialResponse() needs is credential_request.

bytemare commented 1 year ago

Good catch!