Create a struct cryptop_data which contains state needed for a single
symmetric crypto operation and move that state out of the session. This
closes a race with the CRYPTO_F_DONE flag that can result in use after
free.
PR: 218597
Differential D13928
Move per-operation data out of the csession structure. jhb on Jan 16 2018, 12:59 AM. Authored by Tags None Referenced Files
Subscribers
Details
Create a struct cryptop_data which contains state needed for a single PR: 218597
Diff Detail
|