aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* files: Add simple plugin to load files from file:// URIsTobias Brunner2015-03-091-1/+5
|
* Remove obsolete _updown_espmark scriptTobias Brunner2015-03-061-1/+0
| | | | According to NEWS it was created to support kernels < 2.6.16.
* Version bump to 5.3.0dr1Andreas Steffen2015-02-261-1/+1
|
* configure: Use pkg-config to detect libiptc used by connmark/forecastTobias Brunner2015-02-231-0/+6
| | | | | This ensures the library is available. On Debian/Ubuntu it is a dynamic library provided by the iptables-dev package.
* forecast: Add the broadcast/multicast forwarding plugin called forecastMartin Willi2015-02-201-0/+4
|
* connmark: Add a plugin stubMartin Willi2015-02-201-0/+4
|
* unit-tester: Drop the old unit-tester libcharon pluginMartin Willi2015-02-201-4/+0
| | | | | | While it has some tests that we don't directly cover with the new unit tests, most of them require special infrastructure and therefore have not been used for a long time.
* libcharon: Add a test runnerMartin Willi2015-02-201-0/+1
|
* attr-sql: Move plugin to libcharonMartin Willi2015-02-201-3/+3
|
* attr: Move plugin to libcharonMartin Willi2015-02-201-3/+3
|
* resolve: Move plugin back to libcharonMartin Willi2015-02-201-3/+3
| | | | Since pluto is gone, all existing users build upon libcharon.
* configure: Load SQL backends after crypto pluginsTobias Brunner2015-02-101-2/+2
| | | | | | | | | If the MySQL client library is linked against OpenSSL the mysql plugin will cause a segmentation fault when it is unloaded after the openssl plugin has already been deinitialized. This is very similar to the issues with curl (see 44b6a34d438f). Fixes #814.
* Version bump to 5.2.2Andreas Steffen2014-12-231-1/+1
|
* pki: Add simple PKCS#12 display commandTobias Brunner2014-12-121-0/+1
|
* pki: Load hmac plugin which is required to decrypt PKCS#12 containersTobias Brunner2014-12-121-1/+1
|
* Version bump to 5.2.2rc1Andreas Steffen2014-12-121-1/+1
|
* bliss: Fix monolithic buildTobias Brunner2014-12-121-0/+1
| | | | | | | | | | | This requires moving test files so that the Makefile for the tests can be included after building libstrongswan, which requires the plugin when building monolithically. Due to this a static helper library is required as directly referring to object files (or source files) is not possible. It's also necessary to avoid any link-time dependency on libstrongswan in bliss_huffman, to avoid circular dependencies (bliss_huffman -> libstrongswan -> bliss -> bliss_huffman).