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
/
libstrongswan
/
credentials
/
sets
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
|
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
3
-3
/
+3
|
*
Add signature schemes to auth_cfg during trustchain validation
Martin Willi
2012-06-12
2
-6
/
+26
|
*
certificate_t->issued_by takes an argument to receive signature scheme
Martin Willi
2012-06-12
1
-1
/
+1
|
*
Migrated auth_cfg_wrapper to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-20
/
+19
|
*
Migrated cert_cache to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-28
/
+24
|
*
Migrated ocsp_response_wrapper to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-20
/
+20
|
*
Added an AUTH_HELPER for revocation certificates
Martin Willi
2011-01-05
1
-1
/
+2
|
*
Added CDP support to mem_cred
Martin Willi
2011-01-05
2
-1
/
+106
|
*
fixed bug in mem_cred.c:add_crl()
Andreas Steffen
2010-12-12
1
-1
/
+1
|
*
Insert certificates and secrets at the front of the lists.
Tobias Brunner
2010-12-03
1
-9
/
+9
|
|
|
|
|
As the lookup is also from front to back, certificates added later are now found first, which is useful in case of e.g. "reread cacerts".
*
Function add_crl added to mem_cred_t.
Tobias Brunner
2010-12-03
2
-0
/
+70
|
*
Function added to clear secrets (but not certs) from mem_cred_t.
Tobias Brunner
2010-12-03
2
-4
/
+20
|
*
Alternative to mem_cred_t.add_cert added, which returns the certificate.
Tobias Brunner
2010-12-03
2
-4
/
+40
|
|
|
|
If the certificate is already cached, the cached version is returned.
*
Function added to mem_cred_t to add shared secret with a linked list of owners.
Tobias Brunner
2010-12-03
2
-10
/
+33
|
*
Renamed mem_cred_t clear function internally to clear_, fixes potential name ↵
Martin Willi
2010-10-28
1
-3
/
+3
|
|
|
|
conflict
*
Avoid duplicate certificates in mem_cred_t.
Tobias Brunner
2010-10-14
1
-3
/
+13
|
*
Added function to clear all credentials from mem_cred_t.
Tobias Brunner
2010-10-14
2
-3
/
+25
|
*
Fixed possible segmentation fault.
Tobias Brunner
2010-10-14
1
-1
/
+1
|
*
Added private key support to in-memory credential set
Martin Willi
2010-08-25
2
-1
/
+77
|
*
Added certificate support to in-memory credential set
Martin Willi
2010-08-25
2
-2
/
+121
|
*
Pass type of requested key in the callback credential set
Martin Willi
2010-08-04
2
-2
/
+7
|
*
Implemented a callback based credential set, currently for shared keys only
Martin Willi
2010-08-04
2
-0
/
+206
|
*
Implemented a generic in-memory credential set, currently for shared keys only
Martin Willi
2010-08-04
2
-0
/
+283
|
*
Moved credential manager to libstrongswan
Martin Willi
2010-07-13
6
-0
/
+935