• Alex Klyubin's avatar
    Define TLS/SSL default cipher suites list in one place. · 66cf73b9
    Alex Klyubin authored
    The list used to be defined in two places: NativeCrypto (used by
    SSLSocket/SSLServerSocket) and CipherSuite (used by SSLEngine).
    This CL makes the CipherSuite class generate its list from the
    NativeCrypto one, to avoid having to keep the two lists in sync
    manually.
    
    Bug: 11220570
    Change-Id: I218986fe2bd9e0cf81a2c61b30bc78633a139a79
    66cf73b9
CipherSuite.java 53.7 KB