aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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 getaddrinf...Tobias Brunner2009-08-141-1/+0
* 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 repli...Tobias Brunner2009-08-071-2/+13
* 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 g...Tobias Brunner2009-07-201-1/+1
* 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
* 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
* 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
* 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
* 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
* compute ASN.1 to UTC time without time functionsAndreas Steffen2009-05-141-16/+0
* started migration to encryption pluginsAndreas Steffen2009-05-091-3/+45
* added a configure option to enable the Vstr string library even if register_p...Tobias Brunner2009-04-241-2/+16
* fixed timezone compensation when parsing ASN.1 datesTobias Brunner2009-05-081-4/+20