aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* process: Provide an abstraction to spawn child processes with redirected I/OMartin Willi2014-10-061-2/+2
* collections: Add interface for read-only dictionariesTobias Brunner2014-06-191-1/+1
* windows: Link against psapi32Martin Willi2014-06-061-1/+1
* winhttp: Implement a http(s) fetcher based on Microsofts WinHTTP APIMartin Willi2014-06-041-0/+7
* windows: Provide a complete native Windows threading backendMartin Willi2014-06-041-4/+17
* stream: Separate TCP/Unix stream helpers from stream/service implementationsMartin Willi2014-06-041-2/+11
* windows: Add utils_init/deinit functions to initialize Winsock2Martin Willi2014-06-041-0/+2
* backtrace: Add DbgHelp based Windows support for creating/printing backtracesMartin Willi2014-06-041-0/+5
* windows: Link libstrongswan against ws2_32.dllMartin Willi2014-06-041-0/+4
* windows: Add a common Windows header for platform specific wrappersMartin Willi2014-06-031-1/+1
* settings: Add flex/bison based parser for strongswan.confTobias Brunner2014-05-151-1/+5
* settings: Extract section and key/value pair types and helper functionsTobias Brunner2014-05-151-3/+7
* parser-helper: Add utility class for flex/bison based parsersTobias Brunner2014-05-151-2/+3
* settings: Move to a separate folderTobias Brunner2014-05-151-6/+5
* acert: Implement a plugin finding, validating and evaluating attribute certsMartin Willi2014-03-311-0/+7
* x509: Integrate IETF attribute handling, and obsolete ietf_attributes_tMartin Willi2014-03-311-2/+1
* utils: Move thread-safe strerror replacement to a separate fileTobias Brunner2014-02-241-2/+4
* unit-tests: Add facility to register testable functionsTobias Brunner2013-12-041-2/+2
* Prototype implementation of IKE key exchange via NTRU encryptionAndreas Steffen2013-11-271-0/+7
* unit-tests: Enable libstrongswan tests even if --enable-unit-tests not setMartin Willi2013-11-061-3/+1
* iv-gen: Add missing header files to Makefile.amTobias Brunner2013-10-111-0/+1
* iv_gen: Add IV generator that allocates IVs sequentiallyTobias Brunner2013-10-111-1/+1
* iv_gen: Add IV generator that allocates IVs randomlyTobias Brunner2013-10-111-0/+1
* crypto: Add generic interface for IV generatorsTobias Brunner2013-10-111-1/+1
* printf-hook-builtin: Add a new "builtin" backend using its own printf() routinesMartin Willi2013-10-111-1/+8
* printf-hook: Move glibc/vstr printf hook backends to separate filesMartin Willi2013-10-111-2/+9
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-0/+3
* stream: add a manager to dynamically register streams and servicesMartin Willi2013-07-181-2/+2
* stream: add a stream service class abstracting services using BSD socketsMartin Willi2013-07-181-0/+2
* stream: add a stream class abstracting BSD socketsMartin Willi2013-07-181-2/+2
* watcher: add a centralized an generic facility to monitor file descriptorsMartin Willi2013-07-181-2/+2
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-9/+11
* keychain: add a stub for a credential plugin using OS X Keychain ServicesMartin Willi2013-07-181-0/+7
* array: introduce an array collection storing elements very efficientlyMartin Willi2013-07-171-1/+2
* Enable coverage report for libstrongswanTobias Brunner2013-06-111-1/+2
* Add test runner for unit tests in libstrongswanTobias Brunner2013-06-111-0/+7
* Add pkcs12 plugin which adds support for decoding PKCS#12 containersTobias Brunner2013-05-081-0/+7
* Move PKCS#12 key derivation to a separate fileTobias Brunner2013-05-081-1/+2
* Add implementation of the RC2 block cipher (RFC 2268)Tobias Brunner2013-05-081-0/+7
* Extract PKCS#5 handling from pkcs8 plugin to separate helper classTobias Brunner2013-05-081-2/+2
* Add sshkey plugin stub that will parse RFC 4253 public keysTobias Brunner2013-05-071-0/+7
* backtrace: add an alternative stack unwinding implementation using libunwindMartin Willi2013-05-061-1/+1
* Use the GEN silent rule when generating oid database with perlMartin Willi2013-05-061-0/+2
* Use the GEN silent rule when generating gperf filesMartin Willi2013-05-061-0/+1
* Implemented rr_set_t interfaceReto Guadagnini2013-02-191-1/+1
* Added unbound plugin implementing the resolver interface using libunboundReto Guadagnini2013-02-191-0/+7
* Added manager for DNS resolversReto Guadagnini2013-02-191-1/+2
* Added interface for DNS resolversReto Guadagnini2013-02-191-0/+2
* Add a rdrand plugin stub detecting availability of RDRAND instructionsMartin Willi2013-01-111-0/+7
* Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there onlyMartin Willi2012-12-191-4/+2