Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved kernel interface logging | Martin Willi | 2006-06-09 | 1 | -3/+2 |
| | |||||
* | specifying keysize in bits, as it is required in IKEv2 | Martin Willi | 2006-06-09 | 1 | -7/+8 |
| | | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs | ||||
* | job management: | Martin Willi | 2006-05-31 | 1 | -14/+18 |
| | | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-) | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+185 |