Commit e9f6b9a1 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix ssl3_read_bytes handshake fragment bug



The move of CCS into the state machine introduced a bug in ssl3_read_bytes.
The value of |recvd_type| was not being set if we are satisfying the request
from handshake fragment storage. This can occur, for example, with
renegotiation and causes the handshake to fail.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent c69f2adf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment