Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 36 | -6907/+0 |
| | |||||
* | - improved strokeing | Martin Willi | 2006-04-04 | 3 | -1/+30 |
| | | | | | | | - down connection - status - some other tweaks | ||||
* | - rewrote a lot of RSA stuff | Martin Willi | 2006-03-30 | 7 | -668/+485 |
| | | | | | | | | | | - done major work for ASN1/decoder - allow loading of ASN1 der encoded private keys, public keys and certificates - extracting public key from certificates - passing certificates from stroke to charon => basic authentication with RSA certificates works! | ||||
* | - starter work on asn1 with der de/encoder | Martin Willi | 2006-03-24 | 4 | -131/+703 |
| | | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there | ||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 2 | -2/+20 |
| | | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) | ||||
* | - reworked configuration framework completly | Martin Willi | 2006-03-16 | 1 | -3/+3 |
| | | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! | ||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 5 | -6/+6 |
| | | | | | | | | - 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 | 9 | -92/+141 |
| | | | | | | | | - 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 | ||||
* | - fixed doxygen warnings | Martin Willi | 2005-12-15 | 5 | -7/+7 |
| | |||||
* | - added todo | Martin Willi | 2005-12-08 | 1 | -0/+3 |
| | |||||
* | - removed prime pool | Martin Willi | 2005-12-07 | 1 | -2/+44 |
| | |||||
* | - private value doesn't have to be prime! | Jan Hutter | 2005-12-07 | 1 | -7/+20 |
| | |||||
* | - fixed gmp initialization bugs | Martin Willi | 2005-12-07 | 3 | -1/+15 |
| | | | | | - fixed spi check bug in ike_sa_init_requested | ||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 4 | -32/+64 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 4 | -45/+63 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 11 | -79/+119 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 4 | -27/+49 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 6 | -53/+66 |
| | |||||
* | - code documented | Jan Hutter | 2005-12-04 | 2 | -5/+4 |
| | |||||
* | - doxygen constructor declaration, make default ? | Martin Willi | 2005-12-04 | 3 | -0/+17 |
| | |||||
* | - comments added | Martin Willi | 2005-12-04 | 4 | -8/+181 |
| | |||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 10 | -20/+1074 |
| | | | | | | | | | | | - 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 | ||||
* | - encryption seems to work | Jan Hutter | 2005-11-29 | 2 | -0/+14 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-29 | 1 | -0/+2 |
| | |||||
* | - diffie hellman code cleaned | Jan Hutter | 2005-11-29 | 2 | -59/+47 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 23 | -451/+238 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 2 | -1/+19 |
| | | | | transform objects | ||||
* | - changed prf_hmac_t to hmac_prf_t | Jan Hutter | 2005-11-28 | 5 | -28/+28 |
| | |||||
* | - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested... | Jan Hutter | 2005-11-28 | 5 | -0/+268 |
| | |||||
* | - aes encryption with 128 successfully tested | Jan Hutter | 2005-11-28 | 1 | -185/+169 |
| | |||||
* | - aes encryption working but code not cleaned | Jan Hutter | 2005-11-28 | 1 | -351/+322 |
| | |||||
* | - wrote test for aes_cbc but encryption does not seem to work :-( | Jan Hutter | 2005-11-28 | 3 | -32/+32 |
| | |||||
* | - aes crypter written but not tested | Jan Hutter | 2005-11-28 | 3 | -12/+1609 |
| | |||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 6 | -57/+57 |
| | | | | | - some logging improvements | ||||
* | - code cleanups | Martin Willi | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | - began to implement aes_crypter_t | Jan Hutter | 2005-11-25 | 3 | -0/+144 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 19 | -116/+374 |
| | | | | | - cleanup of docs in transforms | ||||
* | - fixed some docu issues | Martin Willi | 2005-11-24 | 1 | -3/+4 |
| | |||||
* | - updated documentation, should be the reference | Martin Willi | 2005-11-24 | 2 | -31/+28 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 16 | -62/+77 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 5 | -0/+120 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 5 | -5/+4 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 18 | -29/+29 |
| | |||||
* | - buffer pointer was not increased | Jan Hutter | 2005-11-23 | 1 | -1/+3 |
| | |||||
* | - bug in creating fixed | Jan Hutter | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - hmac supports md5 | Martin Willi | 2005-11-23 | 1 | -0/+1 |
| | |||||
* | - fixed some minor comment issues | Martin Willi | 2005-11-22 | 2 | -2/+2 |
| | |||||
* | - prf_hmac_sha1 is now a generig prf_hmac | Martin Willi | 2005-11-22 | 3 | -27/+31 |
| | | | | | - supports md5 | ||||
* | - implemented md5 hasher | Martin Willi | 2005-11-22 | 3 | -0/+463 |
| | | | | | - tested | ||||
* | - fixed freeing bug | Martin Willi | 2005-11-22 | 1 | -7/+0 |
| |