This is mainly intended to provide a fallback for TOE TLS which may
need to use software decryption for an initial record at the start
of a connection.
Sponsored by: Chelsio Communications
Differential D37370
ktls: Add software support for AES-CBC decryption for TLS 1.1+. jhb on Nov 12 2022, 12:02 AM. Authored by Tags None Referenced Files
Details This is mainly intended to provide a fallback for TOE TLS which may Sponsored by: Chelsio Communications
Diff Detail
Event Timeline
Comment Actions
Why does it need to fall back?
Comment Actions Well, there's D37351 (which is required for TLS 1.3, but also makes TOE TLS a lot less fragile and more user friendly), but also after commit d958bc7963d415d6745abf3e6829f05dabf4c9ed AES-CBC for TOE TLS hasn't worked as we allocate a software session always for both ifnet and TOE TLS for RX.
|