Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | OS IMV proposes IF-M segmentation contract | Andreas Steffen | 2014-10-05 | 6 | -108/+153 | |
| | | | | | | | The OS IMV sends a TCG IF-M Segmentation contract request. All IETF standard attributes support segmentation. Additionally the IETF Installed Packages standard attributes supports incremental processing while segments are received. | |||||
* | SWID IMC proposes IF-M segmentation contracts | Andreas Steffen | 2014-10-05 | 3 | -24/+42 | |
| | ||||||
* | unit-tests: Updated libimcv test suite | Andreas Steffen | 2014-10-05 | 1 | -22/+125 | |
| | ||||||
* | Added add_segment() method to IETF attributes | Andreas Steffen | 2014-10-05 | 12 | -0/+95 | |
| | ||||||
* | Added add_segment() method to ITA attributes | Andreas Steffen | 2014-10-05 | 6 | -0/+47 | |
| | ||||||
* | Implemented incremental processing of SWID tag [ID] inventory attribute | Andreas Steffen | 2014-10-05 | 8 | -199/+253 | |
| | ||||||
* | Implemented add_segment method for PA-TNC attributes | Andreas Steffen | 2014-10-05 | 11 | -90/+208 | |
| | ||||||
* | Added total length parameter in PA-TNC attribute constructor | Andreas Steffen | 2014-10-05 | 91 | -319/+957 | |
| | ||||||
* | Assignment of flags starts with bit 0 | Andreas Steffen | 2014-10-05 | 2 | -5/+5 | |
| | ||||||
* | Register the reception of the AIK attribute | Andreas Steffen | 2014-10-05 | 3 | -2/+9 | |
| | ||||||
* | Unit tests for libimcv | Andreas Steffen | 2014-10-05 | 5 | -0/+649 | |
| | ||||||
* | Compacted chunk creation in ita_attr_command constructor | Andreas Steffen | 2014-10-05 | 1 | -2/+1 | |
| | ||||||
* | Merged libpts into libimcv | Andreas Steffen | 2014-10-05 | 159 | -440/+233 | |
| | ||||||
* | Added out message queue for imv_msg receive method | Andreas Steffen | 2014-10-05 | 8 | -86/+81 | |
| | ||||||
* | Implemented IF-M segmentation | Andreas Steffen | 2014-10-05 | 24 | -320/+1660 | |
| | ||||||
* | Added request variable to get_info_string method | Andreas Steffen | 2014-10-03 | 5 | -11/+12 | |
| | ||||||
* | Implemented IF-M segmentation contracts | Andreas Steffen | 2014-10-03 | 32 | -63/+1354 | |
| | ||||||
* | Allow to treat specified Attribute-Type-Not-Supported errors as non-fatal | Andreas Steffen | 2014-10-03 | 10 | -16/+110 | |
| | ||||||
* | testing: Updated swanctl certificates and keys | Tobias Brunner | 2014-10-03 | 14 | -292/+292 | |
| | ||||||
* | testing: Wait a bit in swanctl scenarios before interacting with the daemon | Tobias Brunner | 2014-10-03 | 7 | -9/+16 | |
| | ||||||
* | testing: Actually build swanctl | Tobias Brunner | 2014-10-03 | 1 | -1/+2 | |
| | ||||||
* | testing: Make sure the whitelist plugin is ready before configuring it | Tobias Brunner | 2014-10-03 | 1 | -1/+3 | |
| | ||||||
* | testing: Update PKCS#12 containers | Tobias Brunner | 2014-10-03 | 4 | -0/+0 | |
| | ||||||
* | testing: Update PKCS#8 keys | Tobias Brunner | 2014-10-03 | 3 | -81/+81 | |
| | ||||||
* | testing: Update public keys in DNSSEC scenarios | Tobias Brunner | 2014-10-03 | 3 | -0/+0 | |
| | | | | | The tests are successful even if the public keys are not stored locally, but an additional DNS query is required to fetch them. | |||||
* | testing: Update public keys and certificates in DNS zone | Tobias Brunner | 2014-10-03 | 1 | -64/+60 | |
| | ||||||
* | testing: Update carols certificate in several test cases | Tobias Brunner | 2014-10-03 | 6 | -129/+129 | |
| | ||||||
* | testing: Add some notes about how to reissue attribute certificates | Martin Willi | 2014-10-03 | 3 | -0/+61 | |
| | ||||||
* | testing: Reissue attribute certificates for the new holder certificates | Martin Willi | 2014-10-03 | 8 | -72/+72 | |
| | | | | | | Due to the expired and reissued holder certificates of carol and dave, new attribute certificates are required to match the holder certificates serial in the ikev2/acert-{cached,fallback,inline} tests. | |||||
* | starter: Allow specifying the ipsec.conf location in strongswan.conf | Shea Levy | 2014-10-02 | 2 | -1/+5 | |
| | ||||||
* | stroke: Allow specifying the ipsec.secrets location in strongswan.conf | Shea Levy | 2014-10-02 | 3 | -5/+20 | |
| | ||||||
* | library: Allow specifying the path to strongswan.conf in the STRONGSWAN_CONF ↵ | Shea Levy | 2014-10-02 | 1 | -1/+1 | |
| | | | | env var | |||||
* | Don't fail to install if sysconfdir isn't writable | Shea Levy | 2014-09-26 | 2 | -4/+4 | |
| | ||||||
* | ikev1: Be more verbose if a peer config would match, but is unusable for Mode | Martin Willi | 2014-09-25 | 1 | -0/+12 | |
| | ||||||
* | ikev2: Reorder task activation for established IKE SAs | Tobias Brunner | 2014-09-25 | 1 | -11/+11 | |
| | | | | We now prefer MOBIKE tasks over delete tasks then the rest. | |||||
* | Revert "ikev2: Insert MOBIKE tasks at the front of the queue" | Tobias Brunner | 2014-09-25 | 1 | -6/+1 | |
| | | | | | | | | This reverts commit 3293d146289d7c05e6c6089ae1f7cdbcea378e63. The position of tasks in the queue does not actually determine the order in which they are activated. Instead this is determined by the statements in task_manager_v2_t.initiate(). | |||||
* | Merge branch 'curl-features' | Martin Willi | 2014-09-24 | 675 | -696/+802 | |
|\ | | | | | | | | | | | | | | | | | | | Enable missing https:// support in the curl plugin by initializing libcurl appropriately. To initialize the SSL backend properly as required, we rely on our specific crypto backends (openssl, gcrypt) that already provide this functionality. Fixes #692. | |||||
| * | travis: Disable soup in "all" test | Martin Willi | 2014-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | On Ubuntu 12.04, there seems to be a resource leak related to pthread keys when initializing glib or related libraries more than once. With our repeated initialization for libstrongswan tests, we hit the following error: Lib (gthread-posix.c): Unexpected error from C library during 'pthread_key_create': Resource temporarily unavailable. The problem is not reproducible on a newer Gnome stack, hence we disable the glib based soup plugin until we have a more recent Ubuntu on Travis. | |||||
| * | curl: For SSL features, depend on thread-safety provided by our crypto plugins | Martin Willi | 2014-09-24 | 3 | -7/+57 | |
| | | | | | | | | | | | | | | | | | | To use SSL in curl, we need to initialize the SSL library in a thread-safe manner and provide the appropriate callbacks. As we already do that in our crypto plugins using these libraries, we depend on these features. This implies that we need the same plugin enabled (openssl, gcrypt) as the curl backend is configured to use to fetch from HTTPS URIs. | |||||
| * | configure: Load fetcher plugins after crypto base plugins | Martin Willi | 2014-09-24 | 670 | -684/+679 | |
| | | | | | | | | | | | | | | | | | | | | Some fetcher plugins (such as curl) might build upon OpenSSL to implement HTTPS fetching. As we set (and can't unset) threading callbacks in our openssl plugin, we must ensure that OpenSSL functions don't get called after openssl plugin unloading. We achieve that by loading curl and all other fetcher plugins after the base crypto plugins, including openssl. | |||||
| * | curl: Dynamically query supported protocols and register appropriate features | Martin Willi | 2014-09-24 | 1 | -10/+64 | |
| | | ||||||
| * | leak-detective: Whitelist libssl SSL_COMP_get_compression_methods() | Martin Willi | 2014-09-24 | 1 | -0/+2 | |
| | | | | | | | | | | This function is called by libcurl initialization with SSL, and uses a static allocation of compression algorithms not freed. | |||||
| * | curl: Try to initialize with SSL support to handle https:// URIs | Martin Willi | 2014-09-24 | 1 | -1/+6 | |
|/ | | | | If initialization fails, we fall back to the old behavior. | |||||
* | NEWS: Introduce charon-systemd | Martin Willi | 2014-09-24 | 1 | -0/+9 | |
| | ||||||
* | Merge branch 'netlink-cleanups' | Martin Willi | 2014-09-24 | 7 | -106/+150 | |
|\ | | | | | | | | | In preparation for larger parallelization changes in kernel-netlink, this merge does some general code cleanup in that plugin. | |||||
| * | watcher: Add a method to query the watcher state | Martin Willi | 2014-09-24 | 2 | -7/+45 | |
| | | | | | | | | | | This allows a user to check if the watcher is actually running, and potentially perform read operations directly instead of relying on watcher. | |||||
| * | kernel-netlink: Define and use rtnetlink message types | Martin Willi | 2014-09-24 | 1 | -1/+22 | |
| | | ||||||
| * | kernel-netlink: Pass protocol specific enum names to socket constructor | Martin Willi | 2014-09-24 | 4 | -12/+13 | |
| | | | | | | | | | | This avoid the hard dependency on enum names, and makes kernel_netlink_shared independent of kernel_netlink_ipsec. | |||||
| * | kernel-netlink: Clean up socket initialization, handle 0 as valid socket fd | Martin Willi | 2014-09-24 | 1 | -9/+6 | |
| | | ||||||
| * | kernel-netlink: Clean up response buffer management | Martin Willi | 2014-09-24 | 1 | -24/+16 | |
| | |