Peter Wu
changed
bug 9144
What |
Removed |
Added |
Attachment #11611 Flags |
|
review_for_checkin?
|
Comment # 23
on bug 9144
from Peter Wu
Created attachment 11611 [details]
[PATCH 4/4] Really add support for AEAD ciphers (GCM)
GCM uses counter mode with authentication tags (the latter is currently
not supported). As for the key material, there is no MAC (because the
auth tag is supposed to verify the authenticity).
Finally, correct the GCM cipher suite definitions: IV block size of
4 bytes and GCM instead of CBC mode.
You are receiving this mail because:
- You are watching all bug changes.