@oej commented on this pull request.
@@ -0,0 +1,196 @@
+#include
"cdp_tls.h"
+
+cfg_option_t methods[] = {
+ {"TLSv1", .val = TLS_USE_TLSv1},
+ {"TLSv1.0", .val = TLS_USE_TLSv1},
+ {"TLSv1+", .val = TLS_USE_TLSv1_PLUS},
+ {"TLSv1.0+", .val = TLS_USE_TLSv1_PLUS},
+ {"TLSv1.1", .val = TLS_USE_TLSv1_1},
+ {"TLSv1.1+", .val = TLS_USE_TLSv1_1_PLUS},
+ {"TLSv1.2", .val = TLS_USE_TLSv1_2},
+ {"TLSv1.2+", .val = TLS_USE_TLSv1_2_PLUS},
TLS 1.3 should be possible
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3548#pullrequestreview-1592878139
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3548/review/1592878139(a)github.com>