aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* 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).
* Revert "gperf under FreeBSD does not know the -m option."Tobias Brunner2009-07-161-1/+1
| | | | This reverts commit 0ead254919c66a1b6a9e39b175f0b92f2a076c12.
* gperf under FreeBSD does not know the -m option.Tobias Brunner2009-07-141-1/+1
| | | | We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option.
* 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
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-221-17/+2
| | | | --enable-integrity-test now conditionally builds libchecksum
* implemented a checksum_builder tool to build the checksum libraryMartin Willi2009-06-221-0/+2
|
* implemented an integrity checker class to build and check code integrityMartin Willi2009-06-221-0/+1
|
* removed serpent and twofish plugins - use gcrypt insteadAndreas Steffen2009-06-181-8/+0
|
* added a plugin providing crypto test vectorsMartin Willi2009-06-111-0/+4
|
* implemented a crypto_tester class to test crypto algorithmsMartin Willi2009-06-111-0/+1
| | | | | libstrongswan.crypto.test.required to require at least one test vector to use an algorithm libstrongswan.crypto.test.rng_true to run RNG tests on RNG_TRUE quality
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-091-0/+4
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-1/+2
|