You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ option(ENABLE_DNSSEC "Enable support for SSHFP retrieval using DNSSEC for SSH (r
96
96
option(ENABLE_PAM"Detect and use PAM"ON)
97
97
option(ENABLE_COMMON_TARGETS"Define common custom target names such as 'doc' or 'uninstall', may cause conflicts when using add_subdirectory() to build this project"ON)
98
98
option(ENABLE_IP_FREEBIND"Enable the IP_FREEBIND/IPV6_FREEBIND options on the listening TCP socket"OFF)
99
+
option(ENABLE_COMPLY_WITH_ORAN_WG11"Comply with the O-RAN WG11 security spec (e.g. enforce the clientAuth Extended Key Usage and the digitalSignature Key Usage on client certificates)"OFF)
99
100
option(BUILD_SHARED_LIBS"By default, shared libs are enabled. Turn off for a static build."ON)
100
101
set(READ_INACTIVE_TIMEOUT 20 CACHESTRING"Maximum number of seconds waiting for new data once some data have arrived")
101
102
set(READ_ACTIVE_TIMEOUT 300 CACHESTRING"Maximum number of seconds for receiving a full message")
@@ -181,6 +182,11 @@ if(ENABLE_DNSSEC AND NOT ENABLE_SSH_TLS)
0 commit comments