aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* renamed keyingtries attributeMartin Willi2007-03-202-13/+10
|
* adjusted loglevelsMartin Willi2007-03-201-13/+6
|
* always update reqid on policy install, fixes dpdaction=hold issueMartin Willi2007-03-191-9/+1
|
* EAP-SIM cleanupsMartin Willi2007-03-191-2/+2
|
* fixed CHILD_SA rekeying/delete bug on 64bit machinesMartin Willi2007-03-193-147/+13
| | | | removed obsolete methods in delete_payload
* added --with-sim-reader option to configure scriptMartin Willi2007-03-142-27/+30
| | | | | some cleanups in eap_sim
* removed dublicated code in eap_authenticatorMartin Willi2007-03-141-12/+3
|
* version number selection fixMartin Willi2007-03-142-11/+18
| | | | some cleanups
* cleaned up and fixed DPD handling codeMartin Willi2007-03-142-94/+114
|
* removed cfg-payload dns test codeMartin Willi2007-03-141-2/+2
|
* added EAP-SIM authenticationMartin Willi2007-03-136-2/+5988
| | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested
* not detaching from bus when IKE_SA_INIT is retriedMartin Willi2007-03-132-7/+10
|
* added AES-192/256 proposals to IKEMartin Willi2007-03-131-0/+2
|
* added generic EAP_IDENTITY client implementation using peers IKEv2 IDMartin Willi2007-03-133-0/+215
|
* results from the single responses is stored in the corresponding certinfo_t ↵Andreas Steffen2007-03-121-2/+2
| | | | structs
* moved credential_store.h from charon/config/credentials to libstrongswanAndreas Steffen2007-03-094-288/+4
|
* fixed a certinfo_t memory leak in verify()Andreas Steffen2007-03-091-1/+4
|
* ocsp signer certificate and ocsp response signature can be verifiedAndreas Steffen2007-03-082-3/+69
|
* fixed memleaks when using EAP authenticationMartin Willi2007-03-082-43/+64
| | | | | fixed configuration payloads when using EAP
* fixed payload order (again)Martin Willi2007-03-082-6/+6
|
* including peers certificate when his certreq is emptyMartin Willi2007-03-081-2/+11
|
* implemented cookies as initiatorMartin Willi2007-03-082-9/+44
| | | | proper logging of notifies in IKE_SA setup
* disabling routing for IPv6, does not work correctlyMartin Willi2007-03-081-1/+2
|
* fixed call of add_auth_certificate()Andreas Steffen2007-03-082-7/+9
|
* generalized get_ca_certificate() to get_auth_certificate(auth_flags)Andreas Steffen2007-03-083-8/+10
|
* added fetcher_finalize() to clean up libcurlAndreas Steffen2007-03-081-0/+1
|
* some cleanupsMartin Willi2007-03-082-11/+10
| | | | | not installing %any DNS servers
* support if ocsp signing certificatesAndreas Steffen2007-03-084-22/+53
|
* support if ocsp signing certificatesAndreas Steffen2007-03-082-61/+97
|
* fixed payload order in IKE_AUTHMartin Willi2007-03-081-7/+27
|
* removed SHA2 kernel proposals from default, the kernel doesn't support them yetMartin Willi2007-03-081-6/+0
|
* allocation fixes, not completeMartin Willi2007-03-081-8/+16
|
* handling "No policy found" properlyMartin Willi2007-03-081-4/+4
|
* added more debugging output for policy lookupMartin Willi2007-03-081-3/+17
| | | | | returning a (dummy) policy even when TS does not match, so we can properly send a TS_UNACCEPTABLE
* fixed CHILD_SA creation within existing IKE_SAMartin Willi2007-03-081-0/+1
|
* ported changes from EAP branch, renabling EAP frameworkMartin Willi2007-03-082-126/+371
|
* added (not yet supported) sha2 algorithms to kernelMartin Willi2007-03-081-7/+10
| | | | only adding a route if using tunnel mode
* added SHA2 MAC and PRF to default proposalMartin Willi2007-03-081-23/+58
|
* added more debug output Martin Willi2007-03-081-0/+2
|
* added parsing level to x509_create_from_chunk()Andreas Steffen2007-03-071-1/+1
|
* http post fetching using libcurl implementedAndreas Steffen2007-03-072-0/+9
|
* prevent from initiating multiple exchanges the same timeMartin Willi2007-03-061-0/+9
|
* updated apidoc documentationMartin Willi2007-03-061-4/+3
|
* fixed notify handling in IKE_AUTHMartin Willi2007-03-062-16/+25
| | | | moved nonce payload before TS in CHILD_SA setup
* moved REKEY_SA notify to the beginning of the messageMartin Willi2007-03-061-7/+7
|
* fixed traffic selector redundancy removal code (not completely tested)Martin Willi2007-03-062-7/+17
|
* add crl and ocsp uris to linked list after partial verificationAndreas Steffen2007-03-061-22/+35
|
* sending an SPI of 0 as responder when IKE_SA_INIT failsMartin Willi2007-03-061-0/+7
|
* some cleanupsMartin Willi2007-03-052-13/+7
| | | | | | not assigning %any virtual IPs to peer anymore
* fixed double free bugMartin Willi2007-03-0510-24/+96
|