Can get root CA
This commit is contained in:
@ -17,6 +17,14 @@ extern "C"
|
||||
*/
|
||||
char *unsecure_api_get_secure_origin();
|
||||
|
||||
/**
|
||||
* Get root CA
|
||||
*
|
||||
* @returns The root CA or NULL in case of failure. Value must be
|
||||
* released by caller.
|
||||
*/
|
||||
char *unsecure_api_get_root_ca();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user