522222cf933abf83c6fc999f3e20de86a7ca670c |
|
25-Oct-2011 |
Michael Graff <mgraff@isc.org> |
Correctly invalidate the sha2/hmac2 contexts. This was already done in practice, but this makes it zero out the whole structure rather than just the first 4 bytes + the key. sha2.c did not always zero out the full sha2 state in invalidate, but will now. |