Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure by ParameterValidation/WithValidateTlsConfigArgs.ValidateTlsConfig/2 #4207

Open
1 of 4 tasks
ami-GS opened this issue Mar 18, 2024 · 0 comments
Open
1 of 4 tasks
Labels
Bug: Test/Tool Code bug in the test or tool specific code.
Milestone

Comments

@ami-GS
Copy link
Contributor

ami-GS commented Mar 18, 2024

Describe the bug

2 issues in ParameterValidation/WithValidateTlsConfigArgs.ValidateTlsConfig

  1. ./artifacts/bin/linux/x64_Debug_openssl3/msquictest --gtest_filter="ParameterValidation/WithValidateTlsConfigArgs.ValidateTlsConfig/*"
    ParameterValidation/WithValidateTlsConfigArgs.ValidateTlsConfig/2, 3, 4, 5 are failing
    image

  2. sudo ./artifacts/bin/linux/x64_Debug_openssl3/msquictest --gtest_filter="ParameterValidation/WithValidateTlsConfigArgs.ValidateTlsConfig/2:Basic/WithFamilyArgs.*"
    Add sudo. Tests after ParameterValidation/WithValidateTlsConfigArgs.ValidateTlsConfig/2 quickly fails.
    Error is QUIC_STATUS_TLS_ERROR from Ret = SSL_CTX_check_private_key(SecurityConfig->SSLCtx); in tls_openssl.c
    image

Affected OS

  • Windows
  • Linux
  • macOS
  • Other (specify below)

Additional OS information

Ubuntu 22.04

MsQuic version

main

Steps taken to reproduce bug

  1. ./build.ps1
  2. wrote in description

Expected behavior

No failure

Actual outcome

Failing

Additional details

openssl3 (default)

@nibanks nibanks added this to the Future milestone Mar 28, 2024
@nibanks nibanks added the Bug: Test/Tool Code bug in the test or tool specific code. label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Test/Tool Code bug in the test or tool specific code.
Projects
None yet
Development

No branches or pull requests

2 participants