aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases
Commit message (Collapse)AuthorAgeFilesLines
* - dead end implementationMartin Willi2006-02-062-3/+2
|
* - fixed doxygen warningsMartin Willi2005-12-152-2/+2
|
* - fixed some BAD bugsMartin Willi2005-12-121-3/+3
| | | | | - clean localhost-testcases for bad_dh, shared and rsa
* - added todo's Jan Hutter2005-12-121-2/+2
|
* - fixed testMartin Willi2005-12-071-16/+4
|
* - removed prime poolMartin Willi2005-12-076-121/+5
|
* created protected_tester_t for testcasesJan Hutter2005-12-0754-164/+164
|
* - code cleaned upJan Hutter2005-12-061-4/+4
|
* - code cleanup in network and configMartin Willi2005-12-066-32/+38
| | | | | - moved packet_t members to private, added getter and setters
* - code cleanup of encoding packageMartin Willi2005-12-062-2/+2
|
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-062-2/+3
|
* - Implemented but not tested unknown_payload_tJan Hutter2005-12-051-9/+0
|
* - Implemented and tested eap_payload_tJan Hutter2005-12-056-20/+116
|
* - implemented and tested cp_payload_tJan Hutter2005-12-055-2/+173
|
* - kernel interface hacks, works partiallyMartin Willi2005-12-054-0/+127
| | | | | - interface must be redefined
* - implemented and tested VENDOR ID payloadJan Hutter2005-12-055-2/+115
|
* DELETE payload implemented and testedJan Hutter2005-12-055-4/+124
|
* - cleaned code of generator_t classJan Hutter2005-12-051-2/+2
|
* - implemented and tested cert_payload_t Jan Hutter2005-12-055-53/+170
|
* - added payload CERTJan Hutter2005-12-055-2/+119
| | | | | | - cleaned code of different states - added additional notify handling
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-046-4/+255
| | | | | | | | | | | - 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
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-031-2/+2
|
* - retransmitting of requests implementedJan Hutter2005-12-021-1/+1
|
* - state ike_auth_requestedMartin Willi2005-12-021-2/+2
| | | | | - does now establishing of IKE_SA in both directions
* - added ts for both initator and responderMartin Willi2005-12-012-10/+29
| | | | - ts_payload can get now ts's
* - addedMartin Willi2005-12-012-0/+240
|
* - tested sa with traffic selectorsMartin Willi2005-12-012-0/+8
| | | | | - fixed ALOT of bugs ;-)
* - implemented functionality to generate sa payload from Jan Hutter2005-12-013-4/+274
| | | | | | child_proposal_t's and vice versa...
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-013-5/+166
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload
* created class init_config_t encapsulating configuration issues of Jan Hutter2005-11-304-3/+174
| | | | | IKE_SA_INIT phase
* - added positioned functionality to linked_list_tJan Hutter2005-11-301-1/+33
|
* - encryption seems to workJan Hutter2005-11-291-1/+0
|
* - tested encryption payloadMartin Willi2005-11-294-3/+185
|
* - implemented and tested ts_payload_tJan Hutter2005-11-295-4/+199
|
* - fixed kill behaviorMartin Willi2005-11-291-3/+3
|
* - added and tested auth_payload_t classJan Hutter2005-11-295-0/+116
|
* - globals packed in a daemonMartin Willi2005-11-2910-112/+97
|
* (no commit message)Jan Hutter2005-11-291-120/+0
|
* - added and tested id_payload_tJan Hutter2005-11-295-9/+132
|
* - changed creation of iteratorJan Hutter2005-11-292-6/+6
| | | | - chanded all clone calls
* - changed allocation behaviorMartin Willi2005-11-297-8/+7
|
* - testcases added to module testcasesJan Hutter2005-11-2943-99/+191
|
* - memory allocation tests removedJan Hutter2005-11-2910-150/+85
|
* - return value cleanupMartin Willi2005-11-2813-45/+32
|
* - memory allocation checks removedJan Hutter2005-11-281-5/+5
|
* generator rewritten (no memory allocation test anymore)Jan Hutter2005-11-281-48/+34
|
* - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...Jan Hutter2005-11-285-9/+280
|
* - aes encryption with 128 successfully testedJan Hutter2005-11-281-2/+68
|
* - aes encryption working but code not cleanedJan Hutter2005-11-282-7/+5
|
* - wrote test for aes_cbc but encryption does not seem to work :-(Jan Hutter2005-11-284-5/+195
|