aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Version bump to 5.4.0dr35.4.0dr3Andreas Steffen2016-01-031-1/+1
|
* configure: Support systemd >= 209Chris Patterson2015-12-211-7/+10
| | | | | | | | | | | | | | | | | 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.
* Version bump to 5.4.0dr25.4.0dr2Andreas Steffen2015-12-181-1/+1
|
* configure: Enable vici plugin and swanctl by defaultAndreas Steffen2015-12-171-2/+2
|
* configure: Fix typo when enabling CPAN modules as dependencyTobias Brunner2015-12-141-1/+1
| | | | Fixes: a17b6d469c10 ("Built the CPAN file structure for the Vici::Session perl module")
* 128 bit default security strength requires 3072 bit prime DH groupAndreas Steffen2015-12-141-1/+1
|
* configure: Link against potential -ldl when checking for OpenSSL libcryptoMartin Willi2015-12-041-1/+2
|
* Version bump to 5.4.0dr1Andreas Steffen2015-12-011-1/+1
|
* Built the CPAN file structure for the Vici::Session perl moduleAndreas Steffen2015-12-011-0/+6
|
* Implement vici Perl bindingAndreas Steffen2015-12-011-0/+4
|
* Version bump to 5.3.5Andreas Steffen2015-11-261-1/+1
|
* Version bump to 5.4.0dr1Andreas Steffen2015-11-161-1/+1
|
* Version bump to 5.3.45.3.4Andreas Steffen2015-11-161-1/+1
|
* utils: Provide a fallback for sigwaitinfo() if neededTobias Brunner2015-11-131-1/+1
| | | | | Apparently, not available on Mac OS X 10.10 Yosemite. We don't provide this on Windows.
* Version bump to 5.3.4rc1Andreas Steffen2015-11-131-1/+1
|
* Version bump to 5.3.4dr35.3.4dr3Andreas Steffen2015-11-101-1/+1
|
* configure: Load sha1 and random plugins in manager by defaultTobias Brunner2015-11-091-3/+3
| | | | | | | | | If the openssl plugin is not enabled we need these to generate session IDs and to authenticate the users. The md4 plugin is not needed in the manager. Fixes #1168.
* Version bump to 5.3.4dr2Andreas Steffen2015-11-061-1/+1
|
* Version bump to 5.3.4dr15.3.4dr1Andreas Steffen2015-11-041-1/+1
|
* Implemented SHA-3 hash algorithm including test vectorsAndreas Steffen2015-11-031-1/+5
|
* Version bump to 5.3.35.3.3Andreas Steffen2015-09-061-1/+1
|
* Version bump to 5.3.3rc25.3.3rc2Andreas Steffen2015-09-011-1/+1
|
* Version bump to 5.3.3rc1Andreas Steffen2015-08-251-1/+1
|
* Version bump to 5.3.3dr65.3.3dr6Andreas Steffen2015-08-191-1/+1
|
* Implemented HCD IMC and IMVAndreas Steffen2015-08-181-1/+7
|
* pki: Add --dn command to extract the subject DN of a certificateTobias Brunner2015-08-171-2/+3
|
* utils: Check for dirfd(3)Tobias Brunner2015-08-171-1/+1
| | | | | Not all POSIX compatible systems might provide it yet. If not, we close the lowest FD to close and hope it gets reused by opendir().
* utils: Directly use syscall() to close open FDs in closefrom()Tobias Brunner2015-08-171-1/+1
| | | | | | | This avoids any allocations, since calling malloc() after fork() is potentially unsafe. Fixes #990.
* Version bump to 5.3.3dr55.3.3dr5Andreas Steffen2015-08-161-1/+1
|
* Version bump to 5.3.3dr45.3.3dr4Andreas Steffen2015-08-101-1/+1
|
* configure: Explicitly disable unused parameter warnings in qsort_r testTobias Brunner2015-08-041-1/+1
| | | | | | | | When compiling with -Wextra (and without disabling these warnings globally) the tests would otherwise fail due to the unused arguments in the cmp() functions. Fixes #1053.
* Version bump to 5.3.3dr35.3.3dr3Andreas Steffen2015-07-311-1/+1
|
* Version bump to 5.3.3dr2Andreas Steffen2015-07-281-1/+1
|
* Version bump to 5.3.3dr1Andreas Steffen2015-07-211-1/+1
|
* libipsec: Add a unit-test test runnerMartin Willi2015-07-121-0/+1
|
* configure: Check if building against a x86/x64 architectureMartin Willi2015-06-291-0/+16
| | | | This allows us to include compiler flags specific for them, such as MMX/SSE.
* chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backendsMartin Willi2015-06-291-0/+4
|
* Version bump to 5.3.25.3.2Andreas Steffen2015-06-081-1/+1
|
* Version bump to 5.3.15.3.1Andreas Steffen2015-06-011-1/+1
|
* List attribute request entries also during buildAndreas Steffen2015-05-241-1/+1
|
* vici: Make installation of Ruby Gem and Python Egg optionalTobias Brunner2015-05-211-5/+19
| | | | | | | | | | | | | | | | | | Installing them might not work well when building distro packages (e.g. with DESTDIR installs). It might be easier to install them later with a script in the distro package. When building from source on the local system it could still be useful to install the packages directly, which can be enabled with separate configure options. The main problem with DESTDIR installations of the Python Egg is that easy_install creates or modifies a file called easy-install.pth in the installation directory. So it's not actually possible to simply copy the results in DESTDIR over to the actual system as that file would have to be merged with any existing one. Fixes #914.
* Version bump to 5.3.1dr1Andreas Steffen2015-04-241-1/+1
|
* aesni: Provide a plugin stub for AES-NI instruction based crypto primitivesMartin Willi2015-04-151-0/+4
|
* configure: Check for __int128 type supportMartin Willi2015-04-141-0/+11
|
* Version bump to 5.3.0Andreas Steffen2015-03-271-1/+1
|
* Version bump to 5.3.0rc1Andreas Steffen2015-03-231-1/+1
|
* configure: Check optional py.test availability when building with python eggsMartin Willi2015-03-181-0/+2
|
* vici: Include python package in distributionMartin Willi2015-03-181-0/+1
|
* configure: Add --enable-python-eggs and --with-pythoneggdir optionsMartin Willi2015-03-181-0/+15
| | | | | Detect easy_install for Python egg installation to install any egg we provide in strongSwan.
* Version bump to 5.3.0dr2Andreas Steffen2015-03-161-1/+1
|