Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / test / ssl-tests / 24-padding.conf
1 # Generated with generate_ssl_tests.pl
2
3 num_tests = 1
4
5 test-0 = 0-default
6 # ===========================================================
7
8 [0-default]
9 ssl_conf = 0-default-ssl
10
11 [0-default-ssl]
12 server = 0-default-server
13 client = 0-default-client
14
15 [0-default-server]
16 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
17 CipherString = DEFAULT
18 MaxProtocol = TLSv1.3
19 MinProtocol = TLSv1.3
20 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
21 RecordPadding = 64
22
23 [0-default-client]
24 CipherString = DEFAULT
25 MaxProtocol = TLSv1.3
26 MinProtocol = TLSv1.3
27 RecordPadding = 11
28 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
29 VerifyMode = Peer
30
31 [test-0]
32 ExpectedResult = Success
33
34