Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - logging cleanup | Martin Willi | 2005-12-04 | 15 | -66/+82 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - logger added | Martin Willi | 2005-12-04 | 2 | -21/+70 |
| | |||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 29 | -289/+2311 |
| | | | | | | | | | | | - 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 | ||||
* | - code cleaned | Jan Hutter | 2005-12-03 | 1 | -132/+191 |
| | |||||
* | - preshared secrets are now retrieved over configuration_manager | Jan Hutter | 2005-12-03 | 10 | -68/+230 |
| | |||||
* | - authentication with preshared key working but code MUST be cleaned | Jan Hutter | 2005-12-03 | 19 | -134/+303 |
| | |||||
* | - forgot to add | Jan Hutter | 2005-12-03 | 2 | -0/+302 |
| | |||||
* | - started to implement authenticator_t | Jan Hutter | 2005-12-02 | 10 | -25/+141 |
| | |||||
* | - fixed id bugs | Martin Willi | 2005-12-02 | 1 | -5/+6 |
| | |||||
* | - fixed id bug | Martin Willi | 2005-12-02 | 2 | -11/+17 |
| | |||||
* | - fixes | Martin Willi | 2005-12-02 | 7 | -37/+57 |
| | |||||
* | fixed different bugs when checking out ike sa and retransmitting | Jan Hutter | 2005-12-02 | 10 | -31/+88 |
| | | | | requests | ||||
* | - allow termination of getting thread | Martin Willi | 2005-12-02 | 1 | -0/+8 |
| | |||||
* | - comments | Martin Willi | 2005-12-02 | 3 | -5/+28 |
| | |||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 12 | -22/+188 |
| | |||||
* | - state ike_auth_requested | Martin Willi | 2005-12-02 | 7 | -45/+44 |
| | | | | | - does now establishing of IKE_SA in both directions | ||||
* | - added new job type retransmit_request_job_t | Jan Hutter | 2005-12-02 | 13 | -134/+435 |
| | | | | - fixed memory leaks | ||||
* | - fixed memleak | Martin Willi | 2005-12-02 | 1 | -4/+4 |
| | |||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 14 | -143/+701 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 11 | -42/+320 |
| | | | | responder_init_t | ||||
* | responder_init does return DELETE_ME in case of error | Jan Hutter | 2005-12-02 | 5 | -89/+133 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-12-02 | 7 | -43/+57 |
| | |||||
* | - get_type changed | Jan Hutter | 2005-12-02 | 1 | -1/+8 |
| | |||||
* | cleaned code | Jan Hutter | 2005-12-02 | 8 | -33/+47 |
| | |||||
* | - fixed bugs | Jan Hutter | 2005-12-01 | 12 | -137/+356 |
| | |||||
* | - added ts for both initator and responder | Martin Willi | 2005-12-01 | 5 | -42/+178 |
| | | | | - ts_payload can get now ts's | ||||
* | - creation of ts payloads using ts | Martin Willi | 2005-12-01 | 8 | -57/+223 |
| | |||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 16 | -563/+738 |
| | |||||
* | - fixed some bugx when !LEAK_DETECTIVE | Martin Willi | 2005-12-01 | 2 | -5/+4 |
| | |||||
* | - commented | Martin Willi | 2005-12-01 | 1 | -2/+10 |
| | |||||
* | - added | Martin Willi | 2005-12-01 | 2 | -0/+240 |
| | |||||
* | - tested sa with traffic selectors | Martin Willi | 2005-12-01 | 6 | -17/+110 |
| | | | | | - fixed ALOT of bugs ;-) | ||||
* | (no commit message) | Martin Willi | 2005-12-01 | 2 | -0/+408 |
| | |||||
* | - compileable | Martin Willi | 2005-12-01 | 2 | -89/+37 |
| | |||||
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 7 | -8/+688 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | - added spis | Martin Willi | 2005-12-01 | 1 | -2/+16 |
| | |||||
* | - fixed equals for new struct definition | Martin Willi | 2005-12-01 | 1 | -19/+81 |
| | |||||
* | - fixed proposal | Martin Willi | 2005-12-01 | 1 | -4/+12 |
| | |||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 12 | -12/+518 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | - implemented sa_config | Martin Willi | 2005-12-01 | 12 | -68/+1040 |
| | | | | | | | | - uses identification - and host - untested - ts need further tuning | ||||
* | created class init_config_t encapsulating configuration issues of | Jan Hutter | 2005-11-30 | 7 | -3/+553 |
| | | | | | IKE_SA_INIT phase | ||||
* | - added positioned functionality to linked_list_t | Jan Hutter | 2005-11-30 | 3 | -11/+184 |
| | |||||
* | - empty created | Martin Willi | 2005-11-30 | 4 | -0/+8 |
| | |||||
* | code of message_t cleaned and added more logs | Jan Hutter | 2005-11-30 | 6 | -109/+259 |
| | |||||
* | - fixed message decryption | Martin Willi | 2005-11-30 | 3 | -28/+103 |
| | |||||
* | - fixed bug when finding out if payload has to get encrypted | Jan Hutter | 2005-11-30 | 1 | -2/+2 |
| | |||||
* | - fixed encryption bug | Martin Willi | 2005-11-30 | 2 | -65/+9 |
| | |||||
* | added more logging | Jan Hutter | 2005-11-30 | 1 | -1/+3 |
| | |||||
* | fixed bug | Jan Hutter | 2005-11-30 | 1 | -2/+2 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-30 | 2 | -21/+79 |
| |