Martin Willi
16b9a73cc4
- reworked configuration framework completly
...
- configuration is now split up in: connections, policies, credentials and daemon config
- further alloc/free fixes needed!
2006-03-16 15:25:06 +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
ce461bbd13
- refactored ike proposal
...
- uses now proposal_t, wich is also used by child proposals
- ike key derivation refactored
- crypter_t api has get_key_size now
- some other improvements here and there
2006-02-14 14:52:00 +00:00
Martin Willi
19f78a6fed
- fixed doxygen warnings
2005-12-15 12:10:53 +00:00
Martin Willi
ba204bddc7
- added todo
2005-12-08 18:24:40 +00:00
Jan Hutter
6f36717843
- code cleaned up
2005-12-06 15:37:56 +00:00
Jan Hutter
62abe4a37d
- code cleaned up
2005-12-06 15:21:26 +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
Martin Willi
d048df5cab
- return value cleanup
2005-11-28 20:29:47 +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
42e69fbdad
- AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...
2005-11-28 12:42:43 +00:00
Jan Hutter
7f0e85216e
- aes encryption with 128 successfully tested
2005-11-28 10:16:54 +00:00
Jan Hutter
6906d8fe84
- aes encryption working but code not cleaned
2005-11-28 09:39:31 +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
Jan Hutter
363a7dab5e
- aes crypter written but not tested
2005-11-28 08:22:43 +00:00
Jan Hutter
c00894b06e
- began to implement aes_crypter_t
2005-11-25 16:57:20 +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
5796aa164d
- typedefs changed
2005-11-24 11:30:19 +00:00
Martin Willi
face0be4c2
-
2005-11-23 13:34:45 +00:00
Martin Willi
4a96223884
- created encoding package
2005-11-23 09:57:18 +00:00
Martin Willi
021c232232
- changed include paths
2005-11-23 09:24:35 +00:00
Martin Willi
7c2fd1cf83
- definition of interface for singer and crypter
...
- not documented
2005-11-22 08:10:43 +00:00