aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-0562-8140/+0
|
* - improved strokeingMartin Willi2006-04-041-6/+3
| | | | | | | - down connection - status - some other tweaks
* - rewrote a lot of RSA stuffMartin Willi2006-03-305-118/+297
| | | | | | | | | | - 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-2412-91/+382
| | | | | | - 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 contextMartin Willi2006-03-238-76/+31
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - reworked configuration framework completlyMartin Willi2006-03-1618-122/+125
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - first attempt for connection loading and starting via "stroke"Martin Willi2006-03-141-1/+3
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-3/+3
| | | | | | | | - 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
* - comments and cleanupsMartin Willi2006-03-021-116/+117
|
* - proposal setup implementation begunMartin Willi2006-02-223-17/+22
|
* - installing of child sa worksMartin Willi2006-02-166-7/+162
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-148-208/+154
| | | | | | | | - 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
* (no commit message)Martin Willi2006-02-101-1/+1
|
* - some fixes here and thereMartin Willi2006-02-092-5/+5
|
* - works with new proposal codeMartin Willi2006-02-093-18/+61
| | | | | - still some(!) memleaks
* - fixed alot of bugs in child_proposalMartin Willi2006-02-087-88/+201
| | | | | - near to working state ;-)
* - 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
|