mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
30
android/extern/wolfssl/tests/test-tls-downgrade.conf
vendored
Normal file
30
android/extern/wolfssl/tests/test-tls-downgrade.conf
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# server TLSv1.3
|
||||
-v 4
|
||||
-l ECDHE-RSA-AES256-GCM-SHA384
|
||||
-H exitWithRet
|
||||
|
||||
# client TLSv1.2, should fail
|
||||
-v 3
|
||||
-l ECDHE-RSA-AES256-GCM-SHA384
|
||||
-H exitWithRet
|
||||
|
||||
# server TLSv1.2
|
||||
-v 3
|
||||
-l ECDHE-RSA-AES256-GCM-SHA384
|
||||
-H exitWithRet
|
||||
|
||||
# client TLSv1.3, should fail
|
||||
-v 4
|
||||
-l ECDHE-RSA-AES256-GCM-SHA384
|
||||
-H exitWithRet
|
||||
|
||||
# server TLSv1.2
|
||||
-v d 3
|
||||
-l ECDHE-RSA-AES256-GCM-SHA384
|
||||
-H exitWithRet
|
||||
|
||||
# client TLSv1.3 with downgrade option, set downgrade to TLSv1.3, should fail
|
||||
-7 4
|
||||
-v d 4
|
||||
-l ECDHE-RSA-AES256-GCM-SHA384
|
||||
-H exitWithRet
|
||||
Reference in New Issue
Block a user