summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-10-15 16:18:34 +0800
committerluwenpeng <[email protected]>2024-10-15 16:18:34 +0800
commit8e38bbcf489af24146b60ab6f3b01e8b7cf7ab26 (patch)
treef50cee32aa29c2513de792e136e24d31fea36687 /common
parentb7fb2d8a42edd813048eef616fc7edf9d53c65de (diff)
TSG-22752 Delete SSL Fingerprints, use is_app_not_pinning to determine Certificate Not Installed or Certificate Pinning
Diffstat (limited to 'common')
-rw-r--r--common/include/ssl_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/include/ssl_stream.h b/common/include/ssl_stream.h
index 2f2a43e..06ea2d4 100644
--- a/common/include/ssl_stream.h
+++ b/common/include/ssl_stream.h
@@ -18,7 +18,7 @@ enum SSL_STREAM_OPT
SSL_STREAM_OPT_IS_CT_CERT, //0:FALSE, 1:TRUE.
SSL_STREAM_OPT_IS_MUTUAL_AUTH, //0:FALSE, 1:TRUE.
SSL_STREAM_OPT_PINNING_STATUS, //0:FALSE, 1:TRUE.
- SSL_STREAM_OPT_JA3_PINNING_STATUS, //0:FALSE, 1:TRUE.
+ SSL_STREAM_OPT_APP_STATUS, //0:FALSE, 1:TRUE.
SSL_STREAM_OPT_HAS_PROTOCOL_ERRORS, //0:FALSE, 1:TRUE.
SSL_STREAM_OPT_NO_VERIFY_SELF_SIGNED, //VALUE is an interger, SIZE=sizeof(int). 1:ON, 0:OFF. DEFAULT:0.
SSL_STREAM_OPT_NO_VERIFY_COMMON_NAME, //VALUE is an interger, SIZE=sizeof(int). 1:ON, 0:OFF. DEFAULT:1.