Skip to content

tls: Support to Validate ExtendedKeyUsage of TLS Server Certificate#5588

Merged
HofiOne merged 1 commit intosyslog-ng:developfrom
HofiOne:ExtendedKeyUsage-validation
Jan 5, 2026
Merged

tls: Support to Validate ExtendedKeyUsage of TLS Server Certificate#5588
HofiOne merged 1 commit intosyslog-ng:developfrom
HofiOne:ExtendedKeyUsage-validation

Conversation

@HofiOne
Copy link
Collaborator

@HofiOne HofiOne commented Dec 18, 2025

Resolves: #4103

@HofiOne HofiOne force-pushed the ExtendedKeyUsage-validation branch from 769299b to a1960a2 Compare December 18, 2025 13:15
@github-actions
Copy link
Contributor

github-actions bot commented Dec 18, 2025

This Pull Request introduces config grammar changes

syslog-ng/6a33b1d39bfafb765a8a4ee7078038ea19116d0e -> HofiOne/ExtendedKeyUsage-validation

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>)
     )
 )

@HofiOne HofiOne force-pushed the ExtendedKeyUsage-validation branch 4 times, most recently from 1604376 to 9f6d867 Compare December 18, 2025 13:53
@HofiOne HofiOne marked this pull request as ready for review December 18, 2025 14:05
@HofiOne HofiOne force-pushed the ExtendedKeyUsage-validation branch 2 times, most recently from 78f87c5 to 654e0f7 Compare December 23, 2025 00:04
@kira-syslogng
Copy link
Contributor

Build FAILURE

@HofiOne HofiOne force-pushed the ExtendedKeyUsage-validation branch from 654e0f7 to 1dbb117 Compare January 5, 2026 09:01
@kira-syslogng
Copy link
Contributor

Build FAILURE

@HofiOne HofiOne force-pushed the ExtendedKeyUsage-validation branch from 1dbb117 to a2cc4aa Compare January 5, 2026 10:30
@HofiOne HofiOne merged commit 0a8600e into syslog-ng:develop Jan 5, 2026
0 of 78 checks passed
@HofiOne HofiOne deleted the ExtendedKeyUsage-validation branch January 5, 2026 10:32
@kira-syslogng
Copy link
Contributor

Build FAILURE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support to Validate ExtendedKeyUsage of TLS Server Certificate

3 participants