c649d10d3f
Add padding callback for application control Standard block_size callback Documentation and tests included Configuration file/s_client/s_srver option Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3130)
34 lines
663 B
Text
34 lines
663 B
Text
# Generated with generate_ssl_tests.pl
|
|
|
|
num_tests = 1
|
|
|
|
test-0 = 0-default
|
|
# ===========================================================
|
|
|
|
[0-default]
|
|
ssl_conf = 0-default-ssl
|
|
|
|
[0-default-ssl]
|
|
server = 0-default-server
|
|
client = 0-default-client
|
|
|
|
[0-default-server]
|
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
|
CipherString = DEFAULT
|
|
MaxProtocol = TLSv1.3
|
|
MinProtocol = TLSv1.3
|
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
|
RecordPadding = 64
|
|
|
|
[0-default-client]
|
|
CipherString = DEFAULT
|
|
MaxProtocol = TLSv1.3
|
|
MinProtocol = TLSv1.3
|
|
RecordPadding = 11
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-0]
|
|
ExpectedResult = Success
|
|
|
|
|