Commit Graph
75 Commits
Author SHA1 Message Date
Jan Hutter d794bcdb08 - code cleaned up 2005-12-06 14:50:56 +00:00
Jan Hutter 59de50868b - code cleaned up 2005-12-06 13:34:57 +00:00
Martin Willi f673471b10 - some doc updates 2005-12-05 16:30:53 +00:00
Martin Willi ba425b87dd - kernel interface hacks, works partially
- interface must be redefined
2005-12-05 16:09:42 +00:00
Jan Hutter f6ba78c370 - added payload CERT
- cleaned code of different states
- added additional notify handling
2005-12-05 12:21:38 +00:00
Martin Willi c7314095e7 - fixed break 2005-12-04 16:40:23 +00:00
Martin Willi 9151843fec - creation from encoded never failes 2005-12-04 16:37:39 +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 8ff8c33d1d - implemented RSA, only signing and verifying esma_pkcs1 padded
- removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool
- added prime-pool (needs priority fix)
- proof of concept RSA authentication
- mpz uses LEAK_DETECTIVE
- configuration-manager supports rsa keys
2005-12-04 01:30:35 +00:00
Jan Hutter aebb38a093 - preshared secrets are now retrieved over configuration_manager 2005-12-03 16:02:06 +00:00
Martin Willi 7ef7c3835a - fixed id bug 2005-12-02 16:19:01 +00:00
Martin Willi 01de2f3cd5 - fixes 2005-12-02 16:09:04 +00:00
Martin Willi ccf783d29d - state ike_sa_init_responded implemented (has some memleaks) 2005-12-02 12:38:55 +00:00
Jan Hutter 1b3f92d28d - fixed bugs 2005-12-01 19:53:48 +00:00
Jan Hutter a9428251cd - new configuration support added to ike_sa and states 2005-12-01 17:16:10 +00:00
Martin Willi bae00c63f7 - fixed some bugx when !LEAK_DETECTIVE 2005-12-01 16:14:00 +00:00
Martin Willi d45ec1dedf - implemented sa_config
- uses identification
- and host
- untested
- ts need further tuning
2005-12-01 07:35:03 +00:00
Jan Hutter 1e54ebfac4 - added positioned functionality to linked_list_t 2005-11-30 16:31:10 +00:00
Jan Hutter d440fe6d0b - message encryption verification fully changed 2005-11-30 08:32:23 +00:00
Jan Hutter db6e764580 - added and tested id_payload_t 2005-11-29 09:57:22 +00:00
Jan Hutter a0753941e1 - changed creation of iterator
- chanded all clone calls
2005-11-29 08:54:48 +00:00
Jan Hutter c6ec246d0d fixed bug when inserting with iterator 2005-11-29 08:14:19 +00:00
Martin Willi df3c59d088 - changed allocation behavior 2005-11-29 08:08:03 +00:00
Martin Willi d048df5cab - return value cleanup 2005-11-28 20:29:47 +00:00
Jan Hutter cdbfdf4e6c 2005-11-28 15:59:13 +00:00
Martin Willi 81796a5232 - encryptino payload 2005-11-28 15:43:05 +00:00
Jan Hutter b9d9f18874 - added compution of all needed keys and also creation of needed
transform objects
2005-11-28 15:20:51 +00:00
Jan Hutter 7b0dafeb52 - wrote test for aes_cbc but encryption does not seem to work :-( 2005-11-28 09:12:49 +00:00
Martin Willi b241048084 - moved hasher_*_t to *_hasher_t
- some logging improvements
2005-11-27 14:04:16 +00:00
Martin Willi acb81e48cf - code cleanups 2005-11-26 15:48:05 +00:00
Martin Willi d62099006d - lovlevels specified for each context
- threadsave log_bytes
- default logging to stdout, easier for debugging
- fixed logging to file
2005-11-26 15:43:08 +00:00
Jan Hutter 40ced1dfc3 code documentation cleaned 2005-11-25 09:06:44 +00:00
Jan Hutter 32f78c2e54 - code documentation cleaned 2005-11-25 08:55:25 +00:00
Jan Hutter adad211cb2 - code documentation cleaned 2005-11-25 08:44:49 +00:00
Jan Hutter caf2a93a5c - code documentation cleaned 2005-11-25 08:36:26 +00:00
Jan Hutter 2b4ec18f48 - code documentation cleaned 2005-11-25 08:22:27 +00:00
Jan Hutter a27712a933 - chunk is freed differently 2005-11-25 08:10:59 +00:00
Jan Hutter 5afad07993 - code refined
- documentation cleaned
2005-11-25 08:10:38 +00:00
Jan Hutter e0e554caca - code refined
- documentation cleaned
2005-11-25 08:10:16 +00:00
Jan Hutter 51ecb022cb - began to clean code documentation 2005-11-24 17:07:12 +00:00
Martin Willi 8277be6053 - moved algorithm definitions from payloads to corresponding transforms
- cleanup of docs in transforms
2005-11-24 16:22:04 +00:00
Martin Willi bdb141cb4b - moved linked_list_iterator_t to iterator_t, located in iterator.h 2005-11-24 14:22:29 +00:00
Martin Willi 12c3e4c860 - moved remove-method to iterator 2005-11-24 12:06:23 +00:00
Martin Willi 5796aa164d - typedefs changed 2005-11-24 11:30:19 +00:00
Martin Willi 5e644203ec - moved host_t from util to network 2005-11-23 16:17:28 +00:00
Martin Willi face0be4c2 - 2005-11-23 13:34:45 +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
Jan Hutter 0666a152c2 - still one memory leak and segmentation fault 2005-11-21 17:53:42 +00:00
Jan Hutter 55f90b5d51 - allready partly working 2005-11-21 17:50:56 +00:00