PR: 2259
authorDr. Stephen Henson <steve@openssl.org>
Mon, 17 May 2010 11:27:22 +0000 (11:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 17 May 2010 11:27:22 +0000 (11:27 +0000)
commit7837c7ec45a9115fe3af1ae22bccde4e3fadcb0c
tree4dcfa3250e5a56cd40efe48eb53e814232edd63c
parentacf635b9b20ed8362c7643d41c191ff1cbe95100
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