Fix overrun in prf() if hmac size not divisible into key size
authorMathew Heard <splitice@users.noreply.github.com>
Mon, 12 Jul 2021 02:53:45 +0000 (12:53 +1000)
committerMathew Heard <mheard@x4b.net>
Mon, 12 Jul 2021 02:54:56 +0000 (12:54 +1000)
commitfffec0d63e08dc57688b78b0c6bf98db252a1aa8
tree72ac25f1a26bc9ed0ee7d300ab316b23849c32c1
parent83fa4ea34b22c69286579ca4cdaafd3c869677cc
Fix overrun in prf() if hmac size not divisible into key size

Not seen only due to chacha having a 64byte key and a 64byte HMAC (SHA512) being used
src/openssl/prf.c