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

Tests depending on security level #38488

Open
dcillera opened this issue Feb 19, 2025 · 1 comment
Open

Tests depending on security level #38488

dcillera opened this issue Feb 19, 2025 · 1 comment
Labels
area/security area/tls question Questions that are neither investigations, bugs, nor enhancements

Comments

@dcillera
Copy link

Title: Tests depending on security level

Description:
We’re testing OpenSSL 3.2 in Envoy.
Some tests are failing.
Some of the failures seem related to the security level, which has been raised from 1 (in OpenSSL 3.0.x) to 2 (in OpenSSL 3.2.x).

TLS < 1.2 is not supported in security level 2.

Then in tls_inspector_test the following sub-tests:

  • SniRegistered,
  • AlpnRegistered,
  • MultipleReads,
  • NoExtensions,

will fail with input parameters TLS1_VERSION and TLS1_1_VERSION.

And the following will fail too, as they are using TLS1.0 and 1.1:

  • ConnectionJA3HashTls10NoExtensions,
  • ConnectionJA3HashTls11,

Then I’d ask if there are any plans for BoringSSL work in light of the security level 2.

[optional Relevant Links:]
See at the following link for more info on security levels:
https://www.ibm.com/docs/en/flashsystem-5x00/8.6.0?topic=r-security-levels-supported-security-ciphers

@dcillera dcillera added the triage Issue requires triage label Feb 19, 2025
@adisuissa adisuissa added question Questions that are neither investigations, bugs, nor enhancements area/security area/tls and removed triage Issue requires triage labels Feb 20, 2025
@adisuissa
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security area/tls question Questions that are neither investigations, bugs, nor enhancements
Projects
None yet
Development

No branches or pull requests

2 participants