Tobias Brunner
|
12642a6831
|
Moved data structures to new collections subfolder
|
2012-10-24 16:00:49 +02:00 |
|
Martin Willi
|
85b9e9be99
|
Added CDP support to mem_cred
|
2011-01-05 16:46:06 +01:00 |
|
Andreas Steffen
|
7883e7ce33
|
fixed bug in mem_cred.c:add_crl()
|
2010-12-12 21:34:27 +01:00 |
|
Tobias Brunner
|
75827463fa
|
Insert certificates and secrets at the front of the lists.
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".
|
2010-12-03 18:00:00 +01:00 |
|
Tobias Brunner
|
5ad4fa295a
|
Function add_crl added to mem_cred_t.
|
2010-12-03 18:00:00 +01:00 |
|
Tobias Brunner
|
982de5a5f5
|
Function added to clear secrets (but not certs) from mem_cred_t.
|
2010-12-03 18:00:00 +01:00 |
|
Tobias Brunner
|
68c7f18643
|
Alternative to mem_cred_t.add_cert added, which returns the certificate.
If the certificate is already cached, the cached version is returned.
|
2010-12-03 17:59:59 +01:00 |
|
Tobias Brunner
|
3023a75e67
|
Function added to mem_cred_t to add shared secret with a linked list of owners.
|
2010-12-03 17:59:59 +01:00 |
|
Martin Willi
|
c8f5aaf0a4
|
Renamed mem_cred_t clear function internally to clear_, fixes potential name conflict
|
2010-10-28 13:06:19 +00:00 |
|
Tobias Brunner
|
889c7947a6
|
Avoid duplicate certificates in mem_cred_t.
|
2010-10-14 17:36:20 +02:00 |
|
Tobias Brunner
|
5232ebb1b4
|
Added function to clear all credentials from mem_cred_t.
|
2010-10-14 17:36:19 +02:00 |
|
Tobias Brunner
|
e29aa7696f
|
Fixed possible segmentation fault.
|
2010-10-14 17:36:18 +02:00 |
|
Martin Willi
|
3dd06bd4ed
|
Added private key support to in-memory credential set
|
2010-08-25 10:28:23 +02:00 |
|
Martin Willi
|
72c6335de9
|
Added certificate support to in-memory credential set
|
2010-08-25 10:28:22 +02:00 |
|
Martin Willi
|
0749e91bec
|
Implemented a generic in-memory credential set, currently for shared keys only
|
2010-08-04 09:26:21 +02:00 |
|