aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to 5.5.2dr25.5.2dr2Andreas Steffen2016-11-141-1/+1
|
* configure: Enable curve25519 plugin by defaultTobias Brunner2016-11-141-1/+1
|
* curve25519: Add a plugin providing Curve25519 DH using backend driversMartin Willi2016-11-141-0/+4
|
* Version bump to 5.5.2dr15.5.2dr1Andreas Steffen2016-10-301-1/+1
|
* Version bump to 5.5.15.5.1Andreas Steffen2016-10-201-1/+1
|
* Version bump to 5.5.1rc25.5.1rc2Andreas Steffen2016-10-181-1/+1
|
* configure: Reorder mgf1 in list of crypto pluginsTobias Brunner2016-10-181-1/+1
|
* Version bump to 5.5.1rc15.5.1rc1Andreas Steffen2016-10-111-1/+1
|
* Version bump to 5.5.1dr55.5.1dr5Andreas Steffen2016-09-221-1/+1
|
* Version bump to 5.5.1dr45.5.1dr4Andreas Steffen2016-09-211-1/+1
|
* mgf1: Refactored MGF1 as an XOFAndreas Steffen2016-09-211-0/+8
|
* maemo: Remove unused pluginTobias Brunner2016-09-151-12/+0
|
* Version bump to 5.5.1dr3Andreas Steffen2016-09-151-1/+1
|
* Version bump to 5.5.1dr25.5.1dr2Andreas Steffen2016-08-261-1/+1
|
* configure: Improve check for built-in __atomic_* functionsTobias Brunner2016-08-261-2/+13
| | | | | | | | | | | | | | With AC_SEARCH_LIBS() we don't succeed if the searched function is a built-in as the check uses the wrong signature so the built-in will not be applied (the warning issued by GCC is "conflicting types for built-in function '...'"). So even if not required, libatomic will be linked if it is found, which could be problematic if compiling on a separate host and the target host does not have libatomic installed. Also, some tests showed that it's more likely that __atomic_and_fetch() requires linking libatomic than __atomic_load_n() does. References #1533.
* utils: Fix definition of BYTE_ORDER with MinGWTobias Brunner2016-08-241-1/+1
|
* Version bump to 5.5.1dr15.5.1dr1Andreas Steffen2016-08-101-1/+1
|
* 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
|