aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* unit-tests: Created newhope unit-testsAndreas Steffen2016-08-101-0/+1
|
* Created newhope plugin implementing the New Hope key exchange algorithmAndreas Steffen2016-08-101-1/+5
|
* Created libnttfftAndreas Steffen2016-07-291-0/+3
| | | | | This makes Number Theoretic Transforms (NTT) based on the efficient Fast-Fourier-Transform (FFT) available to multiple plugins.
* libtpmtss: Use pkconfig to configure TSS 2.0 includes and librariesAndreas Steffen2016-07-201-3/+4
|
* Version bump to 5.5.05.5.0Andreas Steffen2016-07-131-1/+1
|
* Version bump to 5.5.0rc15.5.0rc1Andreas Steffen2016-06-301-1/+1
|
* configure: Enable respective TSS if aikgen/-pub2 are enabledTobias Brunner2016-06-281-2/+10
|
* Version bump to 5.5.0dr15.5.0dr1Andreas Steffen2016-06-261-1/+1
|
* libimcv: migrate pts to tpm_tssAndreas Steffen2016-06-221-1/+1
|
* Created libtpmtss library handling access to v1.2 and v2.0 TPMsAndreas Steffen2016-06-221-8/+11
|
* aikpub2: Convert TSS 2.0 AIK public key blob into PKCS#1 formatAndreas Steffen2016-06-221-4/+14
|
* Revert "configure: Cache result of pthread_condattr_setclock() check"Tobias Brunner2016-06-171-22/+18
| | | | | | | This reverts commit 8d79bfa8318ddd1b9b863241fe0e637be73af5f4 as it does not provide any advantage over setting ac_cv_func_pthread_condattr_setclock=no. References #1502.
* configure: Cache result of pthread_condattr_setclock() checkTobias Brunner2016-06-171-18/+22
| | | | | | | | | | | | | | Even if not using caching when running the configure script (-C) this allows pre-defining the result by setting the environment variable ss_cv_func_pthread_condattr_setclock_monotonic=yes|no|unknown before/while running the script. As the check requires running a test program this might be helpful when cross-compiling to disable using monotonic time if pthread_condattr_setclock() is defined but not actually usable with CLOCK_MONOTONIC. References #1502.
* configure: Fix typo in pthread_condattr_setclock() checkTobias Brunner2016-06-171-2/+2
|
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-141-0/+5
| | | | | Some C libraries, such as uClibc, require an explicit link for some atomic functions. Check for any libatomic, and explcily link it.
* configure: Check for a potential -lpthread by using -ldlMartin Willi2016-05-181-1/+1
| | | | | Some pthread library variants depend on libdl, hence we must pass such a library to successfully build against libpthread.
* Version bump to 5.4.1dr45.4.1dr4Andreas Steffen2016-05-131-1/+1
|
* vici: Replace dr with dev in version numbers for the Python eggTobias Brunner2016-05-101-0/+2
| | | | | | The versioning scheme used by Python (PEP 440) supports the rcN suffix but development releases have to be named devN, not drN, which are not supported and considered legacy versions.
* Version bump to 5.4.1dr35.4.1dr3Andreas Steffen2016-05-081-1/+1
|
* Version bump to 5.4.1dr25.4.1dr2Andreas Steffen2016-05-061-1/+1
|
* configure: Replace two remaining usages of AC_HAVE_LIBRARY with AC_CHECK_LIBTobias Brunner2016-04-151-2/+2
|
* Version bump to 5.4.1dr15.4.1dr1Andreas Steffen2016-04-111-1/+1
|
* Version bump to 5.4.05.4.0Andreas Steffen2016-03-221-1/+1
|
* p-cscf: Add plugin stubTobias Brunner2016-03-101-0/+4
|
* Version bump to 5.4.0rc1Andreas Steffen2016-03-051-1/+1
|
* Version bump to 5.4.0dr8Andreas Steffen2016-03-041-1/+1
|
* thread: Allow thread ID to be value returned by gettid()Thomas Egerer2016-03-041-0/+4
| | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-3/+0
|
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-031-15/+10
|
* Version bump to 5.4.0dr75.4.0dr7Andreas Steffen2016-02-281-1/+1
|
* Version bump to 5.4.0dr65.4.0dr6Andreas Steffen2016-02-161-1/+1
|
* Version bump to 5.4.0dr55.4.0dr5Andreas Steffen2016-01-281-1/+1
|
* Version bump to 5.4.0dr45.4.0dr4Andreas Steffen2016-01-101-1/+1
|
* 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.