PR: 2259
authorDr. Stephen Henson <steve@openssl.org>
Mon, 17 May 2010 11:26:56 +0000 (11:26 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 17 May 2010 11:26:56 +0000 (11:26 +0000)
commit72240ab31af0b5ca120355501ca53440baad409e
tree187b7d87078a43edfadbc1e8cf034856b2fd1e56
parentdc4e1ddc9f445bf424afdd24a22e20b64f37938f
PR: 2259
Submitted By: Artem Chuprina <ran@cryptocom.ru>

Check return values of HMAC in tls_P_hash and tls1_generate_key_block.

Although the previous version could in theory crash that would only happen if a
digest call failed. The standard software methods can never fail and only one
ENGINE currently uses digests and it is not compiled in by default.
ssl/t1_enc.c