aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/Makefile.testcases
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-142/+0
|
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-0/+4
| | | | | | | | | | - 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/encoderMartin Willi2006-03-241-0/+4
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - reworked configuration framework completlyMartin Willi2006-03-161-4/+4
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - installing of child sa worksMartin Willi2006-02-161-0/+4
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-141-2/+2
| | | | | | | | - 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 alot of bugs in child_proposalMartin Willi2006-02-081-0/+4
| | | | | - near to working state ;-)
* - removed prime poolMartin Willi2005-12-071-5/+0
|
* - kernel interface hacks, works partiallyMartin Willi2005-12-051-0/+6
| | | | | - interface must be redefined
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-0/+8
| | | | | | | | | | | - 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
* - tested sa with traffic selectorsMartin Willi2005-12-011-0/+4
| | | | | - fixed ALOT of bugs ;-)
* created class init_config_t encapsulating configuration issues of Jan Hutter2005-11-301-1/+3
| | | | | IKE_SA_INIT phase
* - tested encryption payloadMartin Willi2005-11-291-0/+4
|
* - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...Jan Hutter2005-11-281-0/+4
|
* - wrote test for aes_cbc but encryption does not seem to work :-(Jan Hutter2005-11-281-0/+5
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-6/+2
| | | | | - some logging improvements
* - Martin Willi2005-11-231-0/+102