Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sec-updater: Import SWID tags of updated packages | Andreas Steffen | 2017-09-09 | 3 | -57/+207 |
| | | | | | | | sec-updater downloads the deb package files from security updates from a given linux repository and uses the swid_generator command to derive a SWID tag. The SWID tag is then imported into strongTNC using the manage.py importswid command. | ||||
* | libimcv: Corrected caption | Andreas Steffen | 2017-09-09 | 1 | -1/+1 |
| | |||||
* | pt-tls-client: Introduced --options as a synonym for --optionsfrom | Andreas Steffen | 2017-09-09 | 2 | -3/+4 |
| | |||||
* | sec-updater: Write to log only if at least one update is found. | Andreas Steffen | 2017-09-07 | 2 | -19/+98 |
| | |||||
* | android: New release after adding OCSP, CRL cache and some other stuff | Tobias Brunner | 2017-09-04 | 1 | -2/+2 |
| | |||||
* | ike: Reset local SPI if retrying to connect in state IKE_CONNECTING | Tobias Brunner | 2017-09-04 | 3 | -11/+19 |
| | | | | | | | | | | | | | | In case we send retransmits for an IKE_SA_INIT where we propose a DH group the responder will reject we might later receive delayed responses that either contain INVALID_KE_PAYLOAD notifies with the group we already use or, if we retransmitted an IKE_SA_INIT with the requested group but then had to restart again, a KE payload with a group different from the one we proposed. So far we didn't change the initiator SPI when restarting the connection, i.e. these delayed responses were processed and might have caused fatal errors due to a failed DH negotiation or because of the internal retry counter in the ike-init task. Changing the initiator SPI avoids that as we won't process the delayed responses anymore that caused this confusion. | ||||
* | ike-sa-manager: Add method to change the initiator SPI of an IKE_SA | Tobias Brunner | 2017-09-04 | 2 | -4/+99 |
| | |||||
* | ike-init: Fail if DH group in KE payload does not match proposed group | Tobias Brunner | 2017-09-04 | 1 | -1/+5 |
| | |||||
* | android: Add disconnect button to dialog if already connected to profile | Tobias Brunner | 2017-09-04 | 1 | -31/+54 |
| | |||||
* | android: Load x509 plugin to generate OCSP requests and parse responses | Tobias Brunner | 2017-09-04 | 1 | -1/+1 |
| | | | | BoringSSL does not support OpenSSL's OCSP API. | ||||
* | android: Add support to POST data via SimpleFetcher | Tobias Brunner | 2017-09-04 | 2 | -6/+62 |
| | | | | That's required for OCSP verification. | ||||
* | android: Add option to clear cached CRLs | Tobias Brunner | 2017-09-04 | 9 | -1/+146 |
| | |||||
* | android: Cache CRLs in app directory | Tobias Brunner | 2017-09-04 | 3 | -10/+132 |
| | | | | Fixes #2405. | ||||
* | android: Pass absolute path to the app's data directory via JNI | Tobias Brunner | 2017-09-04 | 2 | -6/+11 |
| | |||||
* | android: Hide app selection in profile editor on Android < 5 | Tobias Brunner | 2017-09-04 | 2 | -0/+9 |
| | |||||
* | android: Only apply app filter on Android 5 and newer | Tobias Brunner | 2017-09-04 | 1 | -1/+2 |
| | |||||
* | android: Catch OutOfMemoryError when importing profiles | Tobias Brunner | 2017-09-04 | 1 | -1/+9 |
| | | | | | Not sure if this is actually caused because e.g. the file is too large or due to some encoding issue. | ||||
* | android: Catch NullPointerException when parsing invalid certificates | Tobias Brunner | 2017-09-04 | 1 | -16/+25 |
| | |||||
* | android: Catch NullPointerException when calling VpnService.prepare() | Tobias Brunner | 2017-09-04 | 1 | -0/+6 |
| | | | | According to the Play Console this occurs occasionally. | ||||
* | imv-os: Updated security update evaluation | Andreas Steffen | 2017-09-01 | 4 | -35/+36 |
| | |||||
* | libimcv: Updated database scheme | Andreas Steffen | 2017-09-01 | 1 | -5/+11 |
| | |||||
* | sec-updater: Checks for security updates | Andreas Steffen | 2017-09-01 | 9 | -362/+267 |
| | | | | | | sec-updater checks for security updates and backports in Debian/ Ubuntu repositories and sets the security flags in the strongTNC policy database accordingly. | ||||
* | imv-attestation: Fixed file hash measurements | Andreas Steffen | 2017-09-01 | 4 | -37/+119 |
| | | | | | | The introduction of file versions broke file hash measurements. This has been fixed by using a generic product versions having an empty package name. | ||||
* | ike-cfg: Fix memory leak when checking for configured address | Tobias Brunner | 2017-08-29 | 1 | -0/+1 |
| | |||||
* | sw-collector.8: Some cleanups | Andreas Steffen | 2017-08-25 | 1 | -9/+9 |
| | |||||
* | kernel-netlink: Set usable state whenever an interface appears | Tobias Brunner | 2017-08-23 | 1 | -2/+2 |
| | | | | | | | | If an interface is renamed we already have an entry (based on the ifindex) allocated but previously only set the usable state once based on the original name. Fixes #2403. | ||||
* | libimcv: Updated Android.mk after move of swid-gen(-info) | Tobias Brunner | 2017-08-21 | 1 | -0/+2 |
| | |||||
* | traffic-selector: Use single buffer for both address families | Tobias Brunner | 2017-08-17 | 2 | -159/+102 |
| | | | | | | | | The generic field of size 0 in the union that was used previously triggered index-out-of-bounds errors with the UBSAN sanitizer that's used on OSS-Fuzz. Since the two family specific union members don't really provide any advantage, we can just use a single buffer for both families to avoid the errors. | ||||
* | plugin-loader: Move indent variables into !USE_FUZZING block | Tobias Brunner | 2017-08-15 | 1 | -2/+2 |
| | | | | This avoids compile errors on Travis. | ||||
* | charon-tkm: Build fix for kernel SAD tests | Adrian-Ken Rueegsegger | 2017-08-14 | 1 | -2/+2 |
| | | | | | Commit 7729577... added a flag to the get_esa_id function but the unit tests were not adjusted. | ||||
* | gmp: Fix RSA signature verification for m >= n | Tobias Brunner | 2017-08-14 | 1 | -3/+9 |
| | | | | | | | | By definition, m must be <= n-1, we didn't enforce that and because mpz_export() returns NULL if the passed value is zero a crash could have been triggered with m == n. Fixes CVE-2017-11185. | ||||
* | sw-collector: Moved info class to libimcv | Andreas Steffen | 2017-08-09 | 7 | -74/+72 |
| | |||||
* | libimcv: Cast chunk length to int when printing as string | Tobias Brunner | 2017-08-08 | 2 | -2/+4 |
| | |||||
* | sw-collector: Cast chunk length to int when printing as string | Tobias Brunner | 2017-08-08 | 1 | -7/+7 |
| | |||||
* | sw-collector: Fix memory leak after failing to open DB | Tobias Brunner | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | sw-collector: Use correct variable to report failure to open history file | Tobias Brunner | 2017-08-08 | 1 | -4/+5 |
| | |||||
* | imv-database: Improve performance by creating file_hashes index | Andreas Steffen | 2017-08-07 | 1 | -0/+2 |
| | |||||
* | sw-collector: Add missing Doxygen group | Tobias Brunner | 2017-08-07 | 3 | -3/+5 |
| | | | | Fix location of two classes. | ||||
* | libimcv: Add missing Doxgen group for SWIMA-related classes | Tobias Brunner | 2017-08-07 | 2 | -1/+4 |
| | | | | Fix location of swima_error_t. | ||||
* | Fixed some typos, courtesy of codespell | Tobias Brunner | 2017-08-07 | 11 | -15/+15 |
| | |||||
* | kernel-netlink: Wipe buffer used to read Netlink messages | Tobias Brunner | 2017-08-07 | 1 | -2/+12 |
| | | | | | | | | | When querying SAs the keys will end up in this buffer (the allocated messages that are returned are already wiped). The kernel also returns XFRM_MSG_NEWSA as response to XFRM_MSG_ALLOCSPI but we can't distinguish this here as we only see the response. References #2388. | ||||
* | sha2: Write final hash directly to output buffer | Tobias Brunner | 2017-08-07 | 1 | -56/+26 |
| | | | | | | This avoids having the last output in internal memory that's not wiped. References #2388. | ||||
* | prf-plus: Wipe seed and internal buffer | Tobias Brunner | 2017-08-07 | 1 | -2/+2 |
| | | | | | | | The buffer contains key material we handed out last and the seed can contain the DH secret. References #2388. | ||||
* | child-sa: Allow requesting different unique marks for in/out | Eyal Birger | 2017-08-07 | 4 | -10/+46 |
| | | | | | | | | | | | | | | | | | | | | When requiring unique flags for CHILD_SAs, allow the configuration to request different marks for each direction by using the %unique-dir keyword. This is useful when different marks are desired for each direction but the number of peers is not predefined. An example use case is when implementing a site-to-site route-based VPN without VTI devices. A use of 0.0.0.0/0 - 0.0.0.0/0 traffic selectors with identical in/out marks results in outbound traffic being wrongfully matched against the 'fwd' policy - for which the underlay 'template' does not match - and dropped. Using different marks for each direction avoids this issue as the 'fwd' policy uses the 'in' mark will not match outbound traffic. Closes strongswan/strongswan#78. | ||||
* | trap-manager: Don't require that remote is resolvable during installation | Tobias Brunner | 2017-08-07 | 1 | -10/+49 |
| | | | | | | | | Initiation might later fail, of course, but we don't really require an IP address when installing, that is, unless the remote traffic selector is dynamic. As that would result in installing a 0.0.0.0/0 remote TS which is not ideal when a single IP is expected as remote. | ||||
* | child-create: Don't log CHILD_SA initiation until we know the unique ID | Tobias Brunner | 2017-08-07 | 1 | -11/+13 |
| | |||||
* | child-rekey: Add CHILD_SA name and unique ID to collision log messages | Tobias Brunner | 2017-08-07 | 1 | -8/+13 |
| | |||||
* | child-sa: Suppress CHILD_SA state changes if there is no change | Tobias Brunner | 2017-08-07 | 1 | -6/+9 |
| | |||||
* | charon-tkm: Call esa_reset() when the inbound SA is deleted | Tobias Brunner | 2017-08-07 | 4 | -16/+40 |
| | | | | | | | | | After a rekeying the outbound SA and policy is deleted immediately, however, the inbound SA is not removed until a few seconds later, so delayed packets can still be processed. This adds a flag to get_esa_id() that specifies the location of the given SPI. | ||||
* | charon-tkm: Remove unused get_other_esa_id() method | Tobias Brunner | 2017-08-07 | 3 | -101/+0 |
| |