Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 1 | -155/+0 |
| | |||||
* | - rewrote a lot of RSA stuff | Martin Willi | 2006-03-30 | 1 | -9/+23 |
| | | | | | | | | | | - done major work for ASN1/decoder - allow loading of ASN1 der encoded private keys, public keys and certificates - extracting public key from certificates - passing certificates from stroke to charon => basic authentication with RSA certificates works! | ||||
* | - starter work on asn1 with der de/encoder | Martin Willi | 2006-03-24 | 1 | -0/+2 |
| | | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there | ||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 1 | -33/+12 |
| | | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) | ||||
* | - first attempt for connection loading and starting via "stroke" | Martin Willi | 2006-03-14 | 1 | -0/+6 |
| | | | | | - some improvements here and there | ||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -1/+1 |
| | | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon | ||||
* | - key derivation for child_sa works | Martin Willi | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -10/+10 |
| | |||||
* | - some doc updates | Martin Willi | 2005-12-05 | 1 | -2/+11 |
| | |||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 1 | -0/+1 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 1 | -0/+1 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -22/+7 |
| | |||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 1 | -20/+35 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -7/+7 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - added new logging context for configuration manager | Jan Hutter | 2005-11-22 | 1 | -1/+2 |
| | |||||
* | - added thread-id to log for some contexes | Martin Willi | 2005-11-21 | 1 | -4/+5 |
| | | | | | - cleaned up logger output | ||||
* | - renamed EVENT_THREAD to SCHEDULER_THREAD | Martin Willi | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | - added context for DAEMON | Jan Hutter | 2005-11-16 | 1 | -1/+2 |
| | |||||
* | - added mappings for logger_context_t types | Jan Hutter | 2005-11-16 | 1 | -1/+1 |
| | | | | - added new logger_contex_t IKE_SA_MANAGER | ||||
* | - logger in utils | Martin Willi | 2005-11-11 | 1 | -0/+140 |
- allocator in utils - tests.c -> testcases/testcases.c |