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:
61
android/extern/wolfssl/tests/test-p521.conf
vendored
Normal file
61
android/extern/wolfssl/tests/test-p521.conf
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
# server TLSv1.2 ECDHE-ECDSA-AES128-GCM-SHA256
|
||||
-v 3
|
||||
-l ECDHE-ECDSA-AES128-GCM-SHA256
|
||||
-c ./certs/p521/server-p521.pem
|
||||
-k ./certs/p521/server-p521-priv.pem
|
||||
-d
|
||||
|
||||
# client TLSv1.2 ECDHE-ECDSA-AES128-GCM-SHA256
|
||||
-v 3
|
||||
-l ECDHE-ECDSA-AES128-GCM-SHA256
|
||||
-A ./certs/p521/root-p521.pem
|
||||
-C
|
||||
|
||||
# server TLSv1.2 ECDHE-ECDSA-AES128-GCM-SHA256
|
||||
-v 3
|
||||
-l ECDHE-ECDSA-AES128-GCM-SHA256
|
||||
-c ./certs/p521/server-p521.pem
|
||||
-k ./certs/p521/server-p521-priv.pem
|
||||
-A ./certs/p521/client-p521.pem
|
||||
-V
|
||||
# Remove -V when CRL for P-521 certificates available.
|
||||
|
||||
# client TLSv1.2 ECDHE-ECDSA-AES128-GCM-SHA256
|
||||
-v 3
|
||||
-l ECDHE-ECDSA-AES128-GCM-SHA256
|
||||
-c ./certs/p521/client-p521.pem
|
||||
-k ./certs/p521/client-p521-priv.pem
|
||||
-A ./certs/p521/root-p521.pem
|
||||
-C
|
||||
|
||||
# server TLSv1.3 TLS13-AES128-GCM-SHA256
|
||||
-v 4
|
||||
-l TLS13-AES128-GCM-SHA256
|
||||
-c ./certs/p521/server-p521.pem
|
||||
-k ./certs/p521/server-p521-priv.pem
|
||||
-d
|
||||
|
||||
# client TLSv1.3 TLS13-AES128-GCM-SHA256
|
||||
-v 4
|
||||
-l TLS13-AES128-GCM-SHA256
|
||||
-A ./certs/p521/root-p521.pem
|
||||
-C
|
||||
|
||||
# Enable when CRL for P-521 certificates available.
|
||||
# server TLSv1.3 TLS13-AES128-GCM-SHA256
|
||||
-v 4
|
||||
-l TLS13-AES128-GCM-SHA256
|
||||
-c ./certs/p521/server-p521.pem
|
||||
-k ./certs/p521/server-p521-priv.pem
|
||||
-A ./certs/p521/client-p521.pem
|
||||
-V
|
||||
# Remove -V when CRL for P-521 certificates available.
|
||||
|
||||
# client TLSv1.3 TLS13-AES128-GCM-SHA256
|
||||
-v 4
|
||||
-l TLS13-AES128-GCM-SHA256
|
||||
-c ./certs/p521/client-p521.pem
|
||||
-k ./certs/p521/client-p521-priv.pem
|
||||
-A ./certs/p521/root-p521.pem
|
||||
-C
|
||||
|
||||
Reference in New Issue
Block a user