• M
    Check for ClientHello message overruns · 5e9f0eeb
    Matt Caswell 提交于
    The ClientHello processing is insufficiently rigorous in its checks to make
    sure that we don't read past the end of the message. This does not have
    security implications due to the size of the underlying buffer - but still
    needs to be fixed.
    
    With thanks to Qinghao Tang for reporting this issue.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    5e9f0eeb
s3_srvr.c 122.5 KB