index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
charon
/
credentials
/
sets
/
cert_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving charon to libcharon.
Tobias Brunner
2010-03-19
1
-390
/
+0
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
1
-1
/
+1
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-22
/
+22
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
1
-1
/
+1
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
reimplemented certificate cache:
Martin Willi
2008-12-15
1
-154
/
+220
*
fixed compiler warning
Tobias Brunner
2008-12-03
1
-1
/
+1
*
wrapped all pthread_rwlock_t in profilable rwlock_t
Martin Willi
2008-11-05
1
-14
/
+14
*
using shared read locks in credential set enumerators to avoid deadlocks
Martin Willi
2008-07-30
1
-28
/
+22
*
extended credential_set_t interface by a cache_cert() method
Martin Willi
2008-04-17
1
-0
/
+9
*
parallelized trust chain verification
Martin Willi
2008-04-16
1
-1
/
+17
*
try to cache the same instance of equal certificates
Martin Willi
2008-04-07
1
-4
/
+17
*
reentrant save cert_cache
Martin Willi
2008-03-28
1
-12
/
+65
*
caching of CRLs
Martin Willi
2008-03-28
1
-0
/
+11
*
implemented cert cache flushing, ipsec purgeocsp
Martin Willi
2008-03-27
1
-0
/
+22
*
caching of ocsp responses (experimental), no crl caching yet
Martin Willi
2008-03-26
1
-3
/
+2
*
cert_cache_t caches subject-issuer relations and subject certificates
Martin Willi
2008-03-20
1
-0
/
+209