• D
    PRF and handshake hash revision. · 28ba2541
    Dr. Stephen Henson 提交于
    Change handshake hash array into a single digest context simplifying the
    handhake hash code. Use EVP_md5_sha1() if needed for handshake hashes in
    TLS 1.1 and earlier.
    
    Simplify PRF code to also use a single digest and treat EVP_md5_sha1()
    as a special case.
    
    Modify algorithm2 field of ciphers to use a single index value for handshake
    hash and PRF instead of a bitmap.
    Reviewed-by: NMatt Caswell <matt@openssl.org>
    28ba2541
ssl_lib.c 98.4 KB