• D
    use SSL_kECDHE throughout instead of SSL_kEECDH · 4082fea8
    Daniel Kahn Gillmor 提交于
    ECDHE is the standard term used by the RFCs and by other TLS
    implementations.  It's useful to have the internal variables use the
    standard terminology.
    
    This patch leaves a synonym SSL_kEECDH in place, though, so that older
    code can still be built against it, since that has been the
    traditional API.  SSL_kEECDH should probably be deprecated at some
    point, though.
    4082fea8
ssl_locl.h 48.3 KB