• M
    Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2 · c84f7f4a
    Matt Caswell 提交于
    This patch updates the "DEFAULT" cipherstring to be
    "ALL:!COMPLEMENTOFDEFAULT:!eNULL". COMPLEMENTOFDEFAULT is now defined
    internally by a flag on each ciphersuite indicating whether it should be
    excluded from DEFAULT or not. This gives us control at an individual
    ciphersuite level as to exactly what is in DEFAULT and what is not.
    
    Finally all DES, RC4 and RC2 ciphersuites are added to COMPLEMENTOFDEFAULT
    and hence removed from DEFAULT.
    Reviewed-by: NTim Hudson <tjh@openssl.org>
    c84f7f4a
可在Tags中查看这些版本中当前仓库的状态.
CHANGES 479.4 KB