[OpenSSL-1.0.2] TNF local patch - SSLv3 crash null pointer violation by unchecked buffer initialization

Issue #171 resolved
Takehiko NOZAKI repo owner created an issue

Comments (2)

  1. Takehiko NOZAKI reporter

    BUGFIX: Issue #171 - SSLv3 crash null pointer violation by unchecked buffer initialization

    cherry-picked from OpenSSL-1_0_2-stable branch: https://github.com/openssl/openssl/commit/348681ff2b30453eb03ce2d83022ef069d86877d

    original commit message:

    Fix issue #2113: - enable ssl3_init_finished_mac to return an error - don't continue the SSL state machine if that happens in ssl3_connect: - if ssl3_setup_buffer fails also set state to SSL_ST_ERR for consistency

    Reviewed-by: Matt Caswell matt@openssl.org Reviewed-by: Richard Levitte levitte@openssl.org (Merged from https://github.com/openssl/openssl/pull/2130)

    → <<cset 12ed6e6820f17d598b3d751102313f6ac18d95dc>>

  2. Log in to comment