aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented an alternative HTTP fetcher based on libsoupMartin Willi2011-01-171-0/+7
|
* Added plugin stub for advanced X509 constraint checkingMartin Willi2011-01-051-0/+7
|
* Remove x509_flag_names, flags do not work with ENUM()Martin Willi2011-01-051-2/+1
|
* Added plugin stub for AF_ALGMartin Willi2010-12-201-0/+7
|
* 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
| | | | | The attribute_manager_t instance is now located on the new hydra object instead of the lib object.
* 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 ↵Tobias Brunner2010-03-051-0/+4
| | | | build (as it was before).
* Adding Android.mk files to build charon and libstrongswan with the Android ↵Tobias Brunner2010-03-031-1/+2
| | | | build system.
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-1/+85
| | | | charon plugins into libcharon.
* 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 ↵Tobias Brunner2009-12-231-2/+1
| | | | private_mutex_t.
* 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 ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* 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 ↵Martin Willi2009-08-311-1/+1
| | | | changes
* added a facility to hand out fingerprinting/key encoding to the ↵Martin Willi2009-08-261-0/+1
| | | | pkcs1/pgp/... plugins
* 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 ↵Tobias Brunner2009-08-071-1/+1
| | | | replicates this function (and the other defined in execinfo.h).