strongswan/src/libstrongswan
Tobias Brunner c0d39c205c Implemented AES-CMAC based PRF and signer.
The cmac plugin implements AES-CMAC as defined in RFC 4493 and the
signer and PRF based on it as defined in RFC 4494 and RFC 4615,
respectively.
2012-04-03 10:40:47 +02:00
..
asn1 Add support for dnQualifier in DNs. 2012-03-29 10:01:55 +02:00
bio extended bio_reader and bio_writer to handle u_int64_t 2011-11-28 14:39:52 +01:00
credentials Add builder part for parameters from algorithmIdentifier. 2012-02-01 18:27:45 +01:00
crypto Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595. 2012-02-27 14:31:19 +01:00
database Add enum names for database drivers 2011-10-14 10:04:45 +02:00
eap Moved auth_rule_names back to auth_cfg.c 2011-08-22 18:42:32 +02:00
fetcher Fixed additional typos in comments and log messages. 2012-01-12 11:42:42 +01:00
pen Moved PEN to libstrongswan Doxygen group. 2011-08-03 11:01:03 +02:00
plugins Implemented AES-CMAC based PRF and signer. 2012-04-03 10:40:47 +02:00
processing Log worker thread ID with two digits. 2011-12-16 16:44:38 +01:00
selectors cosmetics 2011-10-02 12:09:55 +02:00
threading Fix gettid() on Android, which is defined in unistd.h there. 2012-01-12 11:08:22 +01:00
utils Add support for dnQualifier in DNs. 2012-03-29 10:01:55 +02:00
.gitignore added .gitignore files, ready for the switch 2009-04-30 07:42:30 +00:00
Android.mk Android 4 requires LOCAL_MODULE_TAGS to be set for all modules. 2012-01-12 19:18:35 +01:00
AndroidConfigLocal.h Adding Android.mk files to build charon and libstrongswan with the Android build system. 2010-03-03 10:18:46 +01:00
Makefile.am Implemented AES-CMAC based PRF and signer. 2012-04-03 10:40:47 +02:00
chunk.c Don't cast second argument of mem_printf_hook (%b) to size_t. 2012-03-27 09:10:34 +02:00
chunk.h Fixed common misspellings. 2011-07-20 16:14:10 +02:00
debug.c Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509). 2011-12-16 16:44:38 +01:00
debug.h Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509). 2011-12-16 16:44:38 +01:00
enum.c fixed a bug in enum_from_name() function 2010-12-12 12:54:36 +01:00
enum.h Implemented generic enum name to enum value mapping 2010-08-23 09:47:03 +02:00
integrity_checker.c Migrated integrity_checker_t to INIT/METHOD macros 2010-12-02 06:10:50 +01:00
integrity_checker.h Include library.h in plugin.h 2011-10-14 10:04:45 +02:00
library.c Make sure the certificate cache is flushed when plugins are unloaded. 2011-12-15 12:20:09 +01:00
library.h Include library.h in plugin.h 2011-10-14 10:04:45 +02:00
printf_hook.c Migrated printf_hook_t to INIT/METHOD macros 2010-12-02 06:17:24 +01:00
printf_hook.h Added missing Vstr wrappers for asprintf. 2010-08-06 19:56:42 +02:00
settings.c Fix file descriptor leak on error 2011-08-29 09:10:28 +02:00
settings.h Fixed common misspellings. 2011-07-20 16:14:10 +02:00
utils.c Don't cast second argument of mem_printf_hook (%b) to size_t. 2012-03-27 09:10:34 +02:00
utils.h Don't cast second argument of mem_printf_hook (%b) to size_t. 2012-03-27 09:10:34 +02:00