Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -46/+46 | |
| | ||||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -52/+33 | |
| | | | | added iterator hook to manipulate iterator the clean way | |||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 1 | -52/+7 | |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 2 | -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 Willi | 2006-09-27 | 1 | -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 files | Andreas Steffen | 2006-09-20 | 1 | -1/+19 | |
| | ||||||
* | fixed the ids parsing bug | Andreas Steffen | 2006-09-19 | 1 | -1/+4 | |
| | ||||||
* | fixed memleak | Martin Willi | 2006-09-18 | 1 | -10/+27 | |
| | | | | | fixed proper handling of id parsing errors proper return value when no PSK found | |||||
* | added PSK support | Andreas Steffen | 2006-09-18 | 2 | -22/+273 | |
| | ||||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 | |
| | ||||||
* | support of cert payloads | Andreas Steffen | 2006-07-03 | 2 | -55/+163 | |
| | ||||||
* | added X.509 trust chain verification | Andreas Steffen | 2006-06-27 | 2 | -4/+248 | |
| | ||||||
* | readded local_credential_store | Martin Willi | 2006-06-20 | 3 | -67/+130 | |
| | | | | | | added sendcert policy to connection some other cleanups | |||||
* | implemented rereadcrls rereadcacerts | Andreas Steffen | 2006-06-20 | 2 | -0/+669 | |
| | ||||||
* | removed local_credential_store | Andreas Steffen | 2006-06-20 | 2 | -689/+0 | |
| | ||||||
* | added crl support | Andreas Steffen | 2006-06-16 | 3 | -15/+188 | |
| | ||||||
* | fixed aes code, we support now aes128, aes192, aes256 in IKE | Martin Willi | 2006-06-15 | 1 | -2/+0 | |
| | ||||||
* | add_certificate() now returns pointer to added cert | Andreas Steffen | 2006-06-12 | 2 | -8/+8 | |
| | ||||||
* | discard cert if CA basic constraints flag is not set and warn if cert is not ↵ | Andreas Steffen | 2006-06-09 | 1 | -5/+16 | |
| | | | | valide | |||||
* | fixed compile warnings when using -Wall | Martin Willi | 2006-06-08 | 1 | -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 keys | Andreas Steffen | 2006-05-30 | 3 | -120/+182 | |
| | ||||||
* | - applied patch from andreas, which allows certificate listing via stroke | Martin Willi | 2006-05-19 | 3 | -5/+40 | |
| | ||||||
* | - introduced autotools | Martin Willi | 2006-05-16 | 1 | -20/+0 | |
| | | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 4 | -0/+577 | |