aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici
Commit message (Expand)AuthorAgeFilesLines
...
* vici: Ensure we read exactly the specified amount of bytes from the socket in...Tobias Brunner2016-05-101-2/+9
* vici list-conns sends reauthentication and rekeying time informationAndreas Steffen2016-05-043-15/+32
* Include manual policy priorities and restriction to interfaces in vici list-c...Andreas Steffen2016-04-091-1/+14
* Implemented IPsec policies restricted to given network interfaceAndreas Steffen2016-04-091-0/+3
* Support manually-set IPsec policy prioritiesAndreas Steffen2016-04-091-0/+2
* peer-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-6/+17
* child-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-125/+117
* vici: Fix documentation of some dictionary keys of two request messagesCameron McCord2016-03-311-3/+3
* Use standard unsigned integer typesAndreas Steffen2016-03-249-59/+59
* vici: Don't hold write lock while running or undoing start actionsTobias Brunner2016-03-111-27/+63
* Initialize ts variableAndreas Steffen2016-03-111-1/+1
* Support of IP address ranges in traffic selectorsAndreas Steffen2016-03-101-1/+17
* vici: Replace child configs atomicallyTobias Brunner2016-03-081-14/+11
* vici: Order auth rounds by optional `round` parameter instead of by position ...Tobias Brunner2016-03-081-40/+64
* vici: Correctly return IKE SPIs stored in network orderTobias Brunner2016-03-041-2/+4
* vici: Add support for pubkey constraints with EAP-TLSTobias Brunner2016-03-041-0/+8
* auth-cfg: Make IKE signature schemes configurableTobias Brunner2016-03-041-2/+3
* vici: Don't redirect all SAs if no selectors are givenTobias Brunner2016-03-041-1/+1
* vici: Match subnets and ranges against peer IP in redirect commandTobias Brunner2016-03-042-12/+42
* vici: Match identity with wildcards against remote ID in redirect commandTobias Brunner2016-03-042-5/+9
* vici: Add redirect commandTobias Brunner2016-03-045-0/+150
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-1/+0
* vici: Provide ports of local and remote IKE endpointsTobias Brunner2016-03-032-2/+9
* vici: Correctly document 'up' key for updown eventsTobias Brunner2016-03-011-4/+4
* vici: Support multiple named raw ublic keysAndreas Steffen2016-01-101-15/+19
* swanctl: Load pubkeys with load-credsAndreas Steffen2016-01-091-6/+7
* vici: list-cert sends subject, not-before and not-after attributes for pubkeysAndreas Steffen2016-01-092-1/+28
* vici: Support of raw public keysAndreas Steffen2016-01-095-9/+60
* vici: Enable transport encoding of CERT_TRUSTED_PUBKEY objectsAndreas Steffen2016-01-031-5/+8
* vici: Use correct constant when checking for integrity algorithmTobias Brunner2015-12-211-1/+1
* vici: CHILD_SA proposals never contain a PRFTobias Brunner2015-12-211-5/+0
* vici: allow legacy shortcuts in cert queriesAndreas Steffen2015-12-191-10/+14
* Use 128 bit security in README.pod examplesAndreas Steffen2015-12-181-4/+4
* Improvements to the VICI Perl bindings by Andreas HofmeisterAndreas Hofmeister2015-12-184-189/+127
* Apply pubkey and signature constraints in vici pluginAndreas Steffen2015-12-171-1/+5
* Refactored certificate management for the vici and stroke interfaces5.4.0dr1Andreas Steffen2015-12-125-88/+64
* Modified vici_cert_info class for use with load_creds and vici_credAndreas Steffen2015-12-112-59/+31
* Removed VICI protocol versioningAndreas Steffen2015-12-115-88/+0
* Share vici_cert_info.c with vici_cred.cAndreas Steffen2015-12-113-37/+35
* Use VICI 2.0 protocol version for certificate queriesAndreas Steffen2015-12-114-52/+159
* Sort certificate types during enumerationAndreas Steffen2015-12-111-39/+205
* Define VICI protocol versionsAndreas Steffen2015-12-115-0/+88
* vici: Don't report memory usage via leak-detectiveTobias Brunner2015-12-111-17/+0
* vici: Fix documentation about the initiate/terminate timeoutMartin Willi2015-12-071-2/+2
* vici: Honor an optionally passed IKE configuration name in initiate/installMartin Willi2015-12-072-5/+13
* vici: Support completely asynchronous initiating and terminationMartin Willi2015-12-072-5/+23
* vici: Use an empty local auth round if none givenMartin Willi2015-12-071-3/+2
* vici: Limit start action undoing to IKE_SAs using the base peer config nameMartin Willi2015-12-071-3/+7
* vici: Close empty IKE_SAs after undoing CHILD_SA start actionsMartin Willi2015-12-071-6/+44