Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | swanctl: Load pubkeys with load-creds | Andreas Steffen | 2016-01-09 | 2 | -6/+8 | |
| | ||||||
* | vici: list-cert sends subject, not-before and not-after attributes for pubkeys | Andreas Steffen | 2016-01-09 | 4 | -6/+65 | |
| | ||||||
* | vici: Support of raw public keys | Andreas Steffen | 2016-01-09 | 9 | -20/+110 | |
| | ||||||
* | swanctl.conf: IKEv2 fragmentation supported | Andreas Steffen | 2016-01-09 | 1 | -8/+9 | |
| | ||||||
* | vici: Enable transport encoding of CERT_TRUSTED_PUBKEY objects | Andreas Steffen | 2016-01-03 | 1 | -5/+8 | |
| | ||||||
* | stroke: List DH groups for CHILD_SA proposals | Tobias Brunner | 2015-12-21 | 1 | -23/+19 | |
| | | | | Closes strongswan/strongswan#23. | |||||
* | vici: Use correct constant when checking for integrity algorithm | Tobias Brunner | 2015-12-21 | 1 | -1/+1 | |
| | | | | Currently both have the value 1024 so no real harm done. | |||||
* | vici: CHILD_SA proposals never contain a PRF | Tobias Brunner | 2015-12-21 | 1 | -5/+0 | |
| | ||||||
* | configure: Support systemd >= 209 | Chris Patterson | 2015-12-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | libsystemd-journal and libsystemd-daemon are now just part of libsystemd. Keep original systemd checks as a fallback. Updates charon-systemd/Makefile.am accordingly. Tested on: - debian wheezy (systemd v44) - ubuntu 15.10 (systemd v255). Signed-off-by: Chris Patterson <pattersonc@ainfosec.com> Closes strongswan/strongswan#24. | |||||
* | vici: allow legacy shortcuts in cert queries | Andreas Steffen | 2015-12-19 | 1 | -10/+14 | |
| | ||||||
* | Use 128 bit security in README.pod examples | Andreas Steffen | 2015-12-18 | 1 | -4/+4 | |
| | ||||||
* | Improvements to the VICI Perl bindings by Andreas Hofmeister | Andreas Hofmeister | 2015-12-18 | 4 | -189/+127 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switch.pm, which was implemented as a source filter, has been deprecated in Perl 5.10 and was later removed from the core modules in Perl 5.14 or so. Unfortunately, its replacement, the given/when/default construct, has since been downgraded to "experimental" status because of problems with the underlying "smart-match" operator. Thus, as of Perl 5.22, Perl still has no actually usable "switch"-like construct. So just use boring, old and ugly "if/elsif/else" constructs instead, which are compatible with almost any Perl version. - None of the Perl modules here does anything that would require "AutoLoader". - "Exporter" can be used to export plain functions into another modules name space. But the things that were exported here are meant to be called as methods. In this case, it is neither necessary nor advisable to export those symbols. Just export nothing (the POD documentation already said so). - It is usually the calling script that enables (or does not enable) warnings globally. When a module says "use warnings;" however, the caller looses control over what warnings should be enabled in that module. | |||||
* | Apply pubkey and signature constraints in vici plugin | Andreas Steffen | 2015-12-17 | 4 | -115/+124 | |
| | ||||||
* | 128 bit default security strength for IKE and ESP algorithms | Andreas Steffen | 2015-12-17 | 2 | -59/+159 | |
| | | | | | | | | | | | | | | | | | The default ESP cipher suite is now AES_CBC-128/HMAC_SHA2_256_128 and requires SHA-2 HMAC support in the Linux kernel (correctly implemented since 2.6.33). The default IKE cipher suite is now AES_CBC-128/HMAC_SHA2_256_128/PRF_HMAC_SHA2_256/ECP_256 if the openssl plugin is loaded or AES_CBC-128/HMAC_SHA2_256_128/PRF_HMAC_SHA2_256/MODP_3072 if ECC is not available. The use of the SHA-1 hash algorithm and the MODP_2048 DH group has been deprecated and ENCR_CHACHA20_POLY1305 has been added to the default IKE AEAD algorithms. | |||||
* | stroke: Fix --utc option for list* commands | Tobias Brunner | 2015-12-17 | 1 | -2/+7 | |
| | | | | Fixes: dcb168413fa3 ("stroke: Add --daemon option") | |||||
* | swanctl: Slightly change usage summary for --list-certs | Tobias Brunner | 2015-12-16 | 1 | -4/+3 | |
| | ||||||
* | swanctl: Never print more than MAX_LINES of usage summary | Tobias Brunner | 2015-12-16 | 1 | -1/+10 | |
| | | | | Print a warning if a registered command exceeds that limit. | |||||
* | pki: Increase MAX_LINES | Tobias Brunner | 2015-12-16 | 1 | -1/+1 | |
| | | | | | The --issue and --self commands both define 10 lines of usage summary text. | |||||
* | pki: Never print more than MAX_LINES of usage summary | Tobias Brunner | 2015-12-16 | 1 | -1/+10 | |
| | | | | Print a warning if a registered command exceeds that limit. | |||||
* | libstrongswan: Updated Android.mk to current Makefile.am | Tobias Brunner | 2015-12-14 | 1 | -1/+2 | |
| | ||||||
* | 128 bit default security strength requires 3072 bit prime DH group | Andreas Steffen | 2015-12-14 | 4 | -18/+18 | |
| | ||||||
* | swanctl --stats lists loaded plugins | Andreas Steffen | 2015-12-13 | 1 | -0/+12 | |
| | ||||||
* | Refactored certificate management for the vici and stroke interfaces5.4.0dr1 | Andreas Steffen | 2015-12-12 | 12 | -307/+286 | |
| | ||||||
* | Modified vici_cert_info class for use with load_creds and vici_cred | Andreas Steffen | 2015-12-11 | 2 | -59/+31 | |
| | ||||||
* | Changed some certificate_type_names and added x509_flag_names | Andreas Steffen | 2015-12-11 | 4 | -5/+37 | |
| | ||||||
* | Removed VICI protocol versioning | Andreas Steffen | 2015-12-11 | 6 | -102/+7 | |
| | ||||||
* | Use of certificate_printer by swanctl --list-certs command | Andreas Steffen | 2015-12-11 | 2 | -496/+25 | |
| | ||||||
* | Share vici_cert_info.c with vici_cred.c | Andreas Steffen | 2015-12-11 | 6 | -43/+73 | |
| | ||||||
* | Allow msSmartcardLogon EKU to be built | Andreas Steffen | 2015-12-11 | 1 | -2/+2 | |
| | ||||||
* | Use VICI 2.0 protocol version for certificate queries | Andreas Steffen | 2015-12-11 | 6 | -132/+283 | |
| | ||||||
* | Sort certificate types during enumeration | Andreas Steffen | 2015-12-11 | 1 | -39/+205 | |
| | ||||||
* | Define VICI protocol versions | Andreas Steffen | 2015-12-11 | 5 | -0/+88 | |
| | ||||||
* | vici: Don't report memory usage via leak-detective | Tobias Brunner | 2015-12-11 | 1 | -17/+0 | |
| | | | | | This slowed down the `swanctl --stats` calls in the test scenarios significantly, with not much added value. | |||||
* | Print OCSP single responses | Andreas Steffen | 2015-12-11 | 3 | -5/+122 | |
| | ||||||
* | Standardized printing of certificate information | Andreas Steffen | 2015-12-11 | 5 | -968/+741 | |
| | | | | | | | The certificate_printer class allows the printing of certificate information to a text file (usually stdout). This class is used by the pki --print and swanctl --list-certs commands as well as by the stroke plugin. | |||||
* | imv-attestation: Fix memory leaks when creating functional components | Tobias Brunner | 2015-12-11 | 3 | -6/+6 | |
| | ||||||
* | ipsec: Fix stop command on systems where sleep(1) only supports integers | Tobias Brunner | 2015-12-10 | 1 | -2/+7 | |
| | | | | Fixes #1231. | |||||
* | vici: Fix documentation about the initiate/terminate timeout | Martin Willi | 2015-12-07 | 1 | -2/+2 | |
| | ||||||
* | vici: Honor an optionally passed IKE configuration name in initiate/install | Martin Willi | 2015-12-07 | 2 | -5/+13 | |
| | | | | | | | If two IKE configurations have CHILD configurations with the same name, we have no control about the CHILD_SA that actually gets controlled. The new "ike" parameter specifies the peer config name to find the "child" config under. | |||||
* | vici: Support completely asynchronous initiating and termination | Martin Willi | 2015-12-07 | 2 | -5/+23 | |
| | | | | | | In some situations the vici client is not interested in waiting for a timeout at all, so don't register a logging callback if the timeout argument is negative. | |||||
* | vici: Use an empty local auth round if none given | Martin Willi | 2015-12-07 | 1 | -3/+2 | |
| | | | | | While it hardly makes sense to use none for negotiated SAs, it actually does when installing shunt policies. | |||||
* | vici: Limit start action undoing to IKE_SAs using the base peer config name | Martin Willi | 2015-12-07 | 1 | -3/+7 | |
| | | | | | If two peer configs use the same child config names, potentailly delete the wrong CHILD_SA. Check the peer config name as well to avoid that. | |||||
* | vici: Close empty IKE_SAs after undoing CHILD_SA start actions | Martin Willi | 2015-12-07 | 1 | -6/+44 | |
| | ||||||
* | vici: Use value based array to store CHILD_SA ids during restart | Martin Willi | 2015-12-07 | 1 | -5/+6 | |
| | | | | | The previous approach stored a pointer to a volatile stack variable, which works for a single ID, but not for multiple. | |||||
* | array: Add an insert/create function for value based arrays | Martin Willi | 2015-12-07 | 3 | -0/+68 | |
| | ||||||
* | vici: Undo start actions when unloading configs | Martin Willi | 2015-12-07 | 1 | -0/+1 | |
| | ||||||
* | vici: Fix clean-local target for Perl bindings if they were not built | Tobias Brunner | 2015-12-04 | 1 | -1/+1 | |
| | | | | | This is called when running `make distclean` (or indirectly via `make distcheck`). | |||||
* | byteorder: Provide a fallback for le32toh/htole32() | Martin Willi | 2015-12-04 | 1 | -0/+20 | |
| | | | | | Some older toolchains don't provide these macros, so implement them using the gcc builtins. We also provide 64-bit variants as used by chapoly. | |||||
* | byteorder: Add 32-bit unaligned little-endian conversion functions | Martin Willi | 2015-12-04 | 2 | -21/+27 | |
| | ||||||
* | swanctl: Explicitly link against -lpthread and -ldl if required | Martin Willi | 2015-12-04 | 1 | -1/+2 | |
| | | | | | We already do this for charon, as some toolchains require an explicit link even if libstrongswan already depends on it. |