Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 5 | -408/+0 |
| | |||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 2 | -0/+18 |
| | | | | | | | | - 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 | ||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 4 | -31/+55 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 3 | -34/+18 |
| | |||||
* | - changed prf_hmac_t to hmac_prf_t | Jan Hutter | 2005-11-28 | 4 | -26/+26 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 4 | -24/+61 |
| | | | | | - cleanup of docs in transforms | ||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 3 | -8/+12 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 1 | -0/+23 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 4 | -7/+7 |
| | |||||
* | - bug in creating fixed | Jan Hutter | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - prf_hmac_sha1 is now a generig prf_hmac | Martin Willi | 2005-11-22 | 3 | -27/+31 |
| | | | | | - supports md5 | ||||
* | - implemented | Martin Willi | 2005-11-22 | 2 | -12/+63 |
| | | | | | - not tested! | ||||
* | - removed key from constructor | Martin Willi | 2005-11-22 | 4 | -7/+13 |
| | | | | | - added set_key | ||||
* | (no commit message) | Jan Hutter | 2005-11-22 | 2 | -0/+139 |
| | |||||
* | - moved to hmac | Martin Willi | 2005-11-22 | 2 | -139/+0 |
| | |||||
* | - skeletons for: | Martin Willi | 2005-11-21 | 4 | -0/+257 |
- prf - prf_hmac_sha1 - hasher - hasher_sha1 |