aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Moved scheduler and thread pool to libstrongswan.Tobias Brunner2010-09-021-2/+7
* Moved EAP type/code definitions to a seprate header file in libstrongswanMartin Willi2010-08-311-0/+1
* Rebuild library.lo after changing ./configure optionsMartin Willi2010-08-231-0/+2
* Implemented a gcm plugin providing GCM mode based on CBC cryptersMartin Willi2010-08-191-0/+7
* Implemented a ccm plugin providing CCM mode based on CBC cryptersMartin Willi2010-08-191-0/+7
* Implemented an AEAD wrapper for traditional crypter/signer transformsMartin Willi2010-08-191-0/+1
* Added a counter mode wrapper plugin operating on existing CBC cryptersMartin Willi2010-08-131-0/+7
* Implemented a callback based credential set, currently for shared keys onlyMartin Willi2010-08-041-0/+1
* Implemented a generic in-memory credential set, currently for shared keys onlyMartin Willi2010-08-041-0/+1
* Added PKCS#11 token plugin stubMartin Willi2010-08-041-0/+7
* Moved keys/key_encoding.[ch] to cred_encoding.[ch]Martin Willi2010-07-131-1/+1
* Moved addrblock plugin to libcharonMartin Willi2010-07-131-7/+0
* Moved CRL/OCSP checking to a dedicated plugin called revocationMartin Willi2010-07-131-0/+7
* Moved X509 addrBlock validation to a separate addrblock pluginMartin Willi2010-07-131-0/+8
* Moved credential manager to libstrongswanMartin Willi2010-07-131-0/+5
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-241-3/+0
* Moving attr-sql plugin from libstrongswan to libhydra.Tobias Brunner2010-03-241-7/+0
* Implemented the PRF_KEYED_SHA1 algorithm in the openssl pluginMartin Willi2010-03-081-7/+7
* Build libstrongswan before building any plugins during the non-monolithic bui...Tobias Brunner2010-03-051-0/+4
* Adding Android.mk files to build charon and libstrongswan with the Android bu...Tobias Brunner2010-03-031-1/+2
* Link all enabled libstrongswan plugins into the library, link all enabled cha...Tobias Brunner2010-03-021-1/+85
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-0/+2
* Check if libpthread is required or not.Tobias Brunner2009-12-231-1/+1
* Moved implementation of condvar_t to mutex.c because it requires access to pr...Tobias Brunner2009-12-231-2/+1
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+0
* Threading primitives separated.Tobias Brunner2009-12-231-1/+5
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* fixed distribution listAndreas Steffen2009-12-211-1/+1
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-201-0/+1
* move SQL-based pool functionality to new attr-sql libstrongswan pluginAndreas Steffen2009-10-131-0/+4
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-0/+3
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-051-0/+1
* Added basic support for PGP certificates (no trust relationships yet)Martin Willi2009-09-151-0/+1
* support of PKCS#10 certificate request parsingAndreas Steffen2009-09-131-0/+1
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+2
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+1
* implemented a monotonic timestamping function, unaffected from system time ch...Martin Willi2009-08-311-1/+1
* added a facility to hand out fingerprinting/key encoding to the pkcs1/pgp/......Martin Willi2009-08-261-0/+1
* moved PGP code to pluto and gpg pluginMartin Willi2009-08-261-1/+0
* implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsingMartin Willi2009-08-261-0/+4
* implemented a pgp plugin providing PGP key parsing buildersMartin Willi2009-08-261-0/+4
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-261-0/+4
* removed obsolete PEM code in pluto/libstrongswanMartin Willi2009-08-261-1/+0
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-261-0/+4
* OpenSolaris needs libsocket and libnsl for socket().Tobias Brunner2009-08-141-1/+1
* FreeBSD's libc does not support backtrace(), but libexecinfo optionally repli...Tobias Brunner2009-08-071-1/+1
* Revert "gperf under FreeBSD does not know the -m option."Tobias Brunner2009-07-161-1/+1
* gperf under FreeBSD does not know the -m option.Tobias Brunner2009-07-141-1/+1
* moved checksum_builder/libchechsum to top srcdir to respect build orderMartin Willi2009-06-221-4/+0
* build integrity_checker.c only if --enable-integrity-test setMartin Willi2009-06-221-1/+6