aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* files: Add simple plugin to load files from file:// URIsTobias Brunner2015-03-091-0/+7
* hash-algorithm-set: Add class to manage a set of hash algorithmsTobias Brunner2015-03-041-1/+3
* bliss: Fix monolithic buildTobias Brunner2014-12-121-7/+8
* unit-tests: Created separate mgf1 test suiteAndreas Steffen2014-11-291-7/+9
* Implemented bitspender based on the MGF1 mask generator functionAndreas Steffen2014-11-291-2/+4
* Moved mgf1 class to libstrongswan/crypto/mgf1Andreas Steffen2014-11-291-2/+2
* Created framework for BLISS post-quantum signature algorithmAndreas Steffen2014-11-291-0/+7
* windows: Move the compatibility header to the compat subfolderMartin Willi2014-11-211-3/+3
* apple: Introduce a central compatibility header with all __APPLE__ quirksMartin Willi2014-11-211-1/+1
* 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