mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 15:28:14 +00:00
Rm unsupported suites (export) from compat.sh
This commit is contained in:
parent
8866591cc5
commit
65ea372f9b
1 changed files with 0 additions and 2 deletions
|
@ -184,7 +184,6 @@ case $TYPE in
|
||||||
TLS-RSA-WITH-3DES-EDE-CBC-SHA \
|
TLS-RSA-WITH-3DES-EDE-CBC-SHA \
|
||||||
TLS-RSA-WITH-RC4-128-SHA \
|
TLS-RSA-WITH-RC4-128-SHA \
|
||||||
TLS-RSA-WITH-RC4-128-MD5 \
|
TLS-RSA-WITH-RC4-128-MD5 \
|
||||||
TLS-RSA-EXPORT-WITH-RC4-40-MD5 \
|
|
||||||
TLS-RSA-WITH-NULL-MD5 \
|
TLS-RSA-WITH-NULL-MD5 \
|
||||||
TLS-RSA-WITH-NULL-SHA \
|
TLS-RSA-WITH-NULL-SHA \
|
||||||
TLS-RSA-WITH-DES-CBC-SHA \
|
TLS-RSA-WITH-DES-CBC-SHA \
|
||||||
|
@ -209,7 +208,6 @@ case $TYPE in
|
||||||
DES-CBC3-SHA \
|
DES-CBC3-SHA \
|
||||||
RC4-SHA \
|
RC4-SHA \
|
||||||
RC4-MD5 \
|
RC4-MD5 \
|
||||||
EXP-RC4-MD5 \
|
|
||||||
NULL-MD5 \
|
NULL-MD5 \
|
||||||
NULL-SHA \
|
NULL-SHA \
|
||||||
DES-CBC-SHA \
|
DES-CBC-SHA \
|
||||||
|
|
Loading…
Reference in a new issue