Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -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 config | Martin Willi | 2005-12-06 | 1 | -22/+21 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA | Jan Hutter | 2005-12-06 | 1 | -1/+17 |
| | |||||
* | - code documented | Jan Hutter | 2005-12-04 | 1 | -47/+55 |
| | |||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 1 | -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_manager | Jan Hutter | 2005-12-03 | 1 | -1/+16 |
| | |||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 1 | -5/+22 |
| | |||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 1 | -104/+39 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 1 | -0/+4 |
| | |||||
* | - removed OUT_OF_RES checks | Jan Hutter | 2005-11-28 | 1 | -5/+0 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -14/+15 |
| | | | | transform objects | ||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 1 | -3/+4 |
| | |||||
* | - moved host_t from util to network | Martin Willi | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - config pkg | Martin Willi | 2005-11-23 | 1 | -0/+193 |