aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/credentials
Commit message (Collapse)AuthorAgeFilesLines
...
* improved signal handling and emittingMartin Willi2006-10-261-46/+46
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-52/+33
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-241-52/+7
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-182-168/+83
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* introduced printf() specifiers for:Martin Willi2006-09-271-2/+2
| | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there
* support of encrypted private key filesAndreas Steffen2006-09-201-1/+19
|
* fixed the ids parsing bugAndreas Steffen2006-09-191-1/+4
|
* fixed memleakMartin Willi2006-09-181-10/+27
| | | | | fixed proper handling of id parsing errors proper return value when no PSK found
* added PSK supportAndreas Steffen2006-09-182-22/+273
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* support of cert payloadsAndreas Steffen2006-07-032-55/+163
|
* added X.509 trust chain verificationAndreas Steffen2006-06-272-4/+248
|
* readded local_credential_storeMartin Willi2006-06-203-67/+130
| | | | | | added sendcert policy to connection some other cleanups
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-202-0/+669
|
* removed local_credential_storeAndreas Steffen2006-06-202-689/+0
|
* added crl supportAndreas Steffen2006-06-163-15/+188
|
* fixed aes code, we support now aes128, aes192, aes256 in IKEMartin Willi2006-06-151-2/+0
|
* add_certificate() now returns pointer to added certAndreas Steffen2006-06-122-8/+8
|
* discard cert if CA basic constraints flag is not set and warn if cert is not ↵Andreas Steffen2006-06-091-5/+16
| | | | valide
* fixed compile warnings when using -WallMartin Willi2006-06-081-4/+3
| | | | | | | | further CHILD_SA rekeying work done: creation of a new CHILD_SA on a expire from a kernel works delete of old CHILD_SA still missing some issues when both initiate rekeing
* new functions to add certificates and retrieve private and public keysAndreas Steffen2006-05-303-120/+182
|
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-193-5/+40
|
* - introduced autotoolsMartin Willi2006-05-161-20/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-104-0/+577