VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.3/test/ssl-tests/24-padding.cnf@ 102797

Last change on this file since 102797 was 101211, checked in by vboxsync, 15 months ago

openssl-3.1.3: Applied and adjusted our OpenSSL changes to 3.1.2. bugref:10527

File size: 663 bytes
Line 
1# Generated with generate_ssl_tests.pl
2
3num_tests = 1
4
5test-0 = 0-default
6# ===========================================================
7
8[0-default]
9ssl_conf = 0-default-ssl
10
11[0-default-ssl]
12server = 0-default-server
13client = 0-default-client
14
15[0-default-server]
16Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
17CipherString = DEFAULT
18MaxProtocol = TLSv1.3
19MinProtocol = TLSv1.3
20PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
21RecordPadding = 64
22
23[0-default-client]
24CipherString = DEFAULT
25MaxProtocol = TLSv1.3
26MinProtocol = TLSv1.3
27RecordPadding = 11
28VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
29VerifyMode = Peer
30
31[test-0]
32ExpectedResult = Success
33
34
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette