-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Quic encryption handling 8116 v2 #14502
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
Quic encryption handling 8116 v2 #14502
Conversation
Ticket: 8116
as it is not specific to ssh anymore
as it is no longer specific to SSH
To move non-specific quic code to the right place
Ticket: 8116 quic parsing on udp can request bypass. But such a bypass was only handled for TCP protocols in AppLayerParserParse
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #14502 +/- ##
==========================================
- Coverage 82.12% 82.12% -0.01%
==========================================
Files 1013 1014 +1
Lines 262327 262358 +31
==========================================
+ Hits 215439 215456 +17
- Misses 46888 46902 +14
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
WARNING:
Pipeline = 28827 |
| if let Ok(eh) = EncryptionHandling::from_str(val) { | ||
| unsafe { ENCRYPTION_BYPASS_ENABLED = eh }; | ||
| } else { | ||
| SCLogWarning!("Unknown value {} for quic.encryption-handling.", val); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we be strict here? It's a new setting so no reason to allow bad settings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to LogError then
|
Next version in #14509 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/8116
Describe changes:
SV_BRANCH=OISF/suricata-verify#2819
#14494 complete no draft