parallelized trust chain verification

temporary imported certificates are thread-local only
	read-write locking on credential manager
	credential sets must be thread-save now
This commit is contained in:
Martin Willi
2008-04-16 08:38:15 +00:00
parent 2c463cdfb1
commit 054c9e6031
3 changed files with 148 additions and 38 deletions
+2 -3
View File
@@ -63,9 +63,8 @@ typedef struct credential_manager_t credential_manager_t;
@endverbatim
*
* Synchronization is done completely in the manager, so the sets don't have
* to worry about it. The locking mechanism is reentrant save, so sets can
* call the manager.
* The credential manager uses rwlocks for performance reasons, credential
* sets must be fully thread save.
*/
struct credential_manager_t {