• B
    Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that a · 0a05123a
    Bodo Möller 提交于
    ciphersuite string such as "DEFAULT:RSA" cannot enable
    authentication-only ciphersuites.
    
    Also, change ssl_create_cipher_list() so that it no longer
    starts with an arbitrary ciphersuite ordering, but instead
    uses the logic that we previously had in SSL_DEFEAULT_CIPHER_LIST.
    SSL_DEFAULT_CIPHER_LIST simplifies into just "ALL:!aNULL:!eNULL".
    0a05123a
ssl_ciph.c 41.7 KB