eve.tls.windows.integration

Windows SChannel TLS Integration Tests

Tests that verify SChannel credential creation, secure defaults, certificate handling, and error conditions using the native Windows SSPI API.

These tests require:

  • Windows Vista or later
  • secur32.lib and crypt32.lib linked

Functions 4

private fnstring encodePsCommand(string ps) pure @trusted
private fnstring generateSelfSignedCert(string certPath) @trusted
private fnstring generatePfxCert(string certPath, string pfxPath) @trusted
private fnstring generateExpiredCert(string certPath) @trusted