strongswan/src/libstrongswan
Tobias Brunner 71baf5a8f0 Adding support for AES GMAC (RFC4543). 2010-02-12 10:57:39 +01:00
..
asn1 Support TLS client authentication Extended Key Usage in x509 generation 2010-01-14 12:00:43 +01:00
attributes added some recent new attributes registered with IANA 2010-01-07 07:49:16 +01:00
credentials Support TLS client authentication Extended Key Usage in x509 generation 2010-01-14 12:00:43 +01:00
crypto Adding support for AES GMAC (RFC4543). 2010-02-12 10:57:39 +01:00
database Separated the public interfaces of the threading primitives. 2009-12-23 17:01:53 +01:00
fetcher Separated the public interfaces of the threading primitives. 2009-12-23 17:01:53 +01:00
plugins initialize variables to avoid compiler warning 2010-02-05 12:34:37 +01:00
selectors do not recalculate netbits for true subnets 2009-12-22 17:07:08 +01:00
threading corrected captions 2010-02-01 12:44:44 +01:00
utils Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h). 2009-12-23 17:00:58 +01:00
.gitignore added .gitignore files, ready for the switch 2009-04-30 07:42:30 +00:00
Makefile.am Using the thread wrapper in charon, libstrongswan and their plugins. 2009-12-23 17:03:41 +01:00
chunk.c removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
chunk.h Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro 2009-09-11 15:39:35 +02:00
debug.c Use the default debug hook if possible 2009-09-16 13:16:00 +02:00
debug.h Use the default debug hook if possible 2009-09-16 13:16:00 +02:00
enum.c removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
enum.h replaces four spaces by tabs, where appropriate 2009-09-04 14:50:23 +02:00
integrity_checker.c removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
integrity_checker.h Fixed all doxygen warnings 2009-10-22 14:34:10 +02:00
library.c Using the thread wrapper in charon, libstrongswan and their plugins. 2009-12-23 17:03:41 +01:00
library.h Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h). 2009-12-23 17:00:58 +01:00
printf_hook.c Using the thread wrapper in charon, libstrongswan and their plugins. 2009-12-23 17:03:41 +01:00
printf_hook.h Use register_printf_specifier instead of deprecated register_printf_function, if available 2009-11-12 13:16:46 +01:00
settings.c Added a "double" getter to libstrongswan settings 2010-01-11 16:39:28 +01:00
settings.h Added a "double" getter to libstrongswan settings 2010-01-11 16:39:28 +01:00
utils.c Use pthread_cond_timedwait_monotonic on Android. 2009-12-23 17:03:41 +01:00
utils.h Added a METHOD2() macro that implements a method for two different interfaces 2010-01-21 14:42:08 +01:00