Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | changed ipsec.secrets keyword EC to ECDSA | Tobias Brunner | 2008-06-24 | 1 | -1/+1 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-06-23 | 1 | -5/+5 | |
| | ||||||
* | fixed "double-close" of stroke fd resulting in "bad fd" errors if multiple ↵ | Martin Willi | 2008-06-23 | 1 | -15/+9 | |
| | | | | threads are active | |||||
* | display selected IKE proposal in ipsec statusall | Andreas Steffen | 2008-06-22 | 1 | -13/+26 | |
| | ||||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 1 | -11/+4 | |
| | ||||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 2 | -62/+48 | |
| | ||||||
* | do not list empty certuribase strings4.2.3 | Andreas Steffen | 2008-05-24 | 1 | -1/+4 | |
| | ||||||
* | added display of holderIssuer, holderSerial, and authorityKeyIdentifier | Andreas Steffen | 2008-05-23 | 1 | -1/+27 | |
| | ||||||
* | implement basic listing of attribute certificates | Andreas Steffen | 2008-05-22 | 2 | -9/+82 | |
| | ||||||
* | suppress listing of integrity algorithm if it is undefined | Andreas Steffen | 2008-05-17 | 1 | -4/+10 | |
| | ||||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -3/+3 | |
| | | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins | |||||
* | handle ID_KEY_ID as a ID_PUBKEY_SHA1 for authentication | Martin Willi | 2008-05-14 | 1 | -2/+10 | |
| | ||||||
* | fixed typos | Andreas Steffen | 2008-05-11 | 1 | -1/+1 | |
| | ||||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -1/+1 | |
| | ||||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -1/+1 | |
| | | | | | using named users, groups fixed capability dropping in pluto | |||||
* | supporting multiple comma seperated subnets in left/rightsubnet definition | Martin Willi | 2008-04-25 | 2 | -30/+56 | |
| | | | | | e.g. leftsubnet=10.2.0.0/16,10.4.0.0/16 | |||||
* | added _GNU_SOURCE and limits.h to build against glibc-2.8 | Martin Willi | 2008-04-24 | 1 | -0/+1 | |
| | ||||||
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 2 | -24/+21 | |
| | ||||||
* | Hash and URL cosmetics | Andreas Steffen | 2008-04-18 | 1 | -8/+8 | |
| | ||||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 5 | -17/+127 | |
| | ||||||
* | changed logging of crl writing to old style | Andreas Steffen | 2008-04-17 | 1 | -4/+4 | |
| | ||||||
* | respecting ipsec.conf cachecrls= option | Martin Willi | 2008-04-17 | 3 | -1/+37 | |
| | ||||||
* | caching of CRLs to /etc/ipsec.d/crls | Martin Willi | 2008-04-17 | 1 | -10/+41 | |
| | ||||||
* | added missing credential_set method to stroke_ca | Martin Willi | 2008-04-17 | 1 | -0/+1 | |
| | ||||||
* | extended credential_set_t interface by a cache_cert() method | Martin Willi | 2008-04-17 | 1 | -0/+9 | |
| | | | | allows persistent or in-memory caching of fetched certificates | |||||
* | adding rightsourceip=%poolname properly to peer config | Martin Willi | 2008-04-17 | 1 | -1/+2 | |
| | ||||||
* | disable DPD if dpddelay is set but dpdaction=none | Martin Willi | 2008-04-16 | 1 | -0/+5 | |
| | ||||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -3/+3 | |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | |||||
* | implemented IKE_SA uniqueness using ipsec.conf uniqueids paramater | Martin Willi | 2008-04-14 | 1 | -1/+15 | |
| | | | | additionally supports a "keep" value to keep the old IKE_SA | |||||
* | ike_sa_manager enumerable, not iterable | Martin Willi | 2008-04-14 | 3 | -21/+32 | |
| | ||||||
* | added close_action as a seperate config option to dpd_action | Martin Willi | 2008-04-14 | 1 | -5/+5 | |
| | ||||||
* | fixed rightsourceip=%config scenarios | Martin Willi | 2008-04-14 | 2 | -40/+62 | |
| | ||||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 1 | -2/+15 | |
| | | | | dpd actions a per child-, not peer ike-sa | |||||
* | implemented a simple attribute provider for stroke | Martin Willi | 2008-04-09 | 4 | -0/+398 | |
| | ||||||
* | implementation of an CFG attribute framework, currently supporting virtual IPs | Martin Willi | 2008-04-09 | 1 | -8/+30 | |
| | | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool | |||||
* | use cert->equals() to filter out equal certificates in seperate instances | Martin Willi | 2008-04-07 | 1 | -1/+1 | |
| | ||||||
* | log shared secret with debug level 4 | Andreas Steffen | 2008-04-06 | 1 | -1/+1 | |
| | ||||||
* | fixed compile warnings | Martin Willi | 2008-04-02 | 1 | -1/+0 | |
| | ||||||
* | workaround for parsing IPv6 PSKs requires extract_last_token() | Andreas Steffen | 2008-04-01 | 1 | -1/+1 | |
| | ||||||
* | minimal stroke_list_ocsp() implementation | Andreas Steffen | 2008-04-01 | 1 | -2/+23 | |
| | ||||||
* | stroke_list groups certificates by issuer | Andreas Steffen | 2008-04-01 | 1 | -7/+18 | |
| | ||||||
* | put DN in double quotes | Andreas Steffen | 2008-03-31 | 1 | -1/+1 | |
| | ||||||
* | ipsec list suppresses duplicates | Andreas Steffen | 2008-03-31 | 1 | -19/+79 | |
| | ||||||
* | output uptime in status in local time | Andreas Steffen | 2008-03-29 | 1 | -1/+1 | |
| | ||||||
* | changed external interface to the mediation extension. | Tobias Brunner | 2008-03-27 | 1 | -3/+3 | |
| | ||||||
* | implemented cert cache flushing, ipsec purgeocsp | Martin Willi | 2008-03-27 | 1 | -4/+6 | |
| | ||||||
* | fixed plugin/stroke Makefile | Andreas Steffen | 2008-03-26 | 1 | -1/+2 | |
| | ||||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 2 | -16/+16 | |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | |||||
* | added uptime statistics to statusall | Martin Willi | 2008-03-26 | 1 | -0/+10 | |
| | ||||||
* | fixed compile error if --enable-p2p is set | Martin Willi | 2008-03-26 | 2 | -2/+2 | |
| |