Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass identity to release_address(), allows providers to do a lookup by id | Martin Willi | 2008-12-05 | 3 | -5/+7 |
| | |||||
* | extended changeset [4753] | Andreas Steffen | 2008-12-04 | 1 | -1/+2 |
| | |||||
* | handling peer_match with higher priority tan ike_match to select correct ↵ | Martin Willi | 2008-12-04 | 1 | -1/+1 |
| | | | | config if IPs are equal | ||||
* | fixed a double-unlock bug, showed up when using rwlocks in backend manager | Martin Willi | 2008-11-28 | 1 | -22/+4 |
| | |||||
* | use rwlocks in backend manager to allow simultaneous access | Martin Willi | 2008-11-27 | 1 | -19/+19 |
| | |||||
* | use a rwlock in attribute manager to allow simultaneous access | Martin Willi | 2008-11-27 | 1 | -12/+12 |
| | |||||
* | added a MODP_NULL Diffie Hellman group to avoid calculation overhead in ↵ | Martin Willi | 2008-11-22 | 1 | -0/+7 |
| | | | | load-testing | ||||
* | corrected unwanted deletion in comment | Andreas Steffen | 2008-11-12 | 1 | -2/+2 |
| | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 2 | -32/+26 |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | ||||
* | fixing keylength bug at the right place: | Martin Willi | 2008-11-12 | 1 | -9/+1 |
| | | | | we usually don't touch output parameters if operations fails | ||||
* | improved fix | Andreas Steffen | 2008-11-12 | 1 | -5/+9 |
| | |||||
* | fixed AES-CCM/GCM authenticated encryption by eliminating generation of ↵ | Andreas Steffen | 2008-11-12 | 1 | -0/+4 |
| | | | | superfluous generation of integrity keying material | ||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 1 | -9/+30 |
| | |||||
* | added the MIPv6 options use_proxy_mode and install_policy | Andreas Steffen | 2008-11-11 | 2 | -17/+87 |
| | |||||
* | cosmetics in debug output | Andreas Steffen | 2008-11-11 | 1 | -6/+11 |
| | |||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 1 | -9/+10 |
| | |||||
* | migrate_job() finds a matching child_cfg | Andreas Steffen | 2008-11-03 | 2 | -0/+36 |
| | |||||
* | corrected parameter description | Andreas Steffen | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | corrected captions | Andreas Steffen | 2008-11-02 | 1 | -13/+13 |
| | |||||
* | corrected parameter description | Andreas Steffen | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | fixed some compiler warnings | Martin Willi | 2008-10-27 | 1 | -0/+5 |
| | |||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 2 | -2/+64 |
| | |||||
* | added proposal parsing of uncommon DH groups 3072/6144 | Martin Willi | 2008-10-08 | 1 | -0/+8 |
| | |||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 2 | -34/+7 |
| | |||||
* | creating default IKE proposals dynamically using algorithm enumeration API | Martin Willi | 2008-08-28 | 1 | -22/+107 |
| | |||||
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 2 | -91/+1 |
| | | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones | ||||
* | display protoport in dynamic/32 traffic selectors | Andreas Steffen | 2008-07-21 | 1 | -11/+12 |
| | |||||
* | ipsec statusall displays dpd options | Andreas Steffen | 2008-07-02 | 1 | -3/+3 |
| | |||||
* | logging peer addresses in peer_cfg lookup | Martin Willi | 2008-07-01 | 1 | -1/+2 |
| | |||||
* | added host match prio to debugging output | Martin Willi | 2008-07-01 | 1 | -7/+8 |
| | |||||
* | peer_cfg lookup takes peer addresses into account | Martin Willi | 2008-07-01 | 2 | -81/+101 |
| | |||||
* | show authentication method in ipsec statusall | Andreas Steffen | 2008-06-30 | 1 | -3/+3 |
| | |||||
* | added %P printf handler for poposal_t | Martin Willi | 2008-06-12 | 4 | -65/+171 |
| | | | | added some proposal selection debugging code | ||||
* | make config_auth_method_t backward compatible to existing sql templates | Andreas Steffen | 2008-06-10 | 1 | -3/+3 |
| | |||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 2 | -12/+42 |
| | |||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 3 | -29/+42 |
| | |||||
* | log received DH groups and PRFs if no common proposal is found | Andreas Steffen | 2008-05-22 | 1 | -3/+23 |
| | |||||
* | added the ECP groups from RFC 5114 | Tobias Brunner | 2008-05-22 | 1 | -0/+8 |
| | |||||
* | added ECDH with OpenSSL (see RFC 4753) | Tobias Brunner | 2008-05-22 | 1 | -0/+12 |
| | |||||
* | list proposed ESP ENCRYPTION and INTEGRITY algorithms if no proposal is chosen | Andreas Steffen | 2008-05-20 | 1 | -2/+23 |
| | |||||
* | fixed a bug introduced in [3973] | Tobias Brunner | 2008-05-19 | 1 | -2/+4 |
| | |||||
* | ccm and gcm icv_sizes are accepted both in bits and octets | Andreas Steffen | 2008-05-17 | 1 | -7/+13 |
| | |||||
* | Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) ↵ | Tobias Brunner | 2008-05-16 | 1 | -9/+114 |
| | | | | in charon. | ||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 2 | -3/+56 |
| | |||||
* | renamed PRF_AES128_CBC to PRF_AES128_XCBC | Martin Willi | 2008-05-08 | 1 | -2/+2 |
| | |||||
* | returning reference pointer on get_ref() | Martin Willi | 2008-05-06 | 6 | -29/+19 |
| | |||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 1 | -1/+3 |
| | | | | | | supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase | ||||
* | fixed peer config equality check | Martin Willi | 2008-04-18 | 1 | -1/+2 |
| | |||||
* | implemented IKE_SA uniqueness using ipsec.conf uniqueids paramater | Martin Willi | 2008-04-14 | 2 | -2/+44 |
| | | | | additionally supports a "keep" value to keep the old IKE_SA | ||||
* | added close_action as a seperate config option to dpd_action | Martin Willi | 2008-04-14 | 2 | -13/+36 |
| |