mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
30 lines
615 B
Plaintext
30 lines
615 B
Plaintext
|
# Generated with generate_ssl_tests.pl
|
||
|
|
||
|
num_tests = 1
|
||
|
|
||
|
test-0 = 0-certstatus-good
|
||
|
# ===========================================================
|
||
|
|
||
|
[0-certstatus-good]
|
||
|
ssl_conf = 0-certstatus-good-ssl
|
||
|
|
||
|
[0-certstatus-good-ssl]
|
||
|
server = 0-certstatus-good-server
|
||
|
client = 0-certstatus-good-client
|
||
|
|
||
|
[0-certstatus-good-server]
|
||
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
||
|
CipherString = DEFAULT
|
||
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
||
|
|
||
|
[0-certstatus-good-client]
|
||
|
CipherString = DEFAULT
|
||
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
||
|
VerifyMode = Peer
|
||
|
|
||
|
[test-0]
|
||
|
ExpectedResult = Success
|
||
|
Method = QUIC
|
||
|
|
||
|
|