mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:15:40 +01:00
Rm obsolete hack in ssl-opt.sh
This commit is contained in:
parent
b4b19f395f
commit
7eb58cbae8
@ -690,7 +690,7 @@ add_mbedtls_ciphersuites()
|
||||
;;
|
||||
|
||||
"PSK")
|
||||
# *PKS-NULL-SHA suites supported by GnuTLS 3.3.5 but not 3.2.15
|
||||
# *PSK-NULL-SHA suites supported by GnuTLS 3.3.5 but not 3.2.15
|
||||
P_CIPHERS="$P_CIPHERS \
|
||||
TLS-PSK-WITH-NULL-SHA \
|
||||
TLS-DHE-PSK-WITH-NULL-SHA \
|
||||
|
@ -2256,11 +2256,10 @@ run_test "extKeyUsage srv: codeSign,anyEKU -> OK" \
|
||||
"$P_CLI" \
|
||||
0
|
||||
|
||||
# add psk to leave an option for client to send SERVERQUIT
|
||||
run_test "extKeyUsage srv: codeSign -> fail" \
|
||||
"$P_SRV psk=abc123 key_file=data_files/server5.key \
|
||||
"$P_SRV key_file=data_files/server5.key \
|
||||
crt_file=data_files/server5.eku-cli.crt" \
|
||||
"$P_CLI psk=badbad" \
|
||||
"$P_CLI" \
|
||||
1
|
||||
|
||||
# Tests for extendedKeyUsage, part 2: client-side checking of server cert
|
||||
|
Loading…
Reference in New Issue
Block a user