Commit Graph
20 Commits
Author SHA1 Message Date
Martin Willi efadbf79e9 - rewrote a lot of RSA stuff
- 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!
2006-03-30 07:22:01 +00:00
Martin Willi 9c781c152a - starter work on asn1 with der de/encoder
- RSA private and public key can load read key from ASN1 DER
- some other fixes here and there
2006-03-24 15:37:49 +00:00
Martin Willi dec598220b - rewrite of logger_manager, uses now one instance per context
- cleanups for logger here and there
- removed critical flag check in payload verification (conformance to IKEv2)
- so thats and theres everywere... ;-)
2006-03-23 15:25:43 +00:00
Martin Willi b1953ccd05 - first attempt for connection loading and starting via "stroke"
- some improvements here and there
2006-03-14 13:22:48 +00:00
Martin Willi 8a49112907 - configuration_manager replaced by configuration_t interface
- 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
2006-03-07 09:42:15 +00:00
Martin Willi aeda79ff78 - key derivation for child_sa works 2006-02-10 08:20:06 +00:00
Jan Hutter d794bcdb08 - code cleaned up 2005-12-06 14:50:56 +00:00
Martin Willi f673471b10 - some doc updates 2005-12-05 16:30:53 +00:00
Martin Willi 25c41f4df7 - logging cleanup
- pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
2005-12-04 11:46:58 +00:00
Martin Willi ccf783d29d - state ike_sa_init_responded implemented (has some memleaks) 2005-12-02 12:38:55 +00:00
Martin Willi d048df5cab - return value cleanup 2005-11-28 20:29:47 +00:00
Jan Hutter caf2a93a5c - code documentation cleaned 2005-11-25 08:36:26 +00:00
Martin Willi 5796aa164d - typedefs changed 2005-11-24 11:30:19 +00:00
Martin Willi 021c232232 - changed include paths 2005-11-23 09:24:35 +00:00
Jan Hutter 06d2a398e2 - added new logging context for configuration manager 2005-11-22 11:55:57 +00:00
Martin Willi 41fc4f74ec - added thread-id to log for some contexes
- cleaned up logger output
2005-11-21 11:47:46 +00:00
Martin Willi fc36b7ad41 - renamed EVENT_THREAD to SCHEDULER_THREAD 2005-11-17 11:23:03 +00:00
Jan Hutter f4358cb24c - added context for DAEMON 2005-11-16 09:27:03 +00:00
Jan Hutter 9c6340cdc3 - added mappings for logger_context_t types
- added new logger_contex_t IKE_SA_MANAGER
2005-11-16 07:45:51 +00:00
Martin Willi 8887824292 - logger in utils
- allocator in utils
- tests.c -> testcases/testcases.c
2005-11-11 13:52:11 +00:00