24-padding.conf 663 B

12345678910111213141516171819202122232425262728293031323334
  1. # Generated with generate_ssl_tests.pl
  2. num_tests = 1
  3. test-0 = 0-default
  4. # ===========================================================
  5. [0-default]
  6. ssl_conf = 0-default-ssl
  7. [0-default-ssl]
  8. server = 0-default-server
  9. client = 0-default-client
  10. [0-default-server]
  11. Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
  12. CipherString = DEFAULT
  13. MaxProtocol = TLSv1.3
  14. MinProtocol = TLSv1.3
  15. PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
  16. RecordPadding = 64
  17. [0-default-client]
  18. CipherString = DEFAULT
  19. MaxProtocol = TLSv1.3
  20. MinProtocol = TLSv1.3
  21. RecordPadding = 11
  22. VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
  23. VerifyMode = Peer
  24. [test-0]
  25. ExpectedResult = Success