commit | bcd374570caff8030f82af75855d62920912315e | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Mon Mar 09 14:48:28 2015 -0400 |
committer | Adam Langley <agl@google.com> | Fri Mar 13 19:17:01 2015 +0000 |
tree | 54c9e639785f2c15d08c27b90cc60cf48c10d2c0 | |
parent | bf0df92964565f819881e78ff3bfb5343e95e130 [diff] |
Fix some missing return value checks in ssl3_send_new_session_ticket. See also upstream's 687eaf27a7e4bdfc58dd455e2566b915a7a25c20. I don't think any of the *Update functions can actually fail (we should verify this and, if accurate, document it), but HMAC_Final can. It internally copies an EVP_MD_CTX. Change-Id: I318cb9d0771d536249a26b61d34fe0413a4d3a10 Reviewed-on: https://boringssl-review.googlesource.com/3830 Reviewed-by: Adam Langley <agl@google.com>