eve.tls.openssl.integration

TLS Integration Tests

Tests that verify OpenSSL context creation, certificate loading, secure defaults enforcement, and error handling using the local system OpenSSL library.

These tests require:

  • OpenSSL development libraries installed
  • A temporary directory for test certificates

Functions 2

private fnstring generateTestCert(string certPath, string keyPath) @trusted
private fnstring generateExpiredCert(string certPath, string keyPath) @trusted