summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2019-01-23 12:49:56 +0600
committeryangwei <[email protected]>2019-01-23 12:49:56 +0600
commit5e7cc2aca4cfd368f8c1994b74bcc05d14481503 (patch)
treea261ed7c3bc688e8754bb24b52a8d1c34280a5ee
parent81216b1a9d64c6b45076a7887b0a4e06dfd22b03 (diff)
新增inf文件
-rw-r--r--conf/ntc_ssl_collect.inf11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/ntc_ssl_collect.inf b/conf/ntc_ssl_collect.inf
new file mode 100644
index 0000000..aa15574
--- /dev/null
+++ b/conf/ntc_ssl_collect.inf
@@ -0,0 +1,11 @@
+[PLUGINFO]
+PLUGNAME=NTC_SSL_COLLECT
+SO_PATH=./plug/business/ntc_ssl_collect/ntc_ssl_collect.so
+INIT_FUNC=ntc_ssl_collect_init
+DESTROY_FUNC=ntc_ssl_collect_destroy
+
+
+[SSL]
+FUNC_FLAG=SSL_CLIENT_HELLO,SSL_SERVER_HELLO,SSL_APPLICATION_DATA,SSL_CERTIFICATE_DETAIL
+FUNC_NAME=ntc_ssl_collect_entry
+