Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | replying to COOKIE2 mobike notify properly4.2.2 | Martin Willi | 2008-05-21 | 1 | -0/+8 | |
| | | | | including COOKIE2 ourself after path probing | |||||
* | Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) ↵ | Tobias Brunner | 2008-05-16 | 1 | -7/+21 | |
| | | | | in charon. | |||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -0/+8 | |
| | ||||||
* | removed status result from crypter interface to be consistent with other ↵ | Martin Willi | 2008-04-22 | 1 | -22/+10 | |
| | | | | crypto interfaces | |||||
* | Hash and URL cosmetics | Andreas Steffen | 2008-04-18 | 1 | -4/+4 | |
| | ||||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 2 | -24/+144 | |
| | ||||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -18/+10 | |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | |||||
* | fixing some memory leaks | Tobias Brunner | 2008-04-02 | 1 | -1/+3 | |
| | ||||||
* | changed order of server and peer reflexive endpoints (and also the priorities) | Tobias Brunner | 2008-03-31 | 2 | -8/+8 | |
| | ||||||
* | corrected ME_ENDPOINT length check | Tobias Brunner | 2008-03-27 | 1 | -1/+2 | |
| | ||||||
* | checking the size of ME_* notify payloads | Tobias Brunner | 2008-03-27 | 1 | -1/+21 | |
| | ||||||
* | replaced the COOKIE notify payload in connectivity checks with a ↵ | Tobias Brunner | 2008-03-27 | 2 | -3/+7 | |
| | | | | ME_CONNECTAUTH notify payload | |||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 9 | -121/+121 | |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | |||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 1 | -29/+31 | |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | |||||
* | added generic payload order rules for notifies | Martin Willi | 2008-03-18 | 1 | -0/+6 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 54 | -1791/+1240 | |
| | ||||||
* | use identifiers in EAP_SUCCESS/EAP_FAILURE payloads | Martin Willi | 2008-02-04 | 2 | -8/+11 | |
| | ||||||
* | next_payload must be of type u_int8_t | Andreas Steffen | 2008-02-01 | 1 | -1/+2 | |
| | ||||||
* | implemented Expanded EAP types to support vendor specific methods | Martin Willi | 2007-12-13 | 2 | -5/+19 | |
| | ||||||
* | accept unknown attributes in config payloads | Martin Willi | 2007-12-09 | 1 | -1/+1 | |
| | ||||||
* | removed c++ style comments4.1.9 | Martin Willi | 2007-12-04 | 2 | -10/+13 | |
| | | | | | fixed compiler warnings | |||||
* | improved P2P_ENDPOINT debugging | Andreas Steffen | 2007-12-03 | 2 | -1/+25 | |
| | ||||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 2 | -21/+10 | |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | |||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 9 | -6/+745 | |
| | ||||||
* | do not attempt to encrypt payloads without crypter or signer (allows to ↵ | Tobias Brunner | 2007-10-02 | 1 | -0/+7 | |
| | | | | override message rules) | |||||
* | ID payload with explicit payload type | Tobias Brunner | 2007-10-02 | 3 | -67/+18 | |
| | ||||||
* | get_first_payload_type for message_t | Tobias Brunner | 2007-10-02 | 2 | -2/+21 | |
| | ||||||
* | typos | Tobias Brunner | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | backports from the p2p-nat-t branch: | Tobias Brunner | 2007-07-19 | 2 | -8/+8 | |
| | | | | | | * double assignment of function ''destroy'' in some jobs * typos | |||||
* | added message ID to message log | Martin Willi | 2007-07-03 | 1 | -3/+7 | |
| | ||||||
* | show kind of notify contained in messages in log | Martin Willi | 2007-07-03 | 3 | -12/+76 | |
| | ||||||
* | further fixed for mobike roaming | Martin Willi | 2007-06-25 | 2 | -3/+7 | |
| | ||||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 1 | -28/+28 | |
| | | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet! | |||||
* | fixed payload debug message | Martin Willi | 2007-04-12 | 1 | -13/+19 | |
| | ||||||
* | removed %M printf handler, five more to go | Martin Willi | 2007-04-11 | 1 | -54/+27 | |
| | ||||||
* | added CERT_ROOF | Andreas Steffen | 2007-03-23 | 1 | -1/+1 | |
| | ||||||
* | added CERT_ROOF | Andreas Steffen | 2007-03-23 | 2 | -2/+3 | |
| | ||||||
* | added certificate encoding OCSP content | Andreas Steffen | 2007-03-23 | 2 | -3/+5 | |
| | ||||||
* | fixed CHILD_SA rekeying/delete bug on 64bit machines | Martin Willi | 2007-03-19 | 2 | -144/+10 | |
| | | | | removed obsolete methods in delete_payload | |||||
* | generalized get_ca_certificate() to get_auth_certificate(auth_flags) | Andreas Steffen | 2007-03-08 | 1 | -1/+1 | |
| | ||||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 1 | -5/+6 | |
| | ||||||
* | fixed payload order in IKE_AUTH | Martin Willi | 2007-03-08 | 1 | -7/+27 | |
| | ||||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 1 | -9/+2 | |
| | ||||||
* | fixed ID selection bug when peer doesn't include IDr payload | Martin Willi | 2007-03-05 | 2 | -0/+10 | |
| | | | | | allowing vendor ID in any messag | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 9 | -38/+157 | |
| | ||||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 8 | -99/+252 | |
| | | | | | includes a lot of other modifications | |||||
* | be more liberal in accepting notifies with a protocol id | Martin Willi | 2007-02-08 | 1 | -9/+6 | |
| | ||||||
* | fixed crash when CA for certrequest not found | Martin Willi | 2007-01-08 | 1 | -4/+14 | |
| | ||||||
* | added support for transport mode and (experimental!) BEET mode | Martin Willi | 2006-12-21 | 1 | -1/+2 | |
| | | | | | support for the type=transport/tunnel parameter in charon | |||||
* | fixed encoding rules string | Martin Willi | 2006-12-14 | 1 | -11/+10 | |
| | | | | updated todo |