Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | support for virtual IP definition on client side: | Martin Willi | 2007-05-22 | 2 | -25/+41 | |
| | | | | | | | if leftsourceip is defined, it is requested. server may define rightsourceip=%config to accept any, or it may overwrite it using rightsourceip. if server does not return an IP, client enforces its configured leftsourceip. | |||||
* | fixed nextUpdate and until behaviour in the non-strict case | Andreas Steffen | 2007-05-19 | 1 | -10/+8 | |
| | ||||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 5 | -83/+130 | |
| | ||||||
* | verification of locally loaded peer certificates | Andreas Steffen | 2007-05-15 | 1 | -87/+92 | |
| | ||||||
* | support of multiple certificates with same peer id | Andreas Steffen | 2007-05-15 | 1 | -36/+74 | |
| | ||||||
* | changing UID/GID after startup of pluto/charon | Martin Willi | 2007-05-07 | 1 | -1/+3 | |
| | | | | added --with-uid/--with-gid configure option | |||||
* | extended interface_manager (more work needed here) | Martin Willi | 2007-05-03 | 1 | -1/+1 | |
| | ||||||
* | added more API documentation to backends/interfaces | Martin Willi | 2007-04-30 | 4 | -11/+15 | |
| | ||||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 7 | -279/+396 | |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | |||||
* | added support for AES-XCBC in kernel using e.g. esp=aes128-aesxcbc ↵ | Martin Willi | 2007-04-23 | 1 | -0/+10 | |
| | | | | (>=linux-2.6.20) | |||||
* | fixed CHILD_SA proposal selection when not using DH exchange | Martin Willi | 2007-04-23 | 1 | -8/+3 | |
| | ||||||
* | implementation of strictcrlpolicy=ifuri | Andreas Steffen | 2007-04-20 | 2 | -46/+56 | |
| | ||||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 6 | -83/+129 | |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | |||||
* | started support of X.509 attribute certificates | Andreas Steffen | 2007-04-12 | 1 | -21/+93 | |
| | ||||||
* | fixed DPD delay in peer_cfg | Martin Willi | 2007-04-12 | 1 | -1/+1 | |
| | ||||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 9 | -298/+52 | |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | |||||
* | accepting stroke initiation by a name of a child_cfg | Martin Willi | 2007-04-11 | 4 | -33/+33 | |
| | ||||||
* | best must be initialized to 2*MAX_WILDCARDS+1 | Andreas Steffen | 2007-04-10 | 1 | -7/+13 | |
| | ||||||
* | restructured file layout | Martin Willi | 2007-04-10 | 22 | -2622/+2579 | |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads | |||||
* | removed list_crls() and list_ocsp() methods | Andreas Steffen | 2007-04-06 | 1 | -57/+2 | |
| | ||||||
* | support cachecrls=yes | Andreas Steffen | 2007-04-05 | 1 | -5/+13 | |
| | ||||||
* | implemented dynamic http-based CRL fetching | Andreas Steffen | 2007-04-03 | 1 | -8/+3 | |
| | ||||||
* | merged changes from eap-aka trunk | Martin Willi | 2007-03-28 | 1 | -15/+48 | |
| | ||||||
* | is_trusted() adds cert_status to cert_to_be_trusted | Andreas Steffen | 2007-03-28 | 1 | -3/+37 | |
| | ||||||
* | implemented ipsec listocsp function | Andreas Steffen | 2007-03-27 | 1 | -5/+32 | |
| | ||||||
* | adjusted rekey-retry delay and jitter | Martin Willi | 2007-03-21 | 1 | -2/+2 | |
| | ||||||
* | fixed some rekey collision issues | Martin Willi | 2007-03-21 | 2 | -2/+32 | |
| | | | | added retry with jitter when rekeying fails | |||||
* | renamed keyingtries attribute | Martin Willi | 2007-03-20 | 2 | -13/+10 | |
| | ||||||
* | added AES-192/256 proposals to IKE | Martin Willi | 2007-03-13 | 1 | -0/+2 | |
| | ||||||
* | results from the single responses is stored in the corresponding certinfo_t ↵ | Andreas Steffen | 2007-03-12 | 1 | -2/+2 | |
| | | | | structs | |||||
* | moved credential_store.h from charon/config/credentials to libstrongswan | Andreas Steffen | 2007-03-09 | 2 | -286/+1 | |
| | ||||||
* | fixed a certinfo_t memory leak in verify() | Andreas Steffen | 2007-03-09 | 1 | -1/+4 | |
| | ||||||
* | ocsp signer certificate and ocsp response signature can be verified | Andreas Steffen | 2007-03-08 | 2 | -3/+69 | |
| | ||||||
* | fixed call of add_auth_certificate() | Andreas Steffen | 2007-03-08 | 2 | -7/+9 | |
| | ||||||
* | generalized get_ca_certificate() to get_auth_certificate(auth_flags) | Andreas Steffen | 2007-03-08 | 2 | -7/+9 | |
| | ||||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 2 | -61/+97 | |
| | ||||||
* | removed SHA2 kernel proposals from default, the kernel doesn't support them yet | Martin Willi | 2007-03-08 | 1 | -6/+0 | |
| | ||||||
* | added more debugging output for policy lookup | Martin Willi | 2007-03-08 | 1 | -3/+17 | |
| | | | | | returning a (dummy) policy even when TS does not match, so we can properly send a TS_UNACCEPTABLE | |||||
* | added SHA2 MAC and PRF to default proposal | Martin Willi | 2007-03-08 | 1 | -23/+58 | |
| | ||||||
* | fixed traffic selector redundancy removal code (not completely tested) | Martin Willi | 2007-03-06 | 2 | -7/+17 | |
| | ||||||
* | add crl and ocsp uris to linked list after partial verification | Andreas Steffen | 2007-03-06 | 1 | -22/+35 | |
| | ||||||
* | some cleanups | Martin Willi | 2007-03-05 | 1 | -5/+1 | |
| | | | | | | not assigning %any virtual IPs to peer anymore | |||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 5 | -4/+77 | |
| | ||||||
* | refactored ca_info_t | Andreas Steffen | 2007-03-03 | 2 | -166/+115 | |
| | ||||||
* | added support for 0.0.0.0/0 traffic selectors | Martin Willi | 2007-03-01 | 4 | -31/+86 | |
| | | | | fixed routing to make correct 0.0.0.0/0 routes | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 6 | -68/+136 | |
| | ||||||
* | added support of OCSP accessLocations | Andreas Steffen | 2007-02-25 | 1 | -5/+17 | |
| | ||||||
* | full support of ca info records | Andreas Steffen | 2007-02-24 | 2 | -22/+111 | |
| | ||||||
* | support of ca info records | Andreas Steffen | 2007-02-23 | 2 | -0/+45 | |
| | ||||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 4 | -15/+37 | |
| | | | | | includes a lot of other modifications |