可以检测certificate pinning和mutual authentication。
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
#include <MESA/MESA_handle_logger.h>
|
||||
#include <MESA/MESA_htable.h>
|
||||
#include <time.h>
|
||||
#include <dirent.h> //scan_dir
|
||||
|
||||
@@ -164,3 +165,6 @@ int tfe_scandir(const char *dir, struct dirent ***namelist,
|
||||
int(*compar)(const void *, const void *));
|
||||
|
||||
const char * tfe_version();
|
||||
int __wrapper_MESA_htable_set_opt(MESA_htable_handle table, enum MESA_htable_opt opt_type, unsigned value);
|
||||
int __wrapper_MESA_htable_set_opt(MESA_htable_handle table, enum MESA_htable_opt opt_type, void * val, size_t len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user