aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/config/configuration_manager.h
Commit message (Collapse)AuthorAgeFilesLines
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-216/+0
| | | | | | | | - 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
* - code cleanup in network and configMartin Willi2005-12-061-22/+21
| | | | | - moved packet_t members to private, added getter and setters
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-061-1/+17
|
* - code documentedJan Hutter2005-12-041-47/+55
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-0/+32
| | | | | | | | | | | - 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
* - preshared secrets are now retrieved over configuration_managerJan Hutter2005-12-031-1/+16
|
* - retransmitting of requests implementedJan Hutter2005-12-021-5/+22
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-011-104/+39
|
* - memory allocation checks removedJan Hutter2005-11-281-0/+4
|
* - removed OUT_OF_RES checksJan Hutter2005-11-281-5/+0
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-14/+15
| | | | transform objects
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-3/+3
|
* changed enum and structs names to _tJan Hutter2005-11-241-3/+4
|
* - moved host_t from util to networkMartin Willi2005-11-231-1/+1
|
* - config pkgMartin Willi2005-11-231-0/+193