aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/crypters/crypter.h
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-153/+0
|
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-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 proposalMartin Willi2006-02-141-18/+19
| | | | | | | | - 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 warningsMartin Willi2005-12-151-2/+2
|
* - added todoMartin Willi2005-12-081-0/+3
|
* - code cleaned upJan Hutter2005-12-061-1/+1
|
* - code cleaned upJan Hutter2005-12-061-20/+37
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-0/+3
| | | | | | | | | | | - 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
* - return value cleanupMartin Willi2005-11-281-9/+10
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-1/+2
| | | | transform objects
* - aes crypter written but not testedJan Hutter2005-11-281-2/+4
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-14/+44
| | | | | - cleanup of docs in transforms
* - typedefs changedMartin Willi2005-11-241-3/+3
|
* - created encoding packageMartin Willi2005-11-231-1/+1
|
* - changed include pathsMartin Willi2005-11-231-1/+1
|
* - definition of interface for singer and crypterMartin Willi2005-11-221-0/+95
- not documented