Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 4 | -75/+66 |
| | | | | dpd actions a per child-, not peer ike-sa | ||||
* | implementation of an CFG attribute framework, currently supporting virtual IPs | Martin Willi | 2008-04-09 | 5 | -52/+316 |
| | | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool | ||||
* | fixed two other memory leaks | Tobias Brunner | 2008-04-03 | 2 | -6/+2 |
| | |||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 2 | -31/+31 |
| | | | | 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 | 9 | -147/+349 |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | ||||
* | fixed peer_cfg lookup when omitting IDr | Martin Willi | 2008-03-19 | 1 | -0/+5 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 21 | -3218/+577 |
| | |||||
* | implemented Expanded EAP types to support vendor specific methods | Martin Willi | 2007-12-13 | 3 | -4/+19 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 3 | -63/+90 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | search : delimiter in ipsec.secrets entries from the rear | Andreas Steffen | 2007-11-16 | 1 | -1/+3 |
| | |||||
* | fixed sqlite_backend compilation to respect changes from [3238] | Martin Willi | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 2 | -2/+104 |
| | |||||
* | fixed sqlite database path | Martin Willi | 2007-10-02 | 1 | -2/+2 |
| | |||||
* | improved debugging code for traffic selector processing | Martin Willi | 2007-10-02 | 1 | -7/+15 |
| | |||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 5 | -30/+32 |
| | | | | fixed bugs in force_encap code | ||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 3 | -4/+29 |
| | | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls | ||||
* | return argument has type size_t | Andreas Steffen | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 6 | -0/+441 |
| | |||||
* | peer_cfg now knows about group memberships | Andreas Steffen | 2007-09-13 | 3 | -11/+49 |
| | |||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | removed rsa_private_key clone() function | Andreas Steffen | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵ | Andreas Steffen | 2007-09-11 | 1 | -28/+44 |
| | | | | distribution of private key material | ||||
* | overwrite storage used for shared secrets with pseudo-random bytes before ↵ | Andreas Steffen | 2007-09-10 | 1 | -27/+26 |
| | | | | releasing it | ||||
* | added mobike=yes|no connection option | Martin Willi | 2007-08-29 | 2 | -3/+27 |
| | | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes | ||||
* | append new attribute certs at the end | Andreas Steffen | 2007-08-14 | 1 | -1/+7 |
| | |||||
* | adding attribute certficates to a chained list | Andreas Steffen | 2007-08-14 | 1 | -3/+25 |
| | |||||
* | has_rsa_private_key() must also be protected by keys_mutex | Andreas Steffen | 2007-08-10 | 1 | -1/+4 |
| | |||||
* | support of ipsec rereadsecrets for stroke | Andreas Steffen | 2007-08-10 | 1 | -9/+54 |
| | |||||
* | bug fix in linked_list deletion - instead of acerts destroyed certs twice4.1.5 | Andreas Steffen | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | implemented listing of attribute certificates | Andreas Steffen | 2007-08-07 | 1 | -3/+31 |
| | |||||
* | ignoring unkown crl/ocsp uris | Martin Willi | 2007-07-04 | 1 | -2/+8 |
| | |||||
* | proper update of IPsec SA when roaming a host-to-host tunnel | Martin Willi | 2007-07-02 | 1 | -7/+13 |
| | | | | roaming of IPsec SAs using virtual IPs | ||||
* | moved assignment of CERT_UNKNOWN4.1.3 | Andreas Steffen | 2007-05-25 | 1 | -2/+2 |
| | |||||
* | log trust pathlen | Andreas Steffen | 2007-05-25 | 1 | -4/+6 |
| | |||||
* | included a certificate label in the is_trusted() method | Andreas Steffen | 2007-05-25 | 1 | -8/+6 |
| | |||||
* | DBG1 level now shows stepping up through the certifiate hierarchy up to the ↵ | Andreas Steffen | 2007-05-25 | 1 | -2/+2 |
| | | | | trust anchor | ||||
* | set certinfo status to CERT_UNKNOWN before crl and|or ocsp verification | Andreas Steffen | 2007-05-25 | 1 | -3/+7 |
| | |||||
* | removed paranoid module checking | Martin Willi | 2007-05-25 | 1 | -13/+0 |
| | |||||
* | added compatibility names (pluto) for sha2 algorithms (sha2_256, ...) | Martin Willi | 2007-05-25 | 1 | -4/+11 |
| |