extended credential_set_t interface by a cache_cert() method

allows persistent or in-memory caching of fetched certificates
This commit is contained in:
Martin Willi
2008-04-17 11:22:37 +00:00
parent 46a5604a04
commit 233b853dfa
12 changed files with 82 additions and 10 deletions
+7
View File
@@ -71,6 +71,13 @@ void *return_null()
return NULL;
}
/**
* nop operation
*/
void nop()
{
}
/**
* We use a single mutex for all refcount variables. This
* is not optimal for performance, but the critical section