tls: Support to Validate ExtendedKeyUsage of TLS Server Certificate#907
Merged
bazsi merged 3 commits intoaxoflow:mainfrom Jan 30, 2026
Merged
tls: Support to Validate ExtendedKeyUsage of TLS Server Certificate#907bazsi merged 3 commits intoaxoflow:mainfrom
bazsi merged 3 commits intoaxoflow:mainfrom
Conversation
Contributor
This Pull Request introduces config grammar changesaxoflow/54416fbf21d92dce04676ed16c028f8eb4b7377e -> MrAnno/tls-extkeyuse Details--- a/destination
+++ b/destination
network(
tls(
+ extended-key-usage-verify(<yesno>)
)
)
syslog(
tls(
+ extended-key-usage-verify(<yesno>)
)
)
tcp(
tls(
+ extended-key-usage-verify(<yesno>)
)
)
tcp6(
tls(
+ extended-key-usage-verify(<yesno>)
)
)
|
bazsi
previously approved these changes
Jan 16, 2026
Member
bazsi
left a comment
There was a problem hiding this comment.
I hate how we decide whether a counter can be reset or not. But I understand that this is a patch port, and it doesn't make the existing situation much worse.
The x.509 part looks good to me as well.
…es, like for memory_usage Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
Signed-off-by: László Várady <[email protected]>
bazsi
approved these changes
Jan 22, 2026
fekete-robert
pushed a commit
to axoflow/axosyslog-core-docs
that referenced
this pull request
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picked from syslog-ng/syslog-ng#5588 and syslog-ng/syslog-ng#5563.
Resolves syslog-ng/syslog-ng#4103