• D
    Add extms support to master key generation. · 0cfb0e75
    Dr. Stephen Henson 提交于
    Update master secret calculation to support extended master secret.
    TLS 1.2 client authentication adds a complication because we need to
    cache the handshake messages. This is simpllified however because
    the point at which the handshake hashes are calculated for extended
    master secret is identical to that required for TLS 1.2 client
    authentication (immediately after client key exchange which is also
    immediately before certificate verify).
    Reviewed-by: NTim Hudson <tjh@openssl.org>
    Reviewed-by: NMatt Caswell <matt@openssl.org>
    0cfb0e75
tls1.h 42.1 KB