aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* Added a convenience function to dump backtraces for gdb-less debuggingMartin Willi2012-05-212-0/+26
* Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, tas...Tobias Brunner2012-05-181-2/+2
* pkcs8: Initialize salt and IV properly.Tobias Brunner2012-05-181-1/+1
* Add enumerator for registered nonce generators.Tobias Brunner2012-05-182-9/+33
* Add nonce plugin implementationAdrian-Ken Rueegsegger2012-05-186-0/+271
* Add nonce generator interfaceAdrian-Ken Rueegsegger2012-05-186-0/+163
* Use correct integrity_algorithm_t enum type in bench_signer()Martin Willi2012-05-141-1/+1
* Make function pointer defined with METHOD() macro non-constMartin Willi2012-05-141-2/+2
* Remove unused return value of INIT(), making clang happyMartin Willi2012-05-141-3/+2
* fixed feature dependencies for CERT_TRUSTED_PUBKEYAndreas Steffen2012-05-051-0/+5
* If we load new features from a plugin, restart loading from first pluginMartin Willi2012-05-031-0/+4
* Building CERT_ANY through PEM requires either a CERT_X509 or a CERT_PGP builderMartin Willi2012-05-031-1/+2
* Added recursive read_lock support to our own implementation of rwlock_t.Tobias Brunner2012-05-021-4/+35
* Use wrapped semaphore in callback_job_t.Tobias Brunner2012-05-021-12/+9
* Added a wrapper class around POSIX semaphores.Tobias Brunner2012-05-024-0/+193
* Certificate decoding soft-depends on public key decoding of specific typesMartin Willi2012-05-022-0/+6
* PEM loading plugin features depend on the same feature, they are helpers onlyMartin Willi2012-05-021-0/+17
* Don't depend on a feature that has a dependency to the same feauture during u...Martin Willi2012-05-021-1/+2
* Merge branch 'ikev1'Martin Willi2012-05-0219-165/+361
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-2019-165/+359
| |\
| | * chunk_equals_ptr added to compare chunks given as pointers.Tobias Brunner2012-03-201-0/+9
| | * Use a single set of FDs for all random plugin RNG instancesMartin Willi2012-03-203-36/+89
| | * Accept NULL auth_cfg_t passed to credential_manager_t.get_private()Martin Willi2012-03-201-26/+32
| | * Fixed create_shared_enumerator method descriptionMartin Willi2012-03-201-1/+1
| | * Added a flag to register local credential sets exclusively, disabling all othersMartin Willi2012-03-203-17/+73
| | * Added missing XAuth plugin feature enum namesMartin Willi2012-03-202-4/+6
| | * Fixed fix for XAuth plugin feature matchingMartin Willi2012-03-201-1/+1
| | * Fix XAuth plugin feature matchingMartin Willi2012-03-201-1/+1
| | * Added support for iKEIntermediate X.509 extended key usage flag.Tobias Brunner2012-03-203-6/+19
| | * Some whitespace fixes.Tobias Brunner2012-03-202-26/+26
| | * Added an XAUTH identity to use or require for XAuth authenticationMartin Willi2012-03-202-0/+11
| | * Stop checking once a key size constraint is not fulfilledMartin Willi2012-03-201-0/+3
| | * Fixed IKEv1 prf+ keymat expansion beyond 320 bitsMartin Willi2012-03-201-1/+1
| | * Remove executable flag from source code filesMartin Willi2012-03-201-0/+0
| | * Free list after removing the last local credential set, fixes a leak reportMartin Willi2012-03-201-0/+5
| | * Remove unused status typeMartin Willi2012-03-201-5/+0
| | * Added missing XAuth auth_class enum nameMartin Willi2012-03-201-1/+2
| | * Be less verbose if plugin dependecy not satisfiedMartin Willi2012-03-201-1/+1
| | * Added auth_cfg option to select XAUTH backend to useMartin Willi2012-03-203-2/+14
| | * Use a string to identify xauth backends, no need for integer typesMartin Willi2012-03-204-110/+4
| | * Use a second authentication config to configure XAUTH authenticationMartin Willi2012-03-201-4/+2
| | * Replace xauth_request task with a new stub where we reimplement itMartin Willi2012-03-201-2/+2
| | * Added status code to status_tClavister OpenSource2012-03-201-0/+5
| | * Implement htoun/untoh64 with potentially faster htobe64/be64toh macros, if av...Martin Willi2012-03-201-0/+14
| | * fixed copy-and-paste errorAndreas Steffen2012-03-201-1/+1
| | * extended bio_reader and bio_writer to handle u_int64_tAndreas Steffen2012-03-205-0/+84
| | * IKEv1 XAuth: Added a "NULL" XAuth plugin which sends a hardcoded user/pass, a...Clavister OpenSource2012-03-202-6/+10
| | * IKEv1 XAuth: Added plugin support for XAuth, which allows us to have plugins ...Clavister OpenSource2012-03-202-0/+20
| | * IKEv1 XAuth: Add XAuth defines for plugin types.Clavister OpenSource2012-03-203-1/+102
| | * Revert "IKEv1 XAuth: Added new MIGRATE status type to status_t."Clavister OpenSource2012-03-201-6/+0