• M
    Fix ssl3_read_bytes handshake fragment bug · e9f6b9a1
    Matt Caswell 提交于
    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: NTim Hudson <tjh@openssl.org>
    e9f6b9a1
rec_layer_s3.c 49.8 KB