aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* do not depend on gcrypt autoconf macrosMartin Willi2009-08-311-1/+2
|
* fixed two typosAndreas Steffen2009-08-261-2/+2
|
* openac (and tools) do not depend on gmp anymoreMartin Willi2009-08-261-4/+0
|
* started implementation of a PKI tool, currently supporting RSA|ECDSA key ↵Martin Willi2009-08-261-1/+2
| | | | generation
* implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsingMartin Willi2009-08-261-0/+17
|
* implemented a pgp plugin providing PGP key parsing buildersMartin Willi2009-08-261-0/+17
|
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-261-0/+17
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-261-0/+17
|
* version bump to 4.3.5Andreas Steffen2009-08-181-1/+1
|
* Replacing gethostbyname, gethostbyname2 and their _r variants with ↵Tobias Brunner2009-08-141-1/+0
| | | | getaddrinfo to increase portability.
* OpenSolaris needs libsocket and libnsl for socket().Tobias Brunner2009-08-141-1/+8
|
* sockio.h is required on OpenSolaris for SIOCGIFADDR.Tobias Brunner2009-08-141-0/+1
|
* We need to include alloca.h on OpenSolaris.Tobias Brunner2009-08-141-0/+1
|
* FreeBSD's libc does not support backtrace(), but libexecinfo optionally ↵Tobias Brunner2009-08-071-2/+13
| | | | replicates this function (and the other defined in execinfo.h).
* Reversed the check for udp.h, fixes compilation on Linux.Tobias Brunner2009-08-061-1/+1
|
* Missing check for udp.h added.Tobias Brunner2009-08-041-1/+1
|
* version bump to 4.3.4Andreas Steffen2009-07-211-1/+1
|
* Fixed GID lookup in cases where the configured group is a prefix of another ↵Tobias Brunner2009-07-201-1/+1
| | | | group.
* Translate the configured user and group to a numerical UID and GID.Tobias Brunner2009-07-201-0/+19
|
* Check for gperf version added to configure script.Tobias Brunner2009-07-161-1/+14
|
* Typo fixed.Tobias Brunner2009-07-161-2/+2
|
* Added an option to the configure script to disable building the scripts.Tobias Brunner2009-07-161-0/+12
|
* moved the CFLAGS mangling AC_LIB_PREFIX macro behind CFLAG testMartin Willi2009-07-151-2/+2
|
* Added --with-lib-prefix option to the configure script.Tobias Brunner2009-07-141-0/+1
| | | | | This option enables users to add additional search paths for include files and libraries.
* moved checksum_builder/libchechsum to top srcdir to respect build orderMartin Willi2009-06-221-1/+1
|
* check for dladdr() and dl_iterate_phdr() if --enable-integrity-test setMartin Willi2009-06-221-0/+19
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-221-2/+1
| | | | --enable-integrity-test now conditionally builds libchecksum
* implemented a checksum_builder tool to build the checksum libraryMartin Willi2009-06-221-0/+1
|
* version bump to 4.3.3Andreas Steffen2009-06-191-1/+1
|
* removed serpent and twofish plugins - use gcrypt insteadAndreas Steffen2009-06-181-26/+0
|
* calculating plugin dependencies for eap-sim/akaMartin Willi2009-06-161-0/+14
|
* pluto does not depend on gmp anymoreMartin Willi2009-06-161-4/+0
|
* support older gcrypt libraries not defining the CAMELLIA cipherMartin Willi2009-06-161-0/+7
|
* load hmac/xcbc plugins after hash/crypter plugins to pass crypto testsMartin Willi2009-06-161-7/+7
|
* Typo in configure script fixed.Tobias Brunner2009-06-121-1/+1
|
* removed pluto test vectors, --disable-self-test optionMartin Willi2009-06-111-12/+0
|
* added a plugin providing crypto test vectorsMartin Willi2009-06-111-0/+14
|
* use autoconf macro provided by libgcryptMartin Willi2009-06-091-2/+1
|
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-091-0/+21
|
* pluto now requires pubkey pluginAndreas Steffen2009-06-091-0/+1
|
* pluto now needs the gmp pluginAndreas Steffen2009-05-241-0/+1
|
* version bump to 4.3.2Andreas Steffen2009-05-221-1/+1
|
* Fixing IPSEC_* checks on older Linux distros.Tobias Brunner2009-05-211-2/+6
|
* Portably check for IPSEC_* constants (defined in ipsec.h).Tobias Brunner2009-05-201-0/+30
| | | | The problem is that FreeBSD defines them as #defines whereas Linux defines them as enums.
* Enable building the DUMM Ruby extension in a VPATH build.Tobias Brunner2009-05-201-0/+1
|
* The configure script now tries to figure out where ruby.h is located.Tobias Brunner2009-05-201-0/+24
| | | | This is required because the location depends on the architecture.
* fixed copy-and-paste errorAndreas Steffen2009-05-151-1/+1
|
* if enabled, load openssl plugin by default in plutoAndreas Steffen2009-05-151-1/+2
|
* got rid of libcryptoAndreas Steffen2009-05-151-1/+0
|
* added another possible location for the ipsec.h header fileTobias Brunner2009-05-141-1/+1
|