aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/testcases.c
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-275/+0
|
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-3/+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-5/+6
| | | | | | - 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-231-3/+3
| | | | | | | - 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-161-6/+6
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - 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
* - proposal setup implementation begunMartin Willi2006-02-221-1/+1
|
* - installing of child sa worksMartin Willi2006-02-161-2/+9
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-141-5/+5
| | | | | | | | - 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
* - some fixes here and thereMartin Willi2006-02-091-1/+1
|
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-4/+7
| | | | | - near to working state ;-)
* - dead end implementationMartin Willi2006-02-061-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
|
* - removed prime poolMartin Willi2005-12-071-6/+1
|
* - code cleanup in network and configMartin Willi2005-12-061-1/+1
| | | | | - moved packet_t members to private, added getter and setters
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-061-1/+1
|
* - Implemented and tested eap_payload_tJan Hutter2005-12-051-1/+5
|
* - implemented and tested cp_payload_tJan Hutter2005-12-051-2/+6
|
* - kernel interface hacks, works partiallyMartin Willi2005-12-051-0/+2
| | | | | - interface must be redefined
* - implemented and tested VENDOR ID payloadJan Hutter2005-12-051-2/+6
|
* DELETE payload implemented and testedJan Hutter2005-12-051-2/+6
|
* - cleaned code of generator_t classJan Hutter2005-12-051-2/+2
|
* - implemented and tested cert_payload_t Jan Hutter2005-12-051-2/+6
|
* - added payload CERTJan Hutter2005-12-051-2/+6
| | | | | | - cleaned code of different states - added additional notify handling
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-4/+15
| | | | | | | | | | | - 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
* - 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-011-3/+3
| | | | - ts_payload can get now ts's
* - tested sa with traffic selectorsMartin Willi2005-12-011-0/+4
| | | | | - fixed ALOT of bugs ;-)
* - implemented functionality to generate sa payload from Jan Hutter2005-12-011-2/+2
| | | | | | child_proposal_t's and vice versa...
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-011-2/+2
| | | | | 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-301-2/+5
| | | | | IKE_SA_INIT phase
* - encryption seems to workJan Hutter2005-11-291-1/+0
|
* - tested encryption payloadMartin Willi2005-11-291-3/+6
|
* - implemented and tested ts_payload_tJan Hutter2005-11-291-3/+7
|
* - fixed kill behaviorMartin Willi2005-11-291-3/+3
|
* - added and tested auth_payload_t classJan Hutter2005-11-291-0/+4
|
* - globals packed in a daemonMartin Willi2005-11-291-65/+53
|
* (no commit message)Jan Hutter2005-11-291-120/+0
|
* - added and tested id_payload_tJan Hutter2005-11-291-1/+8
|
* - testcases added to module testcasesJan Hutter2005-11-291-1/+1
|
* - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...Jan Hutter2005-11-281-4/+15
|
* - aes encryption working but code not cleanedJan Hutter2005-11-281-1/+1
|
* - wrote test for aes_cbc but encryption does not seem to work :-(Jan Hutter2005-11-281-5/+11
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-8/+7
| | | | | - some logging improvements
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-2/+2
|
* - memory leaks fixedJan Hutter2005-11-241-1/+5
| | | | - failed tests fixed
* - Martin Willi2005-11-231-3/+3
|
* - changed include pathsJan Hutter2005-11-231-29/+29
|