diff options
| -rw-r--r-- | conf/ntc_ssl_collect.inf | 11 |
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 + |
