Closed mozkeeler closed 1 year ago
If ClientResponse::decapsulate is given an enc_response that doesn't actually have any ciphertext, Aead::open will cause integer underflow when determining inputs to PK11_AEADOp.
ClientResponse::decapsulate
enc_response
Aead::open
PK11_AEADOp
If
ClientResponse::decapsulate
is given anenc_response
that doesn't actually have any ciphertext,Aead::open
will cause integer underflow when determining inputs toPK11_AEADOp
.