Store trusted TLS cert fingerprints

This commit is contained in:
James Booth
2015-09-22 22:44:18 +01:00
parent 9a53854a1d
commit b88885aaae
4 changed files with 99 additions and 3 deletions

View File

@@ -162,4 +162,8 @@ char * prefs_get_string(preference_t pref);
void prefs_free_string(char *pref);
void prefs_set_string(preference_t pref, char *value);
GList* prefs_get_trusted_certs(void);
void prefs_free_trusted_certs(GList *certs);
void prefs_add_trusted_cert(const char * const fp);
#endif