]> git.ipfire.org Git - thirdparty/bind9.git/commit
Correctly invalidate the sha2/hmac2 contexts. This was already done in practice...
authorMichael Graff <mgraff@isc.org>
Mon, 24 Oct 2011 22:51:29 +0000 (22:51 +0000)
committerMichael Graff <mgraff@isc.org>
Mon, 24 Oct 2011 22:51:29 +0000 (22:51 +0000)
commit522222cf933abf83c6fc999f3e20de86a7ca670c
tree47317b33c7c700e1fa1fa9265d82e21c34e0c96e
parent81c538f9139f587c9fb56c4d55fecd68956de8e9
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.
lib/isc/hmacsha.c
lib/isc/sha2.c